Microsoft DP-600 Übungsprüfungen
Zuletzt aktualisiert am 26.04.2025- Prüfungscode: DP-600
- Prüfungsname: Microsoft Fabric Analytics Engineer
- Zertifizierungsanbieter: Microsoft
- Zuletzt aktualisiert am: 26.04.2025
When configuring a data lake in Microsoft Fabric, which security feature ensures that only authorized users can access specific data?
- A . Role-based access control
- B . Encryption at rest
- C . Advanced threat protection
- D . All of the above
- E . None of the above
You need to ensure the data loading activities in the AnalyticsPOC workspace are executed in the appropriate sequence. The solution must meet the technical requirements.
What should you do?
- A . Create a pipeline that has dependencies between activities and schedule the pipeline.
- B . Create and schedule a Spark job definition.
- C . Create a dataflow that has multiple steps and schedule the dataflow.
- D . Create and schedule a Spark notebook.
You have a Fabric tenant that contains a workspace named Workspace^ Workspacel is assigned to a Fabric capacity.
You need to recommend a solution to provide users with the ability to create and publish custom Direct Lake semantic models by using external tools. The solution must follow the principle of least privilege.
Which three actions in the Fabric Admin portal should you include in the recommendation? Each correct answer presents part of the solution. NOTE: Each correct answer is worth one point.
- A . From the Tenant settings, set Allow XMLA Endpoints and Analyze in Excel with on-premises datasets to Enabled
- B . From the Tenant settings, set Allow Azure Active Directory guest users to access Microsoft Fabric to Enabled
- C . From the Tenant settings, select Users can edit data models in the Power Bl service.
- D . From the Capacity settings, set XMLA Endpoint to Read Write
- E . From the Tenant settings, set Users can create Fabric items to Enabled
- F . From the Tenant settings, enable Publish to Web
Which Power BI component is used to integrate and transform data from various data sources?
- A . Power Query
- B . Power Pivot
- C . Power View
- D . Power Map
You have a Fabric tenant that contains a semantic model. The model contains 15 tables.
You need to programmatically change each column that ends in the word Key to meet the following requirements:
• Hide the column.
• Set Nullable to False.
• Set Summarize By to None
• Set Available in MDX to False.
• Mark the column as a key column.
What should you use?
- A . Microsoft Power Bl Desktop
- B . Tabular Editor
- C . ALM Toolkit
- D . DAX Studio
HOTSPOT
You have a Fabric warehouse that contains a table named Sales.Orders. Sales.Orders contains the following columns.
You need to write a T-SQL query that will return the following columns.
How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
HOTSPOT
You have a Fabric tenant that contains a warehouse named Warehouse1. Warehouse1 contains three schemas named schemaA, schemaB. and schemaC
You need to ensure that a user named User1 can truncate tables in schemaA only.
How should you complete the T-SQL statement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You need to refresh the Orders table of the Online Sales department. The solution must meet the semantic model requirements.
What should you include in the solution?
- A . an Azure Data Factory pipeline that executes a dataflow to retrieve the minimum value of the OrderlD column in the destination lakehouse
- B . an Azure Data Factory pipeline that executes a Stored procedure activity to retrieve the maximum value of the OrderlD column in the destination lakehouse
- C . an Azure Data Factory pipeline that executes a dataflow to retrieve the maximum value of the OrderlD column in the destination lakehouse
- D . an Azure Data Factory pipeline that executes a Stored procedure activity to retrieve the minimum value of the OrderiD column m the
destination lakehouse
HOTSPOT
You have a Fabric tenant that contains a semantic model. The model contains data about retail stores.
You need to write a DAX query that will be executed by using the XMLA endpoint. The query must return the total amount of sales from the same period last year.
How should you complete the DAX expression? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
HOTSPOT
You have a Fabric tenant.
You plan to create a Fabric notebook that will use Spark DataFrames to generate Microsoft Power Bl visuals.
You run the following code.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.