nerdexam
Databricks

DATABRICKS-CERTIFIED-DATA-ENGINEER-ASSOCIATE · Question #49

Which of the following approaches should be used to send the Databricks Job owner an email in the case that the Job fails?

The correct answer is B. Setting up an Alert in the Job page. Databricks Jobs has a built-in alerting and notification system accessible directly from the Job's configuration page. You can configure email notifications for events such as job start, success, failure, or skipped runs - no custom code required. Setting up alerts in…

Submitted by hans_de· Apr 18, 2026Monitoring and Logging

Question

Which of the following approaches should be used to send the Databricks Job owner an email in the case that the Job fails?

Options

  • AManually programming in an alert system in each cell of the Notebook
  • BSetting up an Alert in the Job page
  • CSetting up an Alert in the Notebook
  • DThere is no way to notify the Job owner in the case of Job failure
  • EMLflow Model Registry Webhooks

How the community answered

(18 responses)
  • A
    6% (1)
  • B
    89% (16)
  • D
    6% (1)

Explanation

Databricks Jobs has a built-in alerting and notification system accessible directly from the Job's configuration page. You can configure email notifications for events such as job start, success, failure, or skipped runs - no custom code required. Setting up alerts in individual Notebook cells would be fragile and require manual effort in each notebook. MLflow webhooks are for model registry events, not job failures. The built-in Job-level alert configuration is the correct and intended approach.

Topics

#Databricks Jobs#Job Monitoring#Email Notifications#Failure Alerts

Community Discussion

No community discussion yet for this question.

Full DATABRICKS-CERTIFIED-DATA-ENGINEER-ASSOCIATE Practice