nerdexam
Microsoft

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…

Submitted by obi.ng· Mar 30, 2026Plan and manage an Azure AI solution

Question

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. What should you include in the solution?

Options

  • AMultivariate Anomaly Detection
  • BAzure Stream Analytics
  • Cmetric alerts in Azure Monitor
  • DUnivariate Anomaly Detection

How the community answered

(24 responses)
  • A
    13% (3)
  • B
    79% (19)
  • C
    4% (1)
  • D
    4% (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

#Azure Stream Analytics#Stream processing#Anomaly detection#Real-time data

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice