
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Question 41
An engineering manager uses a Databricks SQL query to monitor their team's progress on fixes related to customer-reported bugs. 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?
A
Schedule the query to run daily and send the results to the manager via email
B
Create a dashboard widget with the query and refresh it daily
C
Set up a Databricks Workflow to run the query daily and store the results in a table
D
Use a Databricks Notebook to run the query and schedule it with a job
E
Configure the query to automatically refresh when the manager opens the SQL editor
F
Create a materialized view that updates automatically when underlying data changes
Explanation:
Correct Answer: B — They can schedule the query to refresh every 1 day from the query’s page in Databricks SQL.
Why B is Correct:
Why A and C are Incorrect:
Why D and E are Incorrect:
Why This Solution Works: