DATABRICKS-CERTIFIED-DATA-ENGINEER-ASSOCIATE · Question #68
A data engineer has been using a Databricks SQL dashboard to monitor the cleanliness of the input data to an ELT job. The ELT job has its Databricks SQL query that returns the number of input…
The correct answer is C. They can set up an Alert with a new webhook alert destination. Databricks SQL Alerts allow you to define a condition on a query result and trigger a notification when that condition is met. To notify a team via a messaging webhook (e.g., Slack, Teams, PagerDuty), you must configure a webhook alert destination and attach it to the Alert…
Question
Options
- AThey can set up an Alert with a custom template.
- BThey can set up an Alert with a new email alert destination.
- CThey can set up an Alert with a new webhook alert destination.
- DThey can set up an Alert with one-time notifications.
- EThey can set up an Alert without notifications.
How the community answered
(29 responses)- C90% (26)
- D3% (1)
- E7% (2)
Explanation
Databricks SQL Alerts allow you to define a condition on a query result and trigger a notification when that condition is met. To notify a team via a messaging webhook (e.g., Slack, Teams, PagerDuty), you must configure a webhook alert destination and attach it to the Alert. Option A (custom template) only changes the notification format, not the delivery channel. Option B (email) sends email, not a webhook. Options D and E do not support the required webhook delivery. Only option C correctly configures the notification channel as a webhook destination.
Topics
Community Discussion
No community discussion yet for this question.