DP-700 Exam Question 1

You need to ensure that the data engineers are notified if any step in populating the lakehouses fails. The solution must meet the technical requirements and minimize development effort.
What should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

DP-700 Exam Question 2

You have a Fabric workspace named Workspacel that contains the following items:
* A Microsoft Power Bl report named Reportl
* A Power Bl dashboard named Dashboardl
* A semantic model named Modell
* A lakehouse name Lakehouse1
Your company requires that specific governance processes be implemented for the items. Which items can you endorse in Fabric?
  • DP-700 Exam Question 3

    You need to ensure that the authors can see only their respective sales data.
    How should you complete the statement? To answer, drag the appropriate values the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content NOTE: Each correct selection is worth one point.

    DP-700 Exam Question 4

    You have a Fabric workspace that contains a semantic model named Model1.
    You need to dynamically execute and monitor the refresh progress of Model1.
    What should you use?
  • DP-700 Exam Question 5

    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?