FEFreeExamDumps.in

DP-203 Practice Questions — Page 16

Question 151

Open question ↗

You are planning a streaming data solution that will use Azure Databricks. The solution will stream sales transaction data from an online store. The solution has the following specifications:

The output data will contain items purchased, quantity, line total sales amount, and line total tax amount.

✑ Line total sales amount and line total tax amount will be aggregated in Databricks.

✑ Sales transactions will never be updated. Instead, new rows will be added to adjust a sale.

You need to recommend an output mode for the dataset that will be processed by using Structured Streaming. The solution must minimize duplicate data.

What should you recommend?

Question 151
  • A.Update
  • B.Complete
  • C.Append

Question 152

Open question ↗

You have an enterprise data warehouse in Azure Synapse Analytics named DW1 on a server named Server1.

You need to determine the size of the transaction log file for each distribution of DW1.

What should you do?

  • A.On DW1, execute a query against the sys.database_files dynamic management view.
  • B.From Azure Monitor in the Azure portal, execute a query against the logs of DW1.
  • C.Execute a query against the logs of DW1 by using the Get-AzOperationalInsightsSearchResult PowerShell cmdlet.
  • D.On the master database, execute a query against the sys.dm_pdw_nodes_os_performance_counters dynamic management view.

Question 153

Open question ↗

You are designing an anomaly detection solution for streaming data from an Azure IoT hub. The solution must meet the following requirements:

✑ Send the output to Azure Synapse.

✑ Identify spikes and dips in time series data.

✑ Minimize development and configuration effort.

Which should you include in the solution?

  • A.Azure Databricks
  • B.Azure Stream Analytics
  • C.Azure SQL Database

Question 154

Open question ↗

A company uses Azure Stream Analytics to monitor devices.

The company plans to double the number of devices that are monitored.

You need to monitor a Stream Analytics job to ensure that there are enough processing resources to handle the additional load.

Which metric should you monitor?

  • A.Early Input Events
  • B.Late Input Events
  • C.Watermark delay
  • D.Input Deserialization Errors

Question 155

Open question ↗

You are designing an enterprise data warehouse in Azure Synapse Analytics that will store website traffic analytics in a star schema.

You plan to have a fact table for website visits. The table will be approximately 5 GB.

You need to recommend which distribution type and index type to use for the table. The solution must provide the fastest query performance.

What should you recommend? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Question 155

Question 156

Open question ↗

You have an activity in an Azure Data Factory pipeline. The activity calls a stored procedure in a data warehouse in Azure Synapse Analytics and runs daily.

You need to verify the duration of the activity when it ran last.

What should you use?

  • A.activity runs in Azure Monitor
  • B.Activity log in Azure Synapse Analytics
  • C.the sys.dm_pdw_wait_stats data management view in Azure Synapse Analytics
  • D.an Azure Resource Manager template

Question 157

Open question ↗

You have an Azure Synapse Analytics job that uses Scala.

You need to view the status of the job.

What should you do?

  • A.From Synapse Studio, select the workspace. From Monitor, select SQL requests.
  • B.From Azure Monitor, run a Kusto query against the AzureDiagnostics table.
  • C.From Synapse Studio, select the workspace. From Monitor, select Apache Sparks applications.
  • D.From Azure Monitor, run a Kusto query against the SparkLoggingEvent_CL table.

Question 158

Open question ↗

You have an Azure Data Lake Storage Gen2 account that contains a JSON file for customers. The file contains two attributes named FirstName and LastName.

You need to copy the data from the JSON file to an Azure Synapse Analytics table by using Azure Databricks. A new column must be created that concatenates the FirstName and LastName values.

You create the following components:

✑ A destination table in Azure Synapse

✑ An Azure Blob storage container

✑ A service principal

In which order should you perform the actions? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Select and Place:

Question 158

Question 159

Open question ↗

You have an Azure subscription that contains an Azure Synapse Analytics dedicated SQL pool named Pool1 and an Azure Data Lake Storage account named storage1. Storage1 requires secure transfers.

You need to create an external data source in Pool1 that will be used to read .orc files in storage1.

How should you complete the code? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Question 159

Question 160

Open question ↗

You have an Azure subscription that contains an Azure Synapse Analytics dedicated SQL pool named SQLPool1.

SQLPool1 is currently paused.

You need to restore the current state of SQLPool1 to a new SQL pool.

What should you do first?

  • A.Create a workspace.
  • B.Create a user-defined restore point.
  • C.Resume SQLPool1.
  • D.Create a new SQL pool.