nerdexam
MicrosoftMicrosoft

DP-100 · Question #292

DP-100 Question #292: Real Exam Question with Answer & Explanation

The correct answer is A: Event Grid subscription. {"question_number": 10, "correct_answer": "A", "explanation": "Azure Event Grid is the correct service for event-driven automation triggered by Azure ML workspace events such as training run completions. Azure ML publishes events (RunCompleted, RunStatusChanged, etc.) to Event Gr

Train and deploy models

Question

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?

Options

  • AEvent Grid subscription
  • BAzure Automation runbook
  • CEvent Hubs Capture
  • DEvent Hubs consumer

Explanation

{"question_number": 10, "correct_answer": "A", "explanation": "Azure Event Grid is the correct service for event-driven automation triggered by Azure ML workspace events such as training run completions. Azure ML publishes events (RunCompleted, RunStatusChanged, etc.) to Event Grid, and you configure an Event Grid subscription to route those events to a target handler (Logic App, Azure Function, webhook, etc.) with minimal setup. This requires no custom polling or infrastructure. Azure Automation runbooks (B) require polling or scheduled triggers, not event-driven. Event Hubs Capture (C) and Event Hubs consumer (D) are data streaming and ingestion tools, not event-driven workflow triggers for ML workspace events.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#Azure Event Grid#Azure Machine Learning#Event-driven architecture#Workflow automation

Community Discussion

No community discussion yet for this question.

Full DP-100 PracticeBrowse All DP-100 Questions