dp-203 Practice Question 1953
Exam: dp-203
Domain: Monitor and optimize data storage and data processing
Topic: Monitor data storage and data processing
Difficulty: medium
In Azure Synapse Analytics, you have set up a pipeline that processes data from multiple sources. You need to monitor the pipeline runs and ensure that any errors or warnings during the data processing are immediately notified to your team. Which alerting mechanism should you configure to achieve this requirement?
Answer Options
A
Create an Azure Function to process pipeline logs and send emails.
B
Configure Azure Monitor Alerts to trigger on pipeline run status changes.
C
Set up an Azure DevOps pipeline to monitor the Synapse pipeline runs.
D
Use Azure Logic Apps to create a workflow that monitors the pipeline runs.
Correct Answer
B: Configure Azure Monitor Alerts to trigger on pipeline run status changes.
Explanation
The correct answer is B. You should configure Azure Monitor Alerts to send notifications based on specific conditions in the pipeline runs. Option A is incorrect because it refers to Azure Functions, which can be used for custom logic but not for monitoring pipeline runs directly. Option C is incorrect as it pertains to Azure DevOps, which is used for software development and release management, not for monitoring data pipelines. Option D is incorrect as it refers to Azure Logic Apps, which can be used for workflow automation but not for setting up alerts on pipeline runs.