exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 1 question 66 discussion

Actual exam question from Microsoft's AI-102
Question #: 66
Topic #: 1
[All AI-102 Questions]

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.

What should you include in the solution?

  • A. Multivariate Anomaly Detection
  • B. Azure Stream Analytics
  • C. metric alerts in Azure Monitor
  • D. Univariate Anomaly Detection
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
TT924
Highly Voted 8 months ago
Selected Answer: B
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
upvoted 6 times
...
friendlyvlad
Most Recent 4 days, 20 hours ago
Selected Answer: D
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.
upvoted 1 times
...
AL_everyday
2 weeks, 2 days ago
Selected Answer: B
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.
upvoted 2 times
...
Alan_CA
4 weeks, 1 day ago
Selected Answer: B
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
upvoted 1 times
...
jafaca
1 month, 2 weeks ago
Selected Answer: B
Best choice for the streams
upvoted 1 times
...
Afsjoaquim
1 month, 3 weeks ago
Selected Answer: C
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.
upvoted 1 times
...
AnnaR
2 months ago
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.
upvoted 1 times
...
JakeCallham
3 months, 1 week ago
Selected Answer: C
Anomly does not work with streaming so therefor C is cheaper
upvoted 1 times
...
anto69
5 months, 3 weeks ago
Selected Answer: D
ChatGPT says D
upvoted 1 times
...
PeteColag
6 months, 1 week ago
Selected Answer: C
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.
upvoted 4 times
...
nanaw770
6 months, 2 weeks ago
Selected Answer: D
It must be D.
upvoted 2 times
...
AzureGC
7 months, 1 week ago
Selected Answer: 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;
upvoted 1 times
...
Jimmy1017
7 months, 1 week ago
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.
upvoted 4 times
...
sivapolam90
7 months, 3 weeks ago
Option B
upvoted 1 times
...
michaelmorar
7 months, 3 weeks ago
Selected Answer: B
Only one data element needs monitoring, so univariate makes sense.
upvoted 1 times
...
NullVoider_0
8 months ago
Selected Answer: D
D. Univariate Anomaly Detection
upvoted 1 times
...
kchinivar
8 months, 1 week ago
Option D
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...