exam questions

Exam DP-600 All Questions

View all questions & answers for the DP-600 exam

Exam DP-600 topic 1 question 115 discussion

Actual exam question from Microsoft's DP-600
Question #: 115
Topic #: 1
[All DP-600 Questions]

HOTSPOT
-

You have a Fabric tenant that contains a semantic model named model1. The two largest columns in model1 are shown in the following table.



You need to optimize model1. The solution must meet the following requirements:

• Reduce the model size.
• Increase refresh performance when using Import mode.
• Ensure that the datetime value for each sales transaction is available in the model.

What should you do on each column? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
Martin_Nbg
Highly Voted 7 months, 3 weeks ago
Correct: Remove + Split
upvoted 12 times
...
nappi1
Highly Voted 6 months, 1 week ago
TransactionKey --> Remove the column. There is no need to keep 160 GB for a surrogate key, it can be removed and SaleDateTime can be moved into the SalesTransaction table that will for sure "Increase refresh performance when using Import mode." and "Reduce the model size." since there is no need for an heavy join like this one. SaleDateTime --> Split the column. Splitting the column would lead for sure to "Ensure that the datetime value for each sales transaction is available in the model." and i think it would lead to a better segmentation of the data meaning less cardinality that would lead to "Increase refresh performance when using Import mode." and "Reduce the model size."
upvoted 8 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 ...