Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Microsoft DP-600 Implementing Analytics Solutions Using Microsoft Fabric Exam Practice Test

Demo: 35 questions
Total 192 questions

Implementing Analytics Solutions Using Microsoft Fabric Questions and Answers

Question 1

You have a Fabric workspace named Workspace1 that contains an eventstream named Eventstream1.

Eventstream1 reads data from an Azure event hub named Eventhub1.

Eventhub1 contains the following columns.

Name

Data type

MachineId

Int

Payload

Dynamic

Datetime

Datetime

Location

String

You need to add a continuous percentile calculation to the Payload column. The solution must minimize development effort.

What should you do?

Options:

A.

Add a KQL queryset to Workspace1.

B.

Add a Group by transformation to Eventstream1.

C.

Add a Manage fields transformation to Eventstream1.

D.

Add an Aggregate transformation to Eventstream1.

Question 2

You have a Microsoft Power Bl semantic model that contains a single table named Orders. Orders contains the following columns:

• Product Name

• Order Date

• Quantity

You have a Power Bl report that contains a page named Inventory. Inventory contains a slicer for the Product Name column and a clustered column chart that shows Quantity by Order Date.

You need to ensure that users can select whether to display Quantity by Product Name or Quantity by Order Date in the chart. The solution must minimize development effort.

What should you create?

Options:

A.

a field parameter

B.

a measure

C.

a calculation group

D.

a dynamic format string

Question 3

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?

Options:

A.

Apply a master data endorsement to the semantic model.

B.

Apply a certified endorsement to the semantic model.

C.

Create a workspace identity.

D.

Apply sensitivity labels to the semantic model and reports.

Question 4

You have a Fabric workspace named Workspace-!. You have a GitHub repository named Repol. You need to connect Workspacel to the main branch of Repol. Which information should you provide?

Q A. an access key and the URL of Repo1

(§) B. a personal access token (PAT) and the URL of Repo1

Q C. an access key and the branch name of Repo1

Q D. a shared access signature (SAS) token and the branch name of Repo1

Options:

Question 5

You have a Fabric workspace named Workspace1.

Workspace1 contains multiple semantic models, including a model named Model1. Model1 is updated by using an XMLA endpoint.

You need to increase the speed of the write operations of the XMLA endpoint.

What should you do?

Options:

A.

Select Large semantic model storage format for Workspace1.

B.

Configure Model1 to use the Direct Lake storage format.

C.

Delete any unused semantic models from Workspace1.

D.

Delete any unused columns from Model1.

Question 6

You have a Fabric workspace named Workspace1 that contains a lakehouse named Lakehouse1 and a user named User1. You need to ensure that User1 can read all the data in Lakehouse1. The solution must follow the principle of least privilege. Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Share Lakehousel by using item permissions.

B.

Assign the Contributor role to User1.

C.

Assign the Viewer role to User1.

D.

Select Read all Apache Spark

E.

Assign the Member role to User1.

Question 7

You have a Fabric tenant that contains a semantic model named Model1. Model1 contains a fact table named FactSales. FactSales has a relationship to a dimension table named DimDate on a column named OrderDate.

To FactSales, you add a second relationship between FactSales and DimDate based on a column named ShippedDate.

You need to filter by using ShippedDate in a new report. The solution must NOT affect the function of existing reports.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct answer is worth one point.

Options:

A.

Enable the ShippedDate relationship.

B.

Use a relatedtable DAX function.

C.

Use a crossfilter DAX function.

D.

Use a userelationship DAX function.

E.

Disable the ShippedDate relationship between the tables.

Question 8

You have a Fabric workspace named Workspacel that contains a lakehouse named Lakehousel. Lakehousel contains a table named Tablel. Table 1 contains the following data.

You need to perform the following actions:

• Load the data from Table! into a star schema.

• Create a product dimension table named DimProduct and a fact table named FactSales.

Which three columns should you include in DimProduct?

Options:

A.

ProductColor, ProductID, and ProductName.

B.

ProductName, SalesAmount, andTransactionlD

C.

Date, ProductID, andTransactionlD.

D.

ProductID, ProductName, and SalesAmount

Question 9

You have a Fabric eventhouse that contains a KQL database. The database contains a table named TaxiData that stores the following data.

You need to create a column named FirstPickupDateTime that will contain the first value of each hour from tpep_pickup_datetime partitioned by payment_type.

NOTE: Each correct selection is worth one point.

Options:

Question 10

You have a Microsoft Power Bl semantic model that contains measures. The measures use multiple calculate functions and a filter function.

You are evaluating the performance of the measures.

In which use case will replacing the filter function with the keepfilters function reduce execution time?

Options:

A.

when the filter function uses a nested calculate function

B.

when the filter function references a column from a single table that uses Import mode

C.

when the filter function references columns from multiple tables

D.

when the filter function references a measure

Question 11

You have a Fabric workspace named Workspace1 that contains a dataflow named Dataflow1. Dataflow1 returns 500 rows of data.

You need to identify the min and max values for each column in the query results.

Which three Data view options should you select? Each correct answer presents part of the solution.

NOTE: Each correct answer is worth one point.

Options:

A.

Show column quality details

B.

Show column profile in details pane

C.

Enable details pane

D.

Show column value distribution

E.

Enable column profile

Question 12

You have a Fabric tenant tha1 contains a takehouse named Lakehouse1. Lakehouse1 contains a Delta table named Customer.

When you query Customer, you discover that the query is slow to execute. You suspect that maintenance was NOT performed on the table.

You need to identify whether maintenance tasks were performed on Customer.

Solution: You run the following Spark SQL statement:

REFRESH TABLE customer

Does this meet the goal?

Options:

A.

Yes

B.

No

Question 13

You have a Fabric warehouse named Watehousel that contains a table named TaxiTrips. TaxiTrips contains the following columns.

You need to create a query that shows the top three taxi companies based on the total miles traveled.

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.

Options:

Question 14

You have a Fabric workspace named Workspace1 and a warehouse named Warehouse1. Workspace1 contains a user named User1. User1 is assigned the Viewer role for Workspace1.

You need to ensure that User1 can share Warehouse1 with other users. The solution must follow the principle of least privilege.

Which role should you assign to User1?

Options:

A.

Member for Workspace1

B.

db.owner for Warehouse1

C.

Contributor for Workspace1

D.

Admin for Workspace1

Question 15

You have a Fabric workspace named Workspace1 that contains a data flow named Dataflow1. Dataflow1 contains a query that returns the data shown in the following exhibit.

You need to transform the date columns into attribute-value pairs, where columns become rows.

You select the VendorlD column.

Which transformation should you select from the context menu of the VendorlD column?

Options:

A.

Group by

B.

Unpivot columns

C.

Unpivot other columns

D.

Split column

E.

Remove other columns

Question 16

You have a Fabric workspace named Workspace 1 that contains a dataflow named Dataflow1. Dataflow1 has a query that returns 2.000 rows. You view the query in Power Query as shown in the following exhibit.

What can you identify about the pickupLongitude column?

Options:

A.

The column has duplicate values.

B.

All the table rows are profiled.

C.

The column has missing values.

D.

There are 935 values that occur only once.

Question 17

You have a Fabric tenant that contains two workspaces named Workspace1 and Workspace2 and a user named User1.

You need to ensure that User1 can perform the following tasks:

Create a new domain.

Create two subdomains named subdomain1 and subdomain2.

Assign Workspace1 to subdomain1.

Assign Workspace2 to subdomain2.

The solution must follow the principle of least privilege.

Which role should you assign to User1?

Options:

A.

Domain admin

B.

Domain contributor

C.

Workspace Admin

D.

Fabric admin

Question 18

You have Fabric tenant.

You need to create a sematic model that delivers fast report rendering, minimizes query latency, and maximizes flexibility for DAX calculations.

Which storage mode should you select?

Options:

A.

Import

B.

Direct Lake

C.

Composite Mode

D.

DirectQuery

Question 19

You have a Fabric tenant that contains two workspaces named Woritspace1 and Workspace2. Workspace1 contains a lakehouse named Lakehouse1. Workspace2 contains a lakehouse named Lakehouse2. Lakehouse! contains a table named dbo.Sales. Lakehouse2 contains a table named dbo.Customers.

You need to ensure that you can write queries that reference both dbo.Sales and dbo.Customers in the same SQL query without making additional copies of the tables.

What should you use?

Options:

A.

a view

B.

a dataflow

C.

a managed table

D.

a shortcut

Question 20

You need to resolve the issue with the pricing group classification.

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.

Options:

Question 21

You need to create a DAX measure to calculate the average overall satisfaction score.

How should you complete the DAX code? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 22

Which type of data store should you recommend in the AnalyticsPOC workspace?

Options:

A.

a data lake

B.

a warehouse

C.

a lakehouse

D.

an external Hive metaStore

Question 23

You need to design a semantic model for the customer satisfaction report.

Which data source authentication method and mode should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 24

You to need assign permissions for the data store in the AnalyticsPOC workspace. The solution must meet the security requirements.

Which additional permissions should you assign when you share the data store? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 25

You need to recommend a solution to prepare the tenant for the PoC.

Which two actions should you recommend performing from the Fabric Admin portal? Each correct answer presents part of the solution.

NOTE: Each correct answer is worth one point.

Options:

A.

Enable the Users can try Microsoft Fabric paid features option for specific security groups.

B.

Enable the Allow Azure Active Directory guest users to access Microsoft Fabric option for specific security groups.

C.

Enable the Users can create Fabric items option and exclude specific security groups.

D.

Enable the Users can try Microsoft Fabric paid features option for the entire organization.

E.

Enable the Users can create Fabric items option for specific security groups.

Question 26

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?

Options:

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.

Question 27

You need to implement the date dimension in the data store. The solution must meet the technical requirements.

What are two ways to achieve the goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Populate the date dimension table by using a dataflow.

B.

Populate the date dimension table by using a Stored procedure activity in a pipeline.

C.

Populate the date dimension view by using T-SQL.

D.

Populate the date dimension table by using a Copy activity in a pipeline.

Question 28

You need to recommend a solution to group the Research division workspaces.

What should you include in the recommendation? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 29

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.

Options:

Question 30

Which syntax should you use in a notebook to access the Research division data for Productlinel?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 31

What should you use to implement calculation groups for the Research division semantic models?

Options:

A.

DAX Studio

B.

Microsoft Power Bl Desktop

C.

the Power Bl service

D.

Tabular Editor

Question 32

You need to recommend which type of fabric capacity SKU meets the data analytics requirements for the Research division. What should you recommend?

Options:

A.

EM

B.

F

C.

P

D.

A

Question 33

Which workspace rote assignments should you recommend for ResearchReviewersGroupl and ResearchReviewersGroupZ? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 34

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?

Options:

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

Question 35

You need to ensure that Contoso can use version control to meet the data analytics requirements and the general requirements. What should you do?

Options:

A.

Store all the semantic models and reports in Data Lake Gen2 storage.

B.

Modify the settings of the Research workspaces to use a GitHub repository.

C.

Store all the semantic models and reports in Microsoft OneDrive.

D.

Modify the settings of the Research division workspaces to use an Azure Repos repository.

Demo: 35 questions
Total 192 questions