Microsoft

DP-600 Free Practice Questions — Page 5

Question 41

DRAG DROP - You have a Fabric workspace that contains a Dataflow Gen2 query. The query returns the following data. You need to filter the results to ensure that only the latest version of each customer’s record is retained. The solution must ensure that no new columns are loaded to the semantic model. Which four actions should you perform in sequence in Power Query Editor? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Illustration for DP-600 question 41 Illustration for DP-600 question 41
Show Answer
Correct Answer: Group by CustomerID, use the All Rows operation, and calculate the max version date per customer ID. Expand the All Rows detail column. Filter the query where the version date value equals the max version date value. Remove the max version date column.
Explanation:
Using Group By with All Rows preserves all original columns while computing the latest VersionDate per customer. Expanding restores the row-level data, filtering keeps only the latest records, and removing the helper column ensures no new columns are loaded to the semantic model.

Question 42

You have a Microsoft Power BI semantic model that contains a measure named TotalSalesAmount. TotalSalesAmount returns a sales revenue amount that is translated into a selected currency. You need to ensure that the value returned by TotalSalesAmount is formatted to use the correct currency symbol. What should you include in the solution?

A. a field parameter
B. a linguistic schema
C. a dynamic format string
D. the WINDOW DAX function
Show Answer
Correct Answer: C
Explanation:
To display the correct currency symbol based on the selected currency, the measure must support conditional formatting of its numeric output. Dynamic format strings in Power BI allow a separate DAX expression to control how a measure is formatted (for example, choosing different currency symbols) without changing the numeric value itself. The other options do not control measure formatting.

Question 43

Case study - This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided. To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study. At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section. To start the case study - To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question. Overview - Contoso, Ltd. is a US-based health supplements company. Contoso has two divisions named Sales and Research. The Sales division contains two departments named Online Sales and Retail Sales. The Research division assigns internally developed product lines to individual teams of researchers and analysts. Existing Environment - Identity Environment - Contoso has a Microsoft Entra tenant named contoso.com. The tenant contains two groups named ResearchReviewersGroup1 and ResearchReviewersGroup2. Data Environment - Contoso has the following data environment: • The Sales division uses a Microsoft Power BI Premium capacity. • The semantic model of the Online Sales department includes a fact table named Orders that uses Import made. In the system of origin, the OrderID value represents the sequence in which orders are created. • The Research department uses an on-premises, third-party data warehousing product. • Fabric is enabled for contoso.com. • An Azure Data Lake Storage Gen2 storage account named storage1 contains Research division data for a product line named Productline1. The data is in the delta format. • A Data Lake Storage Gen2 storage account named storage2 contains Research division data for a product line named Productline2. The data is in the CSV format. Requirements - Planned Changes - Contoso plans to make the following changes: • Enable support for Fabric in the Power BI Premium capacity used by the Sales division. • Make all the data for the Sales division and the Research division available in Fabric. • For the Research division, create two Fabric workspaces named Productline1ws and Productline2ws. • In Productline1ws, create a lakehouse named Lakehouse1. • In Lakehouse1, create a shortcut to storage1 named ResearchProduct. Data Analytics Requirements - Contoso identifies the following data analytics requirements: • All the workspaces for the Sales division and the Research division must support all Fabric experiences. • The Research division workspaces must use a dedicated, on-demand capacity that has per-minute billing. • The Research division workspaces must be grouped together logically to support OneLake data hub filtering based on the department name. • For the Research division workspaces, the members of ResearchReviewersGroup1 must be able to read lakehouse and warehouse data and shortcuts by using SQL endpoints. • For the Research division workspaces, the members of ResearchReviewersGroup2 must be able to read lakehouse data by using Lakehouse explorer. • All the semantic models and reports for the Research division must use version control that supports branching. Data Preparation Requirements - Contoso identifies the following data preparation requirements: • The Research division data for Productline1 must be retrieved from Lakehouse1 by using Fabric notebooks. • All the Research division data in the lakehouses must be presented as managed tables in Lakehouse explorer. Semantic Model Requirements - Contoso identifies the following requirements for implementing and managing semantic models: • The number of rows added to the Orders table during refreshes must be minimized. • The semantic models in the Research division workspaces must use Direct Lake mode. General Requirements - Contoso identifies the following high-level requirements that must be considered for all solutions: • Follow the principle of least privilege when applicable. • Minimize implementation and maintenance effort when possible. Which syntax should you use in a notebook to access the Research division data for Productline1?

A. spark.read.format(“delta”).load(“Tables/ResearchProduct”)
B. spark.read.format(“delta”).load(“Files/ResearchProduct”)
C. spark.sql(“SELECT * FROM Lakehouse1.productline1.ResearchProduct”)
D. spark.read.format(“delta”).load(“Tables/productline1/ResearchProduct”)
Show Answer
Correct Answer: A
Explanation:
The shortcut to storage1 is created in the lakehouse and the source data is already in Delta format. In Fabric notebooks, Delta tables and Delta shortcuts in a lakehouse are accessed from the Tables path. Therefore, the correct syntax is to load the Delta table using spark.read.format("delta").load("Tables/ResearchProduct"). The Files path is used for non-managed files, which does not meet the requirement to present the data as managed tables.

Question 44

You have a Fabric tenant that contains the workspaces shown in the following table. You have a deployment pipeline named Pipeline1 that deploys items from Workspace_DEV to Workspace_TEST. In Pipeline1, all items that have matching names are paired. You deploy the contents of Workspace_DEV to Workspace_TEST by using Pipeline1. What will the contents of Workspace_TEST be once the deployment is complete?

A. Lakehouse1 - Lakehouse2 - Notebook1 - Notebook2 - Pipeline1 - SemanticModel1
B. Lakehouse1 - Notebook1 - Pipeline1 - SemanticModel1
C. Lakehouse2 - Notebook2 - SemanticModel1
D. Lakehouse2 - Notebook2 - Pipeline1 - SemanticModel1
Show Answer
Correct Answer: A
Explanation:
In a Fabric deployment pipeline, items with matching names between source and target workspaces are paired and updated, while non‑paired items in the target workspace are not removed. When deploying from Workspace_DEV to Workspace_TEST, all paired items are overwritten/updated from DEV, and any additional items already existing in TEST remain. Therefore, Workspace_TEST ends up containing the union of existing TEST items plus deployed DEV items: Lakehouse1, Lakehouse2, Notebook1, Notebook2, Pipeline1, and SemanticModel1.

Question 45

You have a Fabric tenant that contains a workspace named Workspace1. Workspace1 contains a single semantic model that has two Microsoft Power BI reports. You have a Microsoft 365 subscription that contains a data loss prevention (DLP) policy named DLP1. You need to apply DLP1 to the items in Workspace1. What should you do?

A. Create a workspace identity.
B. Apply a certified endorsement to the semantic model.
C. Apply sensitivity labels to the semantic model and reports.
D. Apply a master data endorsement to the semantic model.
Show Answer
Correct Answer: C
Explanation:
Data loss prevention (DLP) policies for Microsoft Fabric and Power BI are enforced based on sensitivity labels. To have DLP1 apply to the semantic model and the reports in Workspace1, you must assign appropriate sensitivity labels to those items. Endorsements (certified or master data) and workspace identities do not control DLP enforcement.

Question 46

HOTSPOT - You have a Fabric tenant that contains a workspace named Workspace1. Workspace1 contains a warehouse named DW1. DW1 contains two tables named Employees and Sales. All users have read access to Dw1. You need to implement access controls to meet the following requirements: • For the Sales table, ensure that the users can see only the sales data from their respective region. • For the Employees table, restrict access to all Personally Identifiable Information (PII). • Maintain access to unrestricted data for all the users. What should you use for each table? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Illustration for DP-600 question 46
Show Answer
Correct Answer: Employees: Column-level security Sales: Row-level security (RLS)
Explanation:
PII in the Employees table must be hidden at the column level, which is handled by column-level security. Sales data must be filtered so users see only rows for their own region, which requires row-level security. Other data remains unrestricted.

Question 47

HOTSPOT - You have a Fabric lakehouse named Lakehouse1 that contains the following data. You need build a T-SQL statement that will return the total sales amount by OrderDate only for the days that are holidays in Australia. The total sales amount must sum the quantity multiplied by the price on each row in the dbo.sales table. How should you complete the statement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Illustration for DP-600 question 47 Illustration for DP-600 question 47
Show Answer
Correct Answer: Sum(s.Quantity * s.UnitPrice) Inner
Explanation:
Total sales per date requires aggregating row-level Quantity × UnitPrice using SUM. An INNER JOIN with publicholidays restricts results to dates that match Australian holidays, and grouping by OrderDate returns one total per holiday date.

Question 48

HOTSPOT - You have a Fabric tenant that contains three users named User1, User2, and User3. The tenant contains a security group named Group1. User1 and User3 are members of Group1. The tenant contains the workspaces shown in the following table. The tenant contains the domains shown in the following table. User1 creates a new workspace named Workspace3. You assign Domain1 as the default domain of Group1. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

Illustration for DP-600 question 48 Illustration for DP-600 question 48 Illustration for DP-600 question 48
Show Answer
Correct Answer: No No No
Explanation:
Assigning a default domain to a security group does not grant or change workspace-level roles. Workspace roles (Admin, Contributor, Viewer) must be explicitly assigned per workspace. Therefore, User2 gets no role in Workspace3, User3 gets no Viewer role in Workspace3, and User3 gets no Contributor role in Workspace1.

Question 49

HOTSPOT - You have a Fabric tenant that contains a warehouse named WH1. You have source data in a CSV file that has the following fields: • SalesTransactionID • SaleDate • CustomerCode • CustomerName • CustomerAddress • ProductCode • ProductName • Quantity • UnitPrice You plan to implement a star schema for the tables in WH1. The dimension tables in WH1 will implement Type 2 slowly changing dimension (SCD) logic. You need to design the tables that will be used for sales transaction analysis and load the source data. Which type of target table should you specify for the CustomerName, CustomerCode, and SaleDate fields? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Illustration for DP-600 question 49
Show Answer
Correct Answer: CustomerCode: Dimension CustomerName: Dimension SaleDate: Dimension
Explanation:
In a star schema, descriptive attributes belong to dimensions. CustomerCode and CustomerName are customer attributes tracked with Type 2 SCD in a Customer dimension. SaleDate is modeled in a Date (Time) dimension to support time-based analysis, with the fact table storing a foreign key to the Date dimension.

Question 50

HOTSPOT - You have a Fabric tenant that contains a lakehouse named LH1. You need to deploy a new semantic model. The solution must meet the following requirements: • Support complex calculated columns that include aggregate functions, calculated tables, and Multidimensional Expressions (MDX) user hierarchies. • Minimize page rendering times. How should you configure the model? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Illustration for DP-600 question 50
Show Answer
Correct Answer: Mode: Import Query Caching: On
Explanation:
Import mode supports complex calculated columns, calculated tables, and MDX user hierarchies, which aren’t fully supported in Direct Lake or DirectQuery. Enabling query caching reduces repeated query execution and improves report page rendering performance.

$19

Get all 189 questions with detailed answers and explanations

  • Instant download HTML + PDF delivered the moment payment clears.
  • Secure Stripe checkout we never see or store your card details.
  • 7-day refund if files are defective see our refund policy.