Designing and Implementing a Microsoft Azure AI Solution — Question 20

You have an Azure IoT hub that receives sensor data from machinery.

You need to build an app that will perform the following actions:

• Perform anomaly detection across multiple correlated sensors.
• Identify the root cause of process stops.
• Send incident alerts.

The solution must minimize development time.

Which Azure service should you use?

Answer options

Correct answer: A

Explanation

Azure Metrics Advisor is specifically designed for anomaly detection and can correlate data from multiple sources, making it the best choice for the requirements outlined. Form Recognizer is focused on extracting information from documents, while Azure Machine Learning is more general-purpose and would require more development time. Anomaly Detector is a service for detecting anomalies but lacks the comprehensive features of Azure Metrics Advisor for the specific needs stated.