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

Exam Certified Data Engineer Professional All Questions

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

Exam Certified Data Engineer Professional topic 1 question 4 discussion

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

The data engineering team has configured a Databricks SQL query and alert to monitor the values in a Delta Lake table. The recent_sensor_recordings table contains an identifying sensor_id alongside the timestamp and temperature for the most recent 5 minutes of recordings.
The below query is used to create the alert:

The query is set to refresh each minute and always completes in less than 10 seconds. The alert is set to trigger when mean (temperature) > 120. Notifications are triggered to be sent at most every 1 minute.
If this alert raises notifications for 3 consecutive minutes and then stops, which statement must be true?

  • A. The total average temperature across all sensors exceeded 120 on three consecutive executions of the query
  • B. The recent_sensor_recordings table was unresponsive for three consecutive runs of the query
  • C. The source query failed to update properly for three consecutive minutes and then restarted
  • D. The maximum temperature recording for at least one sensor exceeded 120 on three consecutive executions of the query
  • E. The average temperature recordings for at least one sensor exceeded 120 on three consecutive executions of the query
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
AndreFR
3 months, 1 week ago
A excluded because there is a group by clause B & C excluded table needs to be updated to mean value to change D excluded, because alert is set on average not max temperature Correct answer is E by elimination
upvoted 1 times
...
panya
5 months ago
Correct
upvoted 1 times
...
imatheushenrique
5 months, 3 weeks ago
E. The average temperature recordings for at least one sensor exceeded 120 on three consecutive executions of the query
upvoted 1 times
...
Jay_98_11
10 months, 2 weeks ago
Selected Answer: E
E is correct
upvoted 1 times
...
sturcu
1 year, 1 month ago
Selected Answer: E
correct
upvoted 2 times
...
saikot
1 year, 1 month ago
The correct answer is E https://www.myexamcollection.com/databricks-certified-professional-data-engineer-databricks-certified-professional-data-engineer-exam-question-answers.htm
upvoted 1 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 ...