DP-300 Exam Question 111

Drag and Drop Question
You are creating a managed data warehouse solution on Microsoft Azure.
You must use PolyBase to retrieve data from Azure Blob storage that resides in parquet format and load the data into a large table called FactSalesOrderDetails.
You need to configure Azure Synapse Analytics to receive the data.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

DP-300 Exam Question 112

Hotspot Question
You have an Azure SQL database named DB1 that contains a table named Orders. The Orders table contains a row for each sales order. Each sales order includes the name of the user who placed the order.
You need to implement row-level security (RLS). The solution must ensure that the users can view only their respective sales orders.
What should you include in the solution? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

DP-300 Exam Question 113

You plan to build a structured streaming solution in Azure Databricks. The solution will count new events in five-minute intervals and report only events that arrive during the interval.
The output will be sent to a Delta Lake table.
Which output mode should you use?
  • DP-300 Exam Question 114

    You have an instance of SQL Server on Azure Virtual Machines named VM1.
    You plan to schedule a SQL Server Agent job that will rebuild indexes of the databases hosted on VM1.
    You need to configure the account that will be used by the agent. The solution must use the principle of least privilege.
    Which operating system user right should you assign to the account?
  • DP-300 Exam Question 115

    You have an Azure Synapse Analytics dedicated SQL pool.
    You run PDW_SHOWSPACEUSED('dbo.FactInternetSales'); and get the results shown in the following table.

    Which statement accurately describes the dbo.FactInternetSales table?