nerdexam
Microsoft

DP-203 · Question #171

You use Azure Stream Analytics to receive data from Azure Event Hubs and to output the data to an Azure Blob Storage account. You need to output the count of records received from the last five…

The correct answer is D. Hopping. 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 and be emitted more often than the window size. Events can belong to more than one Hopping window result set. To make a Hopping window the same…

Submitted by luis.pe· Mar 30, 2026Develop data processing

Question

You use Azure Stream Analytics to receive data from Azure Event Hubs and to output the data to an Azure Blob Storage account. You need to output the count of records received from the last five minutes every minute. Which windowing function should you use?

Options

  • ASession
  • BTumbling
  • CSliding
  • DHopping

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    10% (2)
  • D
    86% (18)

Explanation

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 and be emitted more often than the window size. Events can belong to more than one Hopping window result set. To make a Hopping window the same as a Tumbling window, specify the hop size to be the same as the window size. 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 and be https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-window-functions

Topics

#Stream Analytics#hopping window#windowing functions#Event Hubs

Community Discussion

No community discussion yet for this question.

Full DP-203 Practice