exam questions

Exam DP-201 All Questions

View all questions & answers for the DP-201 exam

Exam DP-201 topic 1 question 36 discussion

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

HOTSPOT -
You are designing an enterprise data warehouse in Azure Synapse Analytics that will store website traffic analytic in a star schema.
You plan to have a fact table for website visits. The table will be approximately 5 GB.
You need to recommend which distribution type and index type to use for the table. The solution must provide the fastest query performance.
What should you recommend? To answer, select the appropriate options in the answer area
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Reference:
https://docs.microsoft.com/en-us/azure/sql-data-warehouse/sql-data-warehouse-tables-distribute https://docs.microsoft.com/en-us/azure/sql-data-warehouse/sql-data-warehouse-tables-index

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
dbdev
Highly Voted 4 years ago
The answer is straightforward and correct. Even, there is no need to put a comment here.
upvoted 8 times
...
aksoumi
Most Recent 4 years, 2 months ago
How should we decide if it is clustered or a non clustered index? Usually if there are over a million rows (or more than 60 million rows) we use clustered index, but these aren't mentioned in question.
upvoted 1 times
Apox
4 years, 1 month ago
Clustered indexes and non-clustered indexes only outperform clustered columnstore indexes when a single row needs to be quickly retrieved with extreme speed. So, for highly selective filters this is the right choice. Since this is a star schema where filters may vary, clustered columnstore indexes are the better choice as this generally provides the best overall query performance (and is best for large tables).
upvoted 8 times
BigMF
3 years, 12 months ago
The question also mentions analytics implying that it is not intended for “single row” queries. So, I agree with this reasoning.
upvoted 1 times
...
...
...
Pairon
4 years, 2 months ago
Shouldn't be "Round Robin" in the first box? Isn't it more efficient compared to "Hash" since avoids computing the partitions?
upvoted 1 times
anamaster
4 years, 1 month ago
no, since "The solution must provide the fastest query performance."
upvoted 5 times
...
bdloko
4 years, 2 months ago
Hash for performance requirement
upvoted 5 times
...
eurekamike
3 years, 11 months ago
loading time: round robin query time: hash
upvoted 1 times
...
cadio30
4 years ago
round-robin is use in staging tables
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 ...