Databricks Certified Data Engineer Associate — Question 106

An engineering manager uses a Databricks SQL query to monitor ingestion latency for each data source. The manager checks the results of the query every day, but they are manually rerunning the query each day and waiting for the results.

Which of the following approaches can the manager use to ensure the results of the query are updated each day?

Answer options

Correct answer: C

Explanation

The correct answer is C because scheduling the query from the query's page specifically allows for daily updates. Options A and B refer to the SQL endpoint's page, which may not have the same functionality, while option D suggests using the Jobs UI, which is not the right context for the query's scheduling in this scenario.