AZ-305 · Question #430
You are building an app named App1 that will monitor thousands of sensors across multiple sites. The app will include the resources shown in the following table. You need to recommend a real-time anal
A single Azure Stream Analytics job is sufficient to meet the requirements for real-time sensor data analytics, leveraging its ability to handle multiple inputs/outputs, dynamic scaling, and minimize costs and development effort.
Question
Exhibits
Options
- A1
- B2
- C3
- D4
Why each option
A single Azure Stream Analytics job is sufficient to meet the requirements for real-time sensor data analytics, leveraging its ability to handle multiple inputs/outputs, dynamic scaling, and minimize costs and development effort.
Deploying two Azure Stream Analytics jobs would introduce additional management complexity and incur higher costs without providing a clear functional advantage if the analytics logic can be consolidated into a single job.
Three Azure Stream Analytics jobs would result in increased operational overhead and higher billing compared to a single job solution, which is typically sufficient for unified real-time analytics requirements.
Four Azure Stream Analytics jobs would significantly raise the total cost of ownership and management complexity, contrary to the requirement to minimize costs and development effort.
Concept tested: Azure Stream Analytics job scalability and cost optimization
Source: https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-introduction
Community Discussion
No community discussion yet for this question.

