exam questions

Exam PL-300 All Questions

View all questions & answers for the PL-300 exam

Exam PL-300 topic 6 question 1 discussion

Actual exam question from Microsoft's PL-300
Question #: 1
Topic #: 6
[All PL-300 Questions]

You need to create the dataset.
Which dataset mode should you use?

  • A. Import
  • B. DirectQuery
  • C. Composite
  • D. live connection
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Mizaan
Highly Voted 2 years, 1 month ago
Selected Answer: A
You wouldn't use composite for all. I would say import as the SQL Server data is only 2GB and excel is really small. Also, only need it refreshing once a day so this dataset is very small. Answer is A (Import)
upvoted 40 times
desibaby09
2 days, 16 hours ago
import mode can be used for azure sql and excel
upvoted 1 times
...
Dani_eL
9 months ago
you missed this detail : The warehouse shipping department must be notified if the percentage of late orders within the current month exceeds 5%.. How do you put an alert then ?
upvoted 2 times
...
Nawabi
1 year, 10 months ago
Also data is 2gb and 5mb but we need only top 20 reports.
upvoted 4 times
...
powerbibuddy
2 years ago
Capacity for import is 1 GB, so How can we use Import for 2GB data
upvoted 9 times
Smyrol
5 months, 2 weeks ago
it is, for excel files
upvoted 1 times
...
LeeTheRed
1 year ago
I worked with DBs that are much larger than 5GB and have always used import due to fast response/RLS/Time Intelligence etc...There are a few ways to limit the dataset size, most common is to use SQL with Where clause to limit the data to only that you needed or if you don't use/don't know SQL, do a transform before loading the data. I would do an import in this case but my answer will not be neccessarily the correct answer that Microsoft wanted.
upvoted 3 times
...
msexamkiller
1 year, 11 months ago
I think the size of the data is 2GB in the database though not Vertipaq compressed. 1GB limitation applies to size of the pbix file which is already compressed and will be significantly less than raw data.
upvoted 1 times
...
...
...
shakes103
Highly Voted 2 years ago
Selected Answer: C
Composite Model means now you can have a model, that very large tables of that are coming from the DirectQuery connection, without the need for importing, and small tables to be imported to be accessible quickly. In this case, Composite fits perfect. Source1 is 2GB, which is relatively too large for daily updates and way larger than Source2 which is only 5MB.
upvoted 25 times
...
jaume
Most Recent 2 weeks, 1 day ago
Selected Answer: A
I would use Import storage mode. We only need to secure one refsh per day ("7 AM Pacific Time each day") so there is no need for a DirectQuery mode. Although Import would result in a larger Semantic model than using DirectQuery, SQL is "only" 2 Gb and, with Import mode, we will reach the "...fast response times when users interacts with a visualization" requirement
upvoted 1 times
...
LuluSkyy
1 month, 3 weeks ago
The correct answer is C- Composite because it is the only model that supports connections from multiple data sources
upvoted 1 times
...
HenryBiz
6 months ago
Selected Answer: A
Near the real-time data is not required. 2GB size data seems large but it is the whole raw data, we need the latest 3 years data only here and we can pre-aggregate it. So, I prefer "A" which gives the highest speed and flexibility here.
upvoted 3 times
...
e3ddceb
7 months ago
A. Import The Import mode is the best choice here. This mode allows you to import the data into Power BI's memory, enabling fast response times when users interact with a visualization, which is one of the requirements. DirectQuery and Live Connection modes would not be suitable because they keep the data in the source system and query it from there, which can lead to slower response times. The Composite mode, which allows a combination of Import and DirectQuery, is not necessary here as there's no requirement to combine these two modes. Remember that with Import mode, you need to refresh the data to keep it up-to-date. The requirement is to have the report data current as of 7 AM Pacific Time each day, which can be achieved by scheduling a daily refresh in Power BI.
upvoted 2 times
...
9f73003
7 months, 3 weeks ago
Selected Answer: A
What about row level security, I believe it (RLS) does not work well with DirectQuery. (A)
upvoted 3 times
...
JudT
8 months ago
2 different sources = Composite Model
upvoted 1 times
...
JudT
8 months ago
C is the correct answer. I will go for the composite model. Bear in mind that the capacity for import mode is 1GB only.
upvoted 1 times
...
Dani_eL
9 months ago
how do you manage : The warehouse shipping department must be notified if the percentage of late orders within the current month exceeds 5%. in a full data import ? As far as I'm concerned, For that issue, I would put an alert on data change so tell me how you will put an alert in your "light for now" early morning import ? :-)
upvoted 1 times
...
28485e1
9 months ago
I had a hard time choosing between import and composite. Ultimately, what another user posted reminds us: the database is 2GB+ of text and growing. Do we want to be running a daily import on that? I think this is why the given answer is composite.
upvoted 2 times
...
Onbekend
9 months, 2 weeks ago
Source1 has a datasize of 2gb. The text does not specifically state that there is a premium capacity, so I suspect that the model size for an import model is 1GB. Is there a way to know how big this model size is?
upvoted 1 times
...
JohnChung
10 months, 2 weeks ago
Selected Answer: A
Report data must be current as of 7 AM Pacific Time each day The reports must provide fast response times when users interact with a visualization
upvoted 4 times
...
Mandar77
1 year, 1 month ago
There are 2 sources. first is azure sql data base with 2GB of data and other one is excel 5 MB. You can not load 2GB of data in model hence you have to use direct query and excel we can import. Hence it is composite mode
upvoted 3 times
...
janojano
1 year, 2 months ago
Selected Answer: C
Composite mode because it can mix Import and DirectQuery modes.
upvoted 1 times
...
spamhz
1 year, 2 months ago
Selected Answer: A
I think is Import. Because Direct query cannot fulfill this "Report data must be current as of 7 AM Pacific Time each day.", it will pull the latest lets say if it is 10AM, it will pull 10AM data right? Please correct me if I am wrong.
upvoted 1 times
...
taod
1 year, 3 months ago
Selected Answer: A
I also go for A. Import mode meets the requirements for fast response times and current data at 7 in the morning. Though the model must minimize the size of the dataset "as much as possible", it must meet the report and technical requirements. Fast response time is a hard requirement and it's sure that Import mode delivers that better than DirectQuery. I am no expert on Composite but I would argue that in the best case, it's as fast as Import mode. In Composite mode, some tables might switch to DirectQuery due to the user behaviour, but that would mean we would overachieve the requirement for daily refreshing, buying this overachievement through slower response time. That's not what we want. Future growth of the data is not to be considered in a question like this.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago