exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 2 question 32 discussion

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

You are designing an Azure Stream Analytics job to process incoming events from sensors in retail environments.
You need to process the events to produce a running average of shopper counts during the previous 15 minutes, calculated at five-minute intervals.
Which type of window should you use?

  • A. snapshot
  • B. tumbling
  • C. hopping
  • D. sliding
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Guincimund
Highly Voted 2 years, 7 months ago
Selected Answer: C
Correct answer.
upvoted 16 times
...
BPW
Highly Voted 1 year, 6 months ago
Answer D The running average is considered. So, it should be sliding window
upvoted 7 times
...
dakku987
Most Recent 11 months, 2 weeks ago
Selected Answer: C
For the scenario of producing a running average of shopper counts during the previous 15 minutes, calculated at five-minute intervals, you should use a: C. Hopping Window
upvoted 1 times
...
kkk5566
1 year, 3 months ago
Selected Answer: C
correct
upvoted 1 times
...
auwia
1 year, 5 months ago
Selected Answer: C
It is Hopping Window, see the picture and the green note: https://learn.microsoft.com/en-us/stream-analytics-query/hopping-window-azure-stream-analytics
upvoted 3 times
...
janaki
1 year, 6 months ago
Chat GPT says option D. sliding window
upvoted 3 times
...
bakamon
1 year, 6 months ago
Selected Answer: C
A hopping window outputs events at a regular time interval (the hop size) and can be used to produce overlapping windows.
upvoted 3 times
...
Deeksha1234
2 years, 4 months ago
correct
upvoted 1 times
...
dsp17
2 years, 4 months ago
Selected Answer: C
Correct. hoppingWindow(minute, 15, 5)
upvoted 2 times
...
Ajitk27
2 years, 5 months ago
Selected Answer: C
Correct
upvoted 1 times
...
Saim8711
2 years, 5 months ago
Correct Answer.
upvoted 2 times
...
Aurelkb
2 years, 6 months ago
Correct
upvoted 3 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 ...