exam questions

Exam DP-700 All Questions

View all questions & answers for the DP-700 exam

Exam DP-700 topic 2 question 24 discussion

Actual exam question from Microsoft's DP-700
Question #: 24
Topic #: 2
[All DP-700 Questions]

HOTSPOT
-

You have a Fabric warehouse named DW1 that contains four staging tables named ProductCategory, ProductSubcategory, Product, and SalesOrder. ProductCategory, ProductSubcategory, and Product are used often in analytical queries.

You need to implement a star schema for DW1. The solution must minimize development effort.

Which design approach should you use? 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
zxc01
Highly Voted 2 months, 3 weeks ago
second one should be "The unique system generated identifier"
upvoted 17 times
...
DarioReymago
Most Recent 3 weeks, 3 days ago
Request is minimize effort with start schema: 1: combine in one products table 2: ProductID
upvoted 1 times
...
kim32
1 month, 2 weeks ago
2. The joining key must be: ✅ The unique system generated identifier Why? Data integrity: Use ProductID (or similar surrogate key) as the primary key for the product dimension table. Efficient joins: Surrogate keys improve join performance between fact and dimension tables. Why Not Other Options? Product name/date: Names can change, and dates are not unique. Product category name: Not a stable or unique identifier.
upvoted 4 times
...
DataConsultant
1 month, 2 weeks ago
The unique system generated identifier
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 ...