AI-102 · Question #289
You are developing a system that will monitor temperature data from a data stream. The system must generate an alert in response to atypical values. The solution must minimize development effort…
The correct answer is B. Azure Stream Analytics. Use case of Stream Analytics Query: Alert to trigger a business workflow Let's make our query more detailed. For every type of sensor, we want to monitor average temperature per 30-second window and display results only if the average temperature is above…
Question
Options
- AMultivariate Anomaly Detection
- BAzure Stream Analytics
- Cmetric alerts in Azure Monitor
- DUnivariate Anomaly Detection
How the community answered
(24 responses)- A13% (3)
- B79% (19)
- C4% (1)
- D4% (1)
Explanation
Use case of Stream Analytics Query: Alert to trigger a business workflow Let's make our query more detailed. For every type of sensor, we want to monitor average temperature per 30-second window and display results only if the average temperature is above https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-get-started-with-azure- stream-analytics-to-process-data-from-iot-devices
Topics
Community Discussion
No community discussion yet for this question.