
Ultimate access to all questions.
You are working on a project where the data arrives with varying latency, including late-arriving data that can affect the accuracy of real-time analytics. How would you configure your Azure Stream Analytics job to handle late-arriving data without causing delays in processing current data?
A
Increase the watermark delay threshold.
B
Use a tumbling window to group data.
C
Implement a custom timestamp policy.
D
Filter out late-arriving data.