AZ-104 · Question #692
AZ-104 Question #692: Real Exam Question with Answer & Explanation
The correct answer is D: Backlogged Input Events. To monitor input events for an Azure Stream Analytics job and identify the number of events that were NOT processed, you should use the "Backlogged Input Events" metric. The correct option is: D. Backlogged Input Events This metric represents the number of input events that are w
Question
You have an Azure subscription that contains an Azure Stream Analytics job named Job1. You need to monitor input events for Job1 to identify the number of events that were NOT processed. Which metric should you use?
Options
- AOut-of-Order Events
- BOutput Events
- CLate Input Events
- DBacklogged Input Events
Explanation
To monitor input events for an Azure Stream Analytics job and identify the number of events that were NOT processed, you should use the "Backlogged Input Events" metric. The correct option is: D. Backlogged Input Events This metric represents the number of input events that are waiting to be processed because of issues such as query errors, throttling, or other processing limitations. Monitoring this metric can help you identify events that have not been processed as expected.
Community Discussion
No community discussion yet for this question.