DP-300 · Question #92
Case Study 4 - A.Datum Overview ADatum Corporation is a retailer that sells products through two sales channels: retail stores and a website. Existing Environment ADatum has one database server that…
The correct answer is D. Tumbling. Scenario: The sales data, including the documents in JSON format, must be gathered as it arrives and analyzed online by using Azure Stream Analytics. The analytics process will perform aggregations that must be done continuously, without gaps, and without overlapping. Tumbling…
Question
Exhibit
Options
- ASliding
- BHopping
- CSession
- DTumbling
How the community answered
(34 responses)- A9% (3)
- B3% (1)
- C6% (2)
- D82% (28)
Explanation
Scenario: The sales data, including the documents in JSON format, must be gathered as it arrives and analyzed online by using Azure Stream Analytics. The analytics process will perform aggregations that must be done continuously, without gaps, and without overlapping. Tumbling window functions are used to segment a data stream into distinct time segments and perform a function against them, such as the example below. The key differentiators of a Tumbling window are that they repeat, do not overlap, and an event cannot belong to more than one tumbling window. https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/stream-analytics/stream- analytics-window-functions.md
Topics
Community Discussion
No community discussion yet for this question.
