exam questions

Exam DP-300 All Questions

View all questions & answers for the DP-300 exam

Exam DP-300 topic 15 question 3 discussion

Actual exam question from Microsoft's DP-300
Question #: 3
Topic #: 15
[All DP-300 Questions]

HOTSPOT -
You need to design an analytical storage solution for the transactional data. The solution must meet the sales transaction dataset requirements.
What should you include in the solution? 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:
Box 1: Hash -
Scenario:
Ensure that queries joining and filtering sales transaction records based on product ID complete as quickly as possible.
A hash distributed table can deliver the highest query performance for joins and aggregations on large tables.

Box 2: Round-robin -
Scenario:
You plan to create a promotional table that will contain a promotion ID. The promotion ID will be associated to a specific product. The product will be identified by a product ID. The table will be approximately 5 GB.
A round-robin table is the most straightforward table to create and delivers fast performance when used as a staging table for loads. These are some scenarios where you should choose Round robin distribution:
✑ When you cannot identify a single key to distribute your data.
✑ If your data doesn't frequently join with data from other tables.
✑ When there are no obvious keys to join.
Incorrect Answers:
Replicated: Replicated tables eliminate the need to transfer data across compute nodes by replicating a full copy of the data of the specified table to each compute node. The best candidates for replicated tables are tables with sizes less than 2 GB compressed and small dimension tables.
Reference:
https://rajanieshkaushikk.com/2020/09/09/how-to-choose-right-data-distribution-strategy-for-azure-synapse/

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
Alnstian97
Highly Voted 3 years, 3 months ago
Replicated Hash Question #4 https://www.examtopics.com/exams/microsoft/dp-203/view/26/
upvoted 21 times
o2091
3 years, 1 month ago
is part of DP-203? really is't dp-300!
upvoted 6 times
...
...
TheSwedishGuy
Most Recent 6 months, 3 weeks ago
DP-203 question.
upvoted 1 times
...
TheDataGuy
1 year, 11 months ago
Retail Store is only 2 MB so it should be replicated. Promotional table is greater than 2 GB so it should be Hash
upvoted 4 times
...
Ciupaz
2 years, 2 months ago
DP-203
upvoted 3 times
...
xegiwo9758
2 years, 11 months ago
store detail: Hash promotional: Round Robin
upvoted 1 times
...
learnazureportal
3 years, 2 months ago
The given answer is correct. the first one points to Fact & the 2nd one points to dimension table.
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 ...