Microsoft
AI-102 · Question #260
You are building a solution that will detect anomalies in sensor data from the previous 24 hours. You need to ensure that the solution scans the entire dataset, at the same time, for anomalies…
The correct answer is A. batch. https://learn.microsoft.com/en-us/azure/cognitive-services/anomaly-detector/overview#univariate- anomaly-detection Use your time series to detect any anomalies that might exist throughout your data. This operation generates a model using your entire time series data, with each…
Submitted by andres_qro· Mar 30, 2026Plan and manage an Azure AI solution
Question
You are building a solution that will detect anomalies in sensor data from the previous 24 hours. You need to ensure that the solution scans the entire dataset, at the same time, for anomalies. Which type of detection should you use?
Options
- Abatch
- Bstreaming
- Cchange points
How the community answered
(16 responses)- A81% (13)
- B13% (2)
- C6% (1)
Explanation
https://learn.microsoft.com/en-us/azure/cognitive-services/anomaly-detector/overview#univariate- anomaly-detection Use your time series to detect any anomalies that might exist throughout your data. This operation generates a model using your entire time series data, with each point analyzed with the
Topics
#Anomaly detection#Batch processing#Data processing types
Community Discussion
No community discussion yet for this question.