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

Exam Certified Data Analyst Associate All Questions

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

Exam Certified Data Analyst Associate topic 1 question 39 discussion

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

A data analyst has been asked to configure an alert for a query that returns the income in the accounts_receivable table for a date range. The date range is configurable using a Date query parameter.
The Alert does not work.
Which of the following describes why the Alert does not work?

  • A. Alerts don't work with queries that access tables.
  • B. Queries that return results based on dates cannot be used with Alerts.
  • C. The wrong query parameter is being used. Alerts only work with Date and Time query parameters.
  • D. Queries that use query parameters cannot be used with Alerts.
  • E. The wrong query parameter is being used. Alerts only work with dropdown list query parameters, not dates.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
csrazdan
4 months ago
Selected Answer: D
According to the Databricks documentation, queries that use query parameters cannot be used with Alerts. This is because Alerts do not support user input or dynamic values. Alerts leverage queries with parameters using the default value specified in the SQL editor for each parameter. Therefore, if the query uses a Date query parameter, the alert will always use the same date range as the default value, regardless of the actual date. This may cause the alert to not work as expected, or to not trigger at all.
upvoted 1 times
...
Devscope
9 months, 4 weeks ago
Be aware that alerts do work with parameterized queries https://docs.databricks.com/en/sql/user/alerts/index.html
upvoted 2 times
...
MrWood47
10 months ago
Selected Answer: D
Correct
upvoted 2 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 ...