DP-700 Exam Question 1

What should you do to optimize the query experience for the business users?
  • DP-700 Exam Question 2

    You have a Fabric workspace that contains a lakehouse and a notebook named Notebook1. Notebook1 reads data into a DataFrame from a table named Table1 and applies transformation logic. The data from the DataFrame is then written to a new Delta table named Table2 by using a merge operation.
    You need to consolidate the underlying Parquet files in Table1.
    Which command should you run?
  • DP-700 Exam Question 3

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You have a Fabric eventstream that loads data into a table named Bike_Location in a KQL database. The table contains the following columns:
    BikepointID
    Street
    Neighbourhood
    No_Bikes
    No_Empty_Docks
    Timestamp
    You need to apply transformation and filter logic to prepare the data for consumption. The solution must return data for a neighbourhood named Sands End when No_Bikes is at least 15. The results must be ordered by No_Bikes in ascending order.
    Solution: You use the following code segment:

    Does this meet the goal?
  • DP-700 Exam Question 4

    You need to ensure that WorkspaceA can be configured for source control. Which two actions should you perform?
    Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
  • DP-700 Exam Question 5

    You have a Fabric workspace that contains a lakehouse named Lakehousel.
    You plan to create a data pipeline named Pipeline! to ingest data into Lakehousel. You will use a parameter named paraml to pass an external value into Pipeline1!. The paraml parameter has a data type of int You need to ensure that the pipeline expression returns param1 as an int value.
    How should you specify the parameter value?