DP-600 Exam Question 36

You have a Fabric tenant that contains a lakehouse named Lakehouse1. 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?
  • DP-600 Exam Question 37

    Hotspot Question
    You have a Fabric workspace that uses the default Spark starter pool and runtime version 1.2.
    You plan to read a CSV file named Sales_raw.csv in a lakehouse, select columns, and save the data as a Delta table to the managed area of the lakehouse. Sales_raw.csv contains 12 columns.
    You have 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.

    DP-600 Exam Question 38

    You are the administrator of a Fabric workspace that contains a lakehouse named Lakehouse1.
    Lakehouse1 contains the following tables:
    Table1: A Delta table created by using a shortcut
    Table2: An external table created by using Spark
    Table3: A managed table
    You plan to connect to Lakehouse1 by using its SQL endpoint.
    What will you be able to do after connecting to Lakehouse1?
  • DP-600 Exam Question 39

    Hotspot Question
    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.

    DP-600 Exam Question 40

    Case Study 1 - Contoso
    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 Productine2ws.
    - 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.
    Hotspot Question
    You need to migrate the Research division data for Productline1. 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.