Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam DP-700 Topic 2 Question 9 Discussion

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

You have a Fabric workspace that contains a lakehouse named Lakehouse1. Data is ingested into Lakehouse1 as one flat table. The table contains the following columns.

You plan to load the data into a dimensional model and implement a star schem

a. From the original flat table, you create two tables named FactSales and DimProduct. You will track changes in DimProduct.

You need to prepare the data.

Which three columns should you include in the DimProduct table? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer: B

This code does not meet the goal because this is an SQL-like query and cannot be executed in KQL, which is required for the database.

Correct code should look like:


Contribute your Thoughts:

Lucy
3 days ago
I think the correct columns to include in the DimProduct table are B) ProductName, C) ProductColor, and F) ProductID. These columns contain the product-related information that is needed for the dimensional model and star schema.
upvoted 0 times
...
Yen
5 days ago
I believe we should also include Date in DimProduct to have a complete view of the data.
upvoted 0 times
...
Nichelle
8 days ago
I agree with Rodney. Those columns are essential for tracking changes in DimProduct.
upvoted 0 times
...
Rodney
9 days ago
I think we should include ProductName, ProductColor, and ProductID in DimProduct.
upvoted 0 times
...

Save Cancel