AI-100 · Question #70
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…
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 expose a Machine Learning model as an Azure web service. Does this meet the goal?
Options
- AYes
- BNo
How the community answered
(36 responses)- A19% (7)
- B81% (29)
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
Community Discussion
No community discussion yet for this question.