DP-700 Exam Question 26

You have a Fabric workspace that contains a warehouse named Warehouse1.
You have an on-premises Microsoft SQL Server database named Database1 that is accessed by using an on-premises data gateway.
You need to copy data from Database1 to Warehouse1.
Which item should you use?
  • DP-700 Exam Question 27

    You have a Fabric warehouse named DW1 that contains four staging tables named ProductCategory, ProductSubcategory, Product, and SalesOrder. ProductCategory, ProductSubcategory, and Product are used often in analytical queries.
    You need to implement a star schema for DW1. The solution must minimize development effort.
    Which design approach 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 28

    You have an Azure key vault named KeyVaultl that contains secrets.
    You have a Fabric workspace named Workspace!. Workspace! contains a notebook named Notebookl that performs the following tasks:
    * Loads stage data to the target tables in a lakehouse
    * Triggers the refresh of a semantic model
    You plan to add functionality to Notebookl that will use the Fabric API to monitor the semantic model refreshes. You need to retrieve the registered application ID and secret from KeyVaultl to generate the authentication token. Solution: You use the following code segment:
    Use notebookutils. credentials.getSecret and specify key vault URL and the name of a linked service.
    Does this meet the goal?
  • DP-700 Exam Question 29

    HOTSPOT
    You are processing streaming data from an external data provider.
    You have the following code segment.

    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-700 Exam Question 30

    You have a Fabric workspace that contains an eventstream named EventStreaml. EventStreaml outputs events to a table named Tablel in a lakehouse. The streaming data is souiced from motorway sensors and represents the speed of cars.
    You need to add a transformation to EventStream1 to average the car speeds. The speeds must be grouped by non-overlapping and contiguous time intervals of one minute. Each event must belong to exactly one window.
    Which windowing function should you use?