nerdexam
Microsoft

DP-203 · Question #92

You use Azure Stream Analytics to receive Twitter data from Azure Event Hubs and to output the data to an Azure Blob storage account. You need to output the count of tweets during the last five minute

The correct answer is C. a five-minute Tumbling window. 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 t

Submitted by katya_ua· Mar 30, 2026Develop data processing

Question

You use Azure Stream Analytics to receive Twitter data from Azure Event Hubs and to output the data to an Azure Blob storage account. You need to output the count of tweets during the last five minutes every five minutes. Each tweet must only be counted once. Which windowing function should you use?

Options

  • Aa five-minute Session window
  • Ba five-minute Sliding window
  • Ca five-minute Tumbling window
  • Da five-minute Hopping window that has one-minute hop

How the community answered

(51 responses)
  • A
    8% (4)
  • B
    6% (3)
  • C
    84% (43)
  • D
    2% (1)

Explanation

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. https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-window-functions

Topics

#Stream Analytics#windowing functions#Tumbling window#event counting

Community Discussion

No community discussion yet for this question.

Full DP-203 Practice