Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Data Engineer Associate All Questions

View all questions & answers for the Certified Data Engineer Associate exam

Exam Certified Data Engineer Associate topic 1 question 40 discussion

Actual exam question from Databricks's Certified Data Engineer Associate
Question #: 40
Topic #: 1
[All Certified Data Engineer Associate Questions]

A data engineer wants to schedule their Databricks SQL dashboard to refresh once per day, but they only want the associated SQL endpoint to be running when it is necessary.
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?

  • A. They can ensure the dashboard’s SQL endpoint matches each of the queries’ SQL endpoints.
  • B. They can set up the dashboard’s SQL endpoint to be serverless.
  • C. They can turn on the Auto Stop feature for the SQL endpoint.
  • D. They can reduce the cluster size of the SQL endpoint.
  • E. They can ensure the dashboard’s SQL endpoint is not one of the included query’s SQL endpoint.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
4be8126
Highly Voted 1 year, 7 months ago
Selected Answer: C
The data engineer can use the Auto Stop feature to minimize the total running time of the SQL endpoint used in the refresh schedule of their dashboard. The Auto Stop feature allows the SQL endpoint to automatically shut down when there are no active connections, which will minimize the total running time of the SQL endpoint. By scheduling the dashboard to refresh once per day, the SQL endpoint will only be running for a short period of time each day, which will minimize the total running time and reduce costs.
upvoted 10 times
...
80370eb
Most Recent 3 months, 2 weeks ago
Selected Answer: C
The Auto Stop feature ensures that the SQL endpoint will automatically shut down when not in use, which helps in reducing unnecessary running time and associated costs. The endpoint will only be running when it's needed for refreshing the dashboard.
upvoted 2 times
...
SerGrey
10 months, 2 weeks ago
Selected Answer: C
C is correct
upvoted 1 times
...
mokrani
11 months, 4 weeks ago
Why it can't be B ? . They can set up the dashboard’s SQL endpoint to be serverless. ? they can use a serverless endpoint and it will only be active when required.
upvoted 3 times
datatrigger
2 weeks, 2 days ago
Yes, B makes sense as well in my opinion.
upvoted 1 times
...
...
awofalus
1 year ago
Selected Answer: C
correct : C
upvoted 1 times
...
vikas555
1 year ago
C. They can turn on the Auto Stop feature for the SQL endpoint.
upvoted 1 times
...
vctrhugo
1 year, 2 months ago
Selected Answer: C
C. They can turn on the Auto Stop feature for the SQL endpoint. To minimize the total running time of the SQL endpoint used in the refresh schedule of their dashboard while ensuring that it only runs when necessary, the data engineer can turn on the Auto Stop feature for the SQL endpoint. This feature will automatically stop the SQL endpoint when it is idle for a specified period, reducing costs by avoiding unnecessary running time. Option C allows you to efficiently manage the SQL endpoint's lifecycle, ensuring it's active only when needed, which aligns with the goal of minimizing running time and associated costs. Option B (setting the dashboard's SQL endpoint to be serverless) can also be a valid approach, as it allows the SQL endpoint to be provisioned on-demand and incurs costs only when queries are executed. However, it depends on the specific requirements of your dashboard and queries. Options A, D, and E do not directly address the goal of minimizing the SQL endpoint's running time while ensuring it runs when necessary.
upvoted 2 times
...
ArindamNath
1 year, 2 months ago
C is correct.
upvoted 1 times
...
AndreFR
1 year, 3 months ago
Selected Answer: C
https://docs.databricks.com/en/clusters/clusters-manage.html#automatic-termination
upvoted 1 times
...
Atnafu
1 year, 4 months ago
C The Auto Stop feature automatically terminates the compute resources (cluster) associated with the SQL endpoint after a specified period of inactivity. By enabling this feature, the SQL endpoint will be automatically stopped when it is no longer needed, reducing the total running time and associated costs.
upvoted 2 times
...
XiltroX
1 year, 7 months ago
Selected Answer: C
Correct answer
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...