DP-700 Exam QuestionsBrowse all questions from this exam

DP-700 Exam - Question 84


You have a Fabric workspace that contains an eventstream named EventStream1. EventStream1 outputs events to a table named Table1 in a lakehouse. The streaming data is sourced from motorway sensors and represents the speed of cars.

You need to add a transformation to EventStream1 to average the car speeds. The speeds must be grouped by non-overlapping and contiguous time intervals of one minute. Each event must belong to exactly one window.

Which windowing function should you use?

Show Answer
Correct Answer:

Discussion

2 comments
Sign in to comment
5e89616Option: C
Apr 9, 2025

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

13d2a97Option: C
Apr 20, 2025

You need to group events into non-overlapping and contiguous one-minute intervals, and each event must belong to exactly one window. This is a classic use case for: šŸ”¹ Tumbling windows