DP-203 · Question #21
You are designing an Azure Stream Analytics job to process incoming events from sensors in retail environments. You need to process the events to produce a running average of shopper counts during the
The correct answer is C. hopping. Unlike tumbling windows, hopping windows model scheduled overlapping windows. A hopping window specification consist of three parameters: the timeunit, the windowsize (how long each window lasts) and the hopsize (by how much each window moves forward relative to the previous http
Question
You are designing an Azure Stream Analytics job to process incoming events from sensors in retail environments. You need to process the events to produce a running average of shopper counts during the previous 15 minutes, calculated at five-minute intervals. Which type of window should you use?
Options
- Asnapshot
- Btumbling
- Chopping
- Dsliding
How the community answered
(39 responses)- A3% (1)
- B5% (2)
- C79% (31)
- D13% (5)
Explanation
Unlike tumbling windows, hopping windows model scheduled overlapping windows. A hopping window specification consist of three parameters: the timeunit, the windowsize (how long each window lasts) and the hopsize (by how much each window moves forward relative to the previous https://docs.microsoft.com/en-us/stream-analytics-query/hopping-window-azure-stream-analytics
Topics
Community Discussion
No community discussion yet for this question.