Certified Data Engineer Associate Exam QuestionsBrowse all questions from this exam

Certified Data Engineer Associate Exam - Question 85


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?

Show Answer
Correct Answer: C

The manager can schedule the query to refresh every 1 day from the query's page in Databricks SQL. This approach ensures that the query results are updated daily without the need for manual intervention. The scheduling functionality in the query's page allows the user to specify the frequency and timing for automatic query execution, making it a suitable solution for the requirement.

Discussion

5 comments
Sign in to comment
GarynOption: C
Dec 31, 2023

The manager can schedule the query to refresh every 1 day from the query’s page in Databricks SQL (Option C). Here are the steps to do this: - In the Query Editor, click Schedule > Add schedule to open a menu with schedule settings. - Choose when to run the query. Use the dropdown pickers to specify the frequency, period, starting time, and time zone. - Click Create.

kishore1980Option: C
Oct 28, 2023

From the query editor page we have option to schedule the queries

meow_akkOption: D
Oct 22, 2023

Ans D : think option A might not be right since we are not doing scheduling in sql end points page

SD5713
Oct 23, 2023

it is C, Question 41 of Practice Exam Databricks

kz_dataOption: C
Dec 6, 2023

Correct Answer is C

AndreFROption: C
Dec 20, 2023

has to be every 1 day to run once day. https://docs.databricks.com/en/sql/user/queries/schedule-query.html