Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam DP-203 Topic 10 Question 12 Discussion

Actual exam question for Microsoft's DP-203 exam
Question #: 12
Topic #: 10
[All DP-203 Questions]

You have an Azure Stream Analytics job that receives clickstream data from an Azure event hub.

You need to define a query in the Stream Analytics job. The query must meet the following requirements:

Count the number of clicks within each 10-second window based on the country of a visitor.

Ensure that each click is NOT counted more than once.

How should you define the Query?

Show Suggested Answer Hide Answer
Suggested Answer: B

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.

Example:


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

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel