
Explanation:
Based on the provided metrics and the context of optimizing an Azure Stream Analytics job with a late arrival tolerance of five seconds, the optimal actions are:
A: Increase the number of SUs (Streaming Units)
B: Parallelize the query
C: Resolve errors in output processing
D: Resolve errors in input processing
The combination of increasing SUs and parallelizing the query addresses performance optimization from both infrastructure (resource allocation) and application (query design) perspectives. This dual approach ensures maximum processing efficiency without addressing non-existent error conditions.
Ultimate access to all questions.
You have an Azure Stream Analytics job named Job1 with a late arrival tolerance of five seconds. The following metrics from the last hour are provided.
//IMG//
You need to optimize Job1.
Which two actions should you take? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

A
Increase the number of SUs.
B
Parallelize the query.
C
Resolve errors in output processing.
D
Resolve errors in input processing.
No comments yet.