DP-700 Exam Question 16

HOTSPOT
You have a Fabric workspace that contains two lakehouses named Lakehouse1 and Lakehouse2. Lakehouse1 contains staging data in a Delta table named Orderlines. Lakehouse2 contains a Type 2 slowly changing dimension (SCD) dimension table named Dim_Customer.
You need to build a query that will combine data from Orderlines and Dim_Customer to create a new fact table named Fact_Orders. The new table must meet the following requirements:
Enable the analysis of customer orders based on historical attributes.
Enable the analysis of customer orders based on the current attributes.
How should you complete the statement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

DP-700 Exam Question 17

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a Fabric eventstream that loads data into a table named Bike_Location in a KQL database. The table contains the following columns:
BikepointID
Street
Neighbourhood
No_Bikes
No_Empty_Docks
Timestamp
You need to apply transformation and filter logic to prepare the data for consumption. The solution must return data for a neighbourhood named Sands End when No_Bikes is at least 15. The results must be ordered by No_Bikes in ascending order.
Solution: You use the following code segment:

Does this meet the goal?
  • DP-700 Exam Question 18

    You have two Fabric workspaces named Workspace1 and Workspace2.
    You have a Fabric deployment pipeline named deployPipeline1 that deploys items from Workspace1 to Workspace2. DeployPipeline1 contains all the items in Workspace1.
    You recently modified the items in Workspaces1.
    The workspaces currently contain the items shown in the following table.

    Items in Workspace1 that have the same name as items in Workspace2 are currently paired.
    You need to ensure that the items in Workspace1 overwrite the corresponding items in Workspace2. The solution must minimize effort.
    What should you do?
  • DP-700 Exam Question 19

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You have a KQL database that contains two tables named Stream and Reference. Stream contains streaming data in the following format.

    Reference contains reference data in the following format.

    Both tables contain millions of rows.
    You have the following KQL queryset.

    You need to reduce how long it takes to run the KQL queryset.
    Solution: You add the make_list() function to the output columns.
    Does this meet the goal?
  • DP-700 Exam Question 20

    You have a Fabric .
    In Warehouse1, you create a table named DimCustomer by running the following statement.

    You need to set the Customerkey column as a primary key of the DimCustomer table.
    Which three code segments should you run in sequence? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.