Microsoft DP-203 Übungsprüfungen
Zuletzt aktualisiert am 23.05.2025- Prüfungscode: DP-203
- Prüfungsname: Data Engineering on Microsoft Azure
- Zertifizierungsanbieter: Microsoft
- Zuletzt aktualisiert am: 23.05.2025
You need to design a solution that will process streaming data from an Azure Event Hub and output
the data to Azure Data Lake Storage. The solution must ensure that analysts can interactively query
the streaming data.
What should you use?
- A . event triggers in Azure Data Factory
- B . Azure Stream Analytics and Azure Synapse notebooks
- C . Structured Streaming in Azure Databricks
- D . Azure Queue storage and read-access geo-redundant storage (RA-GRS)
You are developing a solution that will stream to Azure Stream Analytics. The solution will have both streaming data and reference data.
Which input type should you use for the reference data?
- A . Azure Cosmos DB
- B . Azure Blob storage
- C . Azure IoT Hub
- D . Azure Event Hubs
You have a partitioned table in an Azure Synapse Analytics dedicated SQL pool.
You need to design queries to maximize the benefits of partition elimination.
What should you include in the Transact-SQL queries?
- A . JOIN
- B . WHERE
- C . DISTINCT
- D . GROUP BY
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
HOTSPOT
You have an Azure Data Lake Storage Gen2 account named account1 that stores logs as shown in the following table.
You do not expect that the logs will be accessed during the retention periods.
You need to recommend a solution for account1 that meets the following requirements:
✑ Automatically deletes the logs at the end of each retention period
✑ Minimizes storage costs
What should you include in the recommendation? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You use Azure Data Factory to create data pipelines.
You are evaluating whether to integrate Data Factory and GitHub for source and version control.
What are two advantages of the integration? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . the ability to save without publishing
- B . lower pipeline execution times
- C . the ability to save pipelines that have validation issues
- D . additional triggers
You have an Azure subscription that contains an Azure Cosmos DB database. Azure Synapse Link is implemented on the database. You configure a full fidelity schema for the analytical store.
You perform the following actions:
How many columns will the analytical store contain?
- A . 1
- B . 2
- C . 3
- D . 4
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.
DRAG DROP
You use PySpark in Azure Databricks to parse the following JSON input.
You need to output the data in the following tabular format.
How should you complete the PySpark code? To answer, drag the appropriate values to he 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.
You have two Azure Data Factory instances named ADFdev and ADFprod. ADFdev connects to an Azure DevOps Git repository.
You publish changes from the main branch of the Git repository to ADFdev.
You need to deploy the artifacts from ADFdev to ADFprod.
What should you do first?
- A . From ADFdev, modify the Git configuration.
- B . From ADFdev, create a linked service.
- C . From Azure DevOps, create a release pipeline.
- D . From Azure DevOps, update the main branch.