exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 6 question 1 discussion

Actual exam question from Microsoft's DP-100
Question #: 1
Topic #: 6
[All DP-100 Questions]

You create an Azure Machine Learning workspace.

You must configure an event-driven workflow to automatically trigger upon completion of training runs in the workspace. The solution must minimize the administrative effort to configure the trigger.

You need to configure an Azure service to automatically trigger the workflow.

Which Azure service should you use?

  • A. Event Grid subscription
  • B. Azure Automation runbook
  • C. Event Hubs Capture
  • D. Event Hubs consumer
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Lion007
11 months, 1 week ago
Selected Answer: A
The Correct answer is: A. Event Grid subscription Justification: Event Grid subscription: is the most suitable choice for creating event-driven workflows in Azure. When a training run is completed in an Azure ML workspace, Event Grid can be used to trigger a workflow automatically. This approach requires minimal administrative effort, as you can subscribe to specific events (like training run completion) and respond to them without constant polling or manual intervention. Wrong Answers: B. Azure Automation runbook: is more suitable for scenarios where you need to automate complex, multi-step processes and often require more administrative effort to set up triggers based on specific events in Azure Machine Learning. C. Event Hubs Capture: is designed to automatically capture the streaming data in Event Hubs and save it to a storage account. D. Event Hubs consumer: is part of the Event Hubs service and is used to read and process the stream of events. It is not a tool for triggering workflows based on specific events within Azure Machine Learning workspaces. It requires more effort to configure.
upvoted 1 times
...
Jin_22
1 year, 8 months ago
To configure an event-driven workflow to automatically trigger upon completion of training runs in the workspace, you should use Azure Event Grid subscription. Azure Machine Learning emits the following event types: Model registered, Model deployed, Run completed, and Dataset drift detected. When an event is triggered, the Event Grid service sends data about that event to subscribing endpoint. You can set up event-driven applications, processes, or CI/CD workflows based on Azure Machine Learning events, such as failure notification emails or ML pipeline runs, when certain conditions are detected by Azure Event Grid
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...