Databricks Certified Data Engineer Associate — Question 45
Which of the following approaches should be used to send the Databricks Job owner an email in the case that the Job fails?
Answer options
- A. Manually programming in an alert system in each cell of the Notebook
- B. Setting up an Alert in the Job page
- C. Setting up an Alert in the Notebook
- D. There is no way to notify the Job owner in the case of Job failure
- E. MLflow Model Registry Webhooks
Correct answer: B
Explanation
The correct answer is B because setting up an Alert on the Job page is designed specifically for notifying the owner of job status changes, including failures. The other options either involve unnecessary complexity, like manually programming alerts in each Notebook cell, or incorrectly state that no notification method is available.