nerdexam
Microsoft

DP-203 · Question #24

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 h

The correct answer is A. Yes. Tumbling windows are a series of fixed-sized, non-overlapping and contiguous time intervals. The following diagram illustrates a stream with a series of events and how they are mapped into 10- second tumbling windows. https://docs.microsoft.com/en-us/stream-analytics-query/tumbli

Submitted by haru.x· 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 tumbling window, and you set the window size to 10 seconds. Does this meet the goal?

Exhibit

DP-203 question #24 exhibit

Options

  • AYes
  • BNo

How the community answered

(30 responses)
  • A
    77% (23)
  • B
    23% (7)

Explanation

Tumbling windows are a series of fixed-sized, non-overlapping and contiguous time intervals. The following diagram illustrates a stream with a series of events and how they are mapped into 10- second tumbling windows. 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