Exam DP-203 All QuestionsBrowse all questions from this exam
Question 151

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?

    Correct Answer: A

    A

    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.

    Reference:

    https://docs.microsoft.com/en-us/stream-analytics-query/tumbling-window-azure-stream-analytics

Discussion
PrabagarOption: A

correct answer

praticewizardsOption: B

this question appears at topic 2 question 18 and it said the correct answer was hopping window with 10'' window... so, what's the right correct answer?

kmrrch

Both are correct. A Hopping window with hop-size = window-size is identical to a Tumbling window.

sarapaisleyOption: A

correct

evangelistOption: A

Tumbling Window Hopping Window Sliding Window Session Window

ELJORDAN23Option: A

Got this question on my exam on january 17, answer A is correct.

positivitypeople

Got this question today on the exam

kkk5566Option: A

correct https://learn.microsoft.com/en-us/stream-analytics-query/tumbling-window-azure-stream-analytics

Deeksha1234Option: A

correct

agar

correct "D cholo

anto69Option: A

quite trivial, yes - correct answer: https://docs.microsoft.com/en-us/stream-analytics-query/tumbling-window-azure-stream-analytics#:~:text=Tumbling%20windows%20are%20a%20series,into%2010%2Dsecond%20tumbling%20windows.

TeraflowOption: A

A is correct

lukeonlineOption: A

correct

Canary_2021Option: A

A is Correct Answer

rashjanOption: A

correct

paoloscottOption: A

Correct answer !

AnandEManiOption: A

correct

hugobordaOption: A

Answer is correct