Databricks Certified Machine Learning Professional — Question 45
Which of the following MLflow Model Registry use cases requires the use of an HTTP Webhook?
Answer options
- A. Starting a testing job when a new model is registered
- B. Updating data in a source table for a Databricks SQL dashboard when a model version transitions to the Production stage
- C. Sending an email alert when an automated testing Job fails
- D. None of these use cases require the use of an HTTP Webhook
- E. Sending a message to a Slack channel when a model version transitions stages
Correct answer: E
Explanation
Option E is correct because it specifically requires an HTTP Webhook to send messages to Slack when model versions transition. The other options, while they describe actions that can be triggered by model events, do not inherently require the use of an HTTP Webhook to perform their functions.