Suggested Answer:B🗳️
Scenario: You plan to use a 30-second period to calculate the average temperature reading of the sensors. Tumbling window functions are used to segment a data stream into distinct time segments and perform a function against them, such as the example below. The key differentiators of a Tumbling window are that they repeat, do not overlap, and an event cannot belong to more than one tumbling window. Incorrect Answers: A: Hopping window functions hop forward in time by a fixed period. It may be easy to think of them as Tumbling windows that can overlap, so events can belong to more than one Hopping window result set. Reference: https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-window-functions
As per the requirement "minimize latency between error condition and reporting", i think the correct answer should be Sliding Window, since the average is calculated each time a new message arrives, thus reducing latency.
https://docs.microsoft.com/en-us/stream-analytics-query/sliding-window-azure-stream-analytics
upvoted 9 times
...
This section is not available anymore. Please use the main Exam Page.AZ-220 Exam Questions
Log in to ExamTopics
Sign in:
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.
BillBaits
Highly Voted 3 years, 7 months ago