nerdexam
Microsoft

DP-203 · Question #26

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…

The correct answer is B. No. Instead use a tumbling window. Tumbling windows are a series of fixed-sized, non-overlapping and contiguous time intervals. https://docs.microsoft.com/en-us/stream-analytics-query/tumbling-window-azure-stream-analytics

Submitted by brentm· Mar 30, 2026Develop data processing

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are designing an Azure Stream Analytics solution that will analyze Twitter data. You need to count the tweets in each 10-second window. The solution must ensure that each tweet is counted only once. Solution: You use a hopping window that uses a hop size of 5 seconds and a window size 10 seconds. Does this meet the goal?

Options

  • AYes
  • BNo

How the community answered

(53 responses)
  • A
    28% (15)
  • B
    72% (38)

Explanation

Instead use a tumbling window. Tumbling windows are a series of fixed-sized, non-overlapping and contiguous time intervals. https://docs.microsoft.com/en-us/stream-analytics-query/tumbling-window-azure-stream-analytics

Topics

#Stream Analytics#tumbling window#windowing functions#stream processing

Community Discussion

No community discussion yet for this question.

Full DP-203 Practice