DP-600 Exam Question 61

You have a Fabric eventhouse named Eventhousel that contains a table named Weatherdata. A sample of the data in Weatherdata is shown in the following table.

You plan to use a KQL queryset to manipulate the data in Eventhouse1. The result set must have the following columns.

You need to build the query.
Which four KQL statements should you use in sequence? To answer, move the appropriate statements from the list of statements to the answer area and arrange them in the correct order.

DP-600 Exam Question 62

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.

DP-600 Exam Question 63

You need to provide Power Bl developers with access to the pipeline. The solution must meet the following requirements:
* Ensure that the developers can deploy items to the workspaces for Development and Test.
* Prevent the developers from deploying items to the workspace for Production.
* Follow the principle of least privilege.
Which three levels of access should you assign to the developers? Each correct answer presents part of the solution. NOTE: Each correct answer is worth one point.
  • DP-600 Exam Question 64

    You have a Fabric tenant that contains a semantic model named model1. The two largest columns in model1 are shown in the following table.

    You need to optimize model 1. The solution must meet the following requirements:
    * Reduce the model size.
    * Increase refresh performance when using Import mode.
    * Ensure that the datetime value for each sales transaction is available in the model.
    What should you do on each column? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-600 Exam Question 65

    You have a Fabric tenant that contains a warehouse named DW1 and a lakehouse named LH1. DW1 contains a table named Sales.Product. LH1 contains a table named Sales.Orders.
    You plan to schedule an automated process that will create a new point-in-time (PIT) table named Sales.
    ProductOrder in DW1. Sales.ProductOrder will be built by using the results of a query that will join Sales.
    Product and Sales.Orders.
    You need to ensure that the types of columns in Sales. ProductOrder match the column types in the source tables. The solution must minimize the number of operations required to create the new table.
    Which operation should you use?