exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 2 question 39 discussion

Actual exam question from Microsoft's DP-203
Question #: 39
Topic #: 2
[All DP-203 Questions]

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?

  • A. Session
  • B. Tumbling
  • C. Sliding
  • D. Hopping
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
alexleonvalencia
Highly Voted 3 years, 5 months ago
Respuesta Correcta: Hopping
upvoted 16 times
...
Deeksha1234
Highly Voted 2 years, 10 months ago
Selected Answer: D
Hopping is right
upvoted 5 times
...
renan_ineu
Most Recent 8 months, 2 weeks ago
Selected Answer: D
The secret here is "last/previous five minutes every minute". If they were 5x5 or "non repeated counts" or no-overlap, it could be both Hop and Tumbling, being Tumbling the most appropriate.
upvoted 1 times
...
Alongi
1 year, 2 months ago
And why not sliding?
upvoted 2 times
...
DataEngDP
1 year, 8 months ago
Selected Answer: D
Updated comment: Hopping window since the we are 'hopping' every minute to count the number of records received in the last 5 minutes, 3 arguments: hooping(minute, 5, 1)
upvoted 1 times
...
DataEngDP
1 year, 8 months ago
Selected Answer: D
Hopping window since the we are 'hopping' every minute to count the number of records received in the last 5 minutes, 2 arguments: hopping(minute, 1)
upvoted 1 times
...
kkk5566
1 year, 9 months ago
Selected Answer: D
Hopping
upvoted 1 times
...
akhil5432
1 year, 10 months ago
Selected Answer: D
D is correct answer
upvoted 2 times
...
Rossana
2 years, 1 month ago
A hopping window would not be the best option for this scenario because it does not allow you to set a sliding interval that is less than the window size. In a hopping window, the window size is fixed, and the window "hops" forward by a specified number of intervals. For example, if you set a hopping window size of five minutes and a hop size of one minute, then the first window would include data from the first five minutes, the second window would include data from the second through sixth minutes, the third window would include data from the third through seventh minutes, and so on. In this scenario, if you set the hopping window size to five minutes, you would only output the count of records every five minutes, which does not meet the requirement of outputting the count of records every minute. Therefore, a sliding window would be a better choice as it allows you to output data at smaller sliding intervals, which is required in this scenario.
upvoted 4 times
...
StudentFromAus
2 years, 11 months ago
Why shouldn't it be sliding?
upvoted 2 times
...
C1995
3 years ago
Why is sliding not correct?
upvoted 1 times
Davico93
2 years, 11 months ago
I want to know too
upvoted 1 times
[Removed]
2 years, 7 months ago
I was thinking sliding as well but a sliding window wouldn't have advanced or returned a result if there was no data e.g. the count was zero. Hopping advances when there is no input.
upvoted 2 times
...
...
...
SebK
3 years, 2 months ago
Selected Answer: D
Correct
upvoted 3 times
...
wwdba
3 years, 2 months ago
Hopping is correct!
upvoted 1 times
...
metallicjade
3 years, 3 months ago
Selected Answer: D
hopping window
upvoted 1 times
...
Teraflow
3 years, 5 months ago
Hopping window is correct
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...