Microsoft DP-600 Practice Exams
Last updated on Apr 09,2025- Exam Code: DP-600
- Exam Name: Microsoft Fabric Analytics Engineer
- Certification Provider: Microsoft
- Latest update: Apr 09,2025
You have a Fabric tenant that contains a lakehouse named Lakehouse! Lakehouse1 contains a Delta
table that has one million Parquet files.
You need to remove files that were NOT referenced by the table during the past 30 days. The solution must ensure that the transaction log remains consistent, and the ACID properties of the table are maintained
What should you do?
- A . Run the optimize command and specify the v-order parameter.
- B . Run theOPTiMize command and specify the z-order parameter
- C . Run the vacuum command.
- D . From OneLake file explorer, delete the files.
You have a Fabric workspace named Workspace1 that contains a lakehouse named Lakehouse1.
In Workspace1. you create a data pipeline named Pipeline1.
You have CSV files stored in an Azure Storage account.
You need to add an activity to Pipeline1 that will copy data from the CSV files to Lakehouse1. The activity must support Power Query M formula language expressions.
Which type of activity should you add?
- A . Dataflow
- B . Notebook
- C . Copy data
- D . Script
What type of data store is best used for handling large volumes of both structured and unstructured data in Microsoft Fabric?
- A . Data lake
- B . Data warehouse
- C . Operational database
- D . None of the above
You have a Fabric tenant that contains a new semantic model in OneLake.
You use a Fabric notebook to read the data into a Spark DataFrame.
You need to evaluate the data to calculate the min, max, mean, and standard deviation values for all the string and numeric columns.
Solution: You use the following PySpark expression:
df.explain()
Does this meet the goal?
- A . Yes
- B . No
HOTSPOT
You have the source data model shown in the following exhibit.
The primary keys of the tables are indicated by a key symbol beside the columns involved in each key.
You need to create a dimensional data model that will enable the analysis of order items by date, product, and customer.
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.
DRAG DROP
You have a Fabric tenant that contains a Microsoft Power Bl report named Report 1.
Report1 is slow to render. You suspect that an inefficient DAX query is being executed.
You need to identify the slowest DAX query, and then review how long the query spends in the formula engine as compared to the storage engine.
Which five actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
HOTSPOT
You need to migrate the Research division data for Productline2. The solution must meet the data preparation requirements.
How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You have a Fabric tenant
You plan to create a data pipeline named Pipeline1. Pipeline1 will include two activities that will execute in sequence. You need to ensure that a failure of the first activity will NOT block the second activity.
Which conditional path should you configure between the first activity and the second activity?
- A . Upon Completion
- B . Upon Success
- C . Upon Skip
- D . Upon Failure
You have an Azure Repos Git repository named Repo1 and a Fabric-enabled Microsoft Power Bl Premium capacity. The capacity contains two workspaces named Workspace! and Workspace2. Git integration is enabled at the workspace level.
You plan to use Microsoft Power Bl Desktop and Workspace! to make version-controlled changes to a semantic model stored in Repo1. The changes will be built and deployed lo Workspace2 by using Azure Pipelines.
You need to ensure that report and semantic model definitions are saved as individual text files in a folder hierarchy. The solution must minimize development and maintenance effort.
In which file format should you save the changes?
- A . PBIP
- B . PBIT
- C . PBIX
- D . PBIDS
You have a Fabric tenant that uses a Microsoft tower Bl Premium capacity. You need to enable scale-out for a semantic model.
What should you do first?
- A . At the semantic model level, set Large dataset storage format to Off.
- B . At the tenant level, set Create and use Metrics to Enabled.
- C . At the semantic model level, set Large dataset storage format to On.
- D . At the tenant level, set Data Activator to Enabled.