nerdexam
Microsoft

AI-100 · Question #68

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…

The correct answer is B. No. Instead use Azure Stream Analytics and REST API. Note. Available in both the cloud and Azure IoT Edge, Azure Stream Analytics offers built-in machine learning based anomaly detection capabilities that can be used to monitor the two most commonly occurring anomalies: temporary…

Implement and monitor AI solutions

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have Azure IoT Edge devices that generate streaming data. On the devices, you need to detect anomalies in the data by using Azure Machine Learning models. Once an anomaly is detected, the devices must add information about the anomaly to the Azure IoT Hub stream. Solution: You deploy Azure Functions as an IoT Edge module. Does this meet the goal?

Options

  • AYes
  • BNo

How the community answered

(38 responses)
  • A
    21% (8)
  • B
    79% (30)

Explanation

Instead use Azure Stream Analytics and REST API. Note. Available in both the cloud and Azure IoT Edge, Azure Stream Analytics offers built-in machine learning based anomaly detection capabilities that can be used to monitor the two most commonly occurring anomalies: temporary and persistent. Stream Analytics supports user-defined functions, via REST API, that call out to Azure Machine Learning endpoints. https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-machine-learning- anomaly-detection

Topics

#IoT Edge#anomaly detection#ML models#edge deployment

Community Discussion

No community discussion yet for this question.

Full AI-100 Practice