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

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.