Certified Data Engineer Associate Exam QuestionsBrowse all questions from this exam

Certified Data Engineer Associate Exam - Question 88


A data engineer wants to schedule their Databricks SQL dashboard to refresh every hour, but they only want the associated SQL endpoint to be running when it is necessary. The dashboard has multiple queries on multiple datasets associated with it. The data that feeds the dashboard is automatically processed using a Databricks Job.

Which of the following approaches can the data engineer use to minimize the total running time of the SQL endpoint used in the refresh schedule of their dashboard?

Show Answer
Correct Answer: AE

To minimize the total running time of the SQL endpoint used in the refresh schedule of a Databricks SQL dashboard, the data engineer can turn on the Auto Stop feature for the SQL endpoint. This feature ensures that the SQL endpoint stops automatically when it is idle, thus saving resources by only running when necessary for the dashboard refresh.

Discussion

5 comments
Sign in to comment
meow_akkOption: A
Oct 22, 2023

Ans A : the keyword in the question is " running only when its necessary "

SD5713Option: A
Oct 21, 2023

A. They can turn on the Auto Stop feature for the SQL endpoint.

HuroyeOption: A
Nov 16, 2023

The correct answer is A. They can use the Auto Stop feature. When the query is idel it will stop the compute

LavpakOption: A
Dec 8, 2023

They can turn on the Auto Stop feature

hussamAlHunaitiOption: A
Jun 9, 2024

Answer is A. The question about minimize the total running times not enhance the performance.