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.
This is the similar example, I would vote for B.
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 100 degrees.
https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-get-started-with-azure-stream-analytics-to-process-data-from-iot-devices
if your primary goal is to detect anomalies and generate alerts with minimal development effort, Anomaly Detection might be the better choice. However, if you need to perform more complex real-time data processing and analytics, Stream Analytics could be more suitable.
Copoilot:
For a solution that monitors temperature data from a data stream and generates alerts in response to atypical values while minimizing development effort, B. Azure Stream Analytics is the most suitable option.
Here's why:
Azure Stream Analytics provides a fully managed service for real-time data stream processing.
It can easily integrate with other Azure services, making it straightforward to set up and scale.
Built-in anomaly detection functions help identify outliers in data without the need for extensive custom development.
I asked Copilot :
Overall, Azure Stream Analytics offers a more comprehensive and integrated solution for your requirements, making it easier to set up, maintain, and scale.
And :
Starting on the 20th of September, 2023 you won’t be able to create new Anomaly Detector resources
Option A: Multivariate Anomaly Detection: Designed for detecting anomalies across multiple correlated variables. Since you're monitoring a single variable (temperature), it's unnecessarily complex and increases development effort.
Option B: Azure Stream Analytics: Requires writing custom queries and potentially developing custom anomaly detection logic, adding to development effort. It doesn't offer built-in anomaly detection for atypical values out of the box.
Option D: Univariate Anomaly Detection: Involves integrating the Anomaly Detector API, which requires additional coding, configuration, and maintenance compared to the straightforward setup of metric alerts in Azure Monitor.
NOT A: Multivariate is not suitable for monitoring a single variable such as temperature
NOT C: Azure Monitor is mainly used for azure resources, not for monitoring data streams.
NOT D: Univariate Anomaly Detection could be suitable, but it does not send an alert in response to atypical values (requires to set up alert manually, but solution should minimize development effort)
--> My answer would be B.
The key requirements here are that you are doing this from a data stream and that you must limit development.
Anomaly detection does not work with datastreams natively, so considerable development work would be required to integrate this functionality. As a result, the correct answer is C and not D.
D: Given this is an AI test, in general sway towards the AI service; Additionally, Stream Analytics gather the data, still need Azure Monitor to generate the Alert, which is two services; Univariate Anomaly Detection and emit the alert w/in the service, which meets the minimize effort;
answer C
While options like Multivariate Anomaly Detection (option A) and Univariate Anomaly Detection (option D) offer more advanced anomaly detection techniques, implementing them would likely require more development effort, including building and training custom machine learning models.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
TT924
Highly Voted 8 months agofriendlyvlad
Most Recent 4 days, 20 hours agoAL_everyday
2 weeks, 2 days agoAlan_CA
4 weeks, 1 day agojafaca
1 month, 2 weeks agoAfsjoaquim
1 month, 3 weeks agoAnnaR
2 months agoJakeCallham
3 months, 1 week agoanto69
5 months, 3 weeks agoPeteColag
6 months, 1 week agonanaw770
6 months, 2 weeks agoAzureGC
7 months, 1 week agoJimmy1017
7 months, 1 week agosivapolam90
7 months, 3 weeks agomichaelmorar
7 months, 3 weeks agoNullVoider_0
8 months agokchinivar
8 months, 1 week ago