exam questions

Exam DP-200 All Questions

View all questions & answers for the DP-200 exam

Exam DP-200 topic 6 question 113 discussion

Actual exam question from Microsoft's DP-200
Question #: 113
Topic #: 6
[All DP-200 Questions]

A company is planning on setting up an Azure SQL data warehouse. They want to setup different tables. The different tables have different requirements as stated below:
XYZ_sales `" Here the rows should be distributed in such a way that it offers high performance
XYZ_offers `" Here data should be available on all nodes to achieve better performance on table joins
XYZ_orders `" Here data should be loaded faster on the underlying table
Which of the following table type would you use for the table XYZ_orders?

  • A. Hash-distributed tables
  • B. Primary tables
  • C. Replicated tables
  • D. Round-robin tables
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Here you would use Round-robin tables.
The Microsoft documentation mentions the following:

Round-robin tables -
A round-robin table distributes table rows evenly across all distributions. The rows are distributed randomly. Loading data into a round-robin table is fast. However, queries can require more data movement than the other distribution methods.
Since this is clearly mentioned in the documentation, all other options are incorrect.
Reference:
https://docs.microsoft.com/en-us/azure/sql-data-warehouse/sql-data-warehouse-tables-overview

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
Currently there are no comments in this discussion, be the first to comment!
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 ...