exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 4 question 5 discussion

Actual exam question from Microsoft's AI-100
Question #: 5
Topic #: 4
[All AI-100 Questions]

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 create several API models in Azure Machine Learning Studio.
You deploy the models to a production environment.
You need to monitor the compute performance of the models.
Solution: You create environment files.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
You need to enable Model data collection.
References:
https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-enable-data-collection

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
rveney
2 years ago
B. No The solution mentioned does not meet the goal of monitoring the compute performance of the deployed API models in Azure Machine Learning Studio. Creating environment files alone does not provide monitoring capabilities for compute performance. Environment files in Azure Machine Learning Studio are used to define the dependencies and configurations required for running experiments and training models. They specify the software packages, Python versions, and other environment settings. To monitor the compute performance of the deployed API models, you would need to implement additional monitoring solutions. Azure Machine Learning Studio does not provide built-in monitoring features for compute performance. Instead, you could consider using Azure Monitor or other performance monitoring tools to track and analyze metrics related to the deployed models, such as CPU and memory usage, response times, and resource utilization.
upvoted 1 times
...
[Removed]
4 years, 3 months ago
This is incorrect answer "enable data collection" does not collect compute information. The correct answer is Monitor with Application Insights. https://docs.microsoft.com/en-us/azure/machine-learning/how-to-enable-app-insights#view-metrics-and-logs
upvoted 3 times
allanm
4 years, 1 month ago
The answer provided is correct. The explanation provided, is incorrect.
upvoted 2 times
claudiapatricia777
3 years, 7 months ago
Agree it is not app insights. I think the answer is the Data Drift Monitor because with this tool you can detect if the model is reducing accuracy over time. https://www.analyticsvidhya.com/blog/2021/10/mlops-and-the-importance-of-data-drift-detection/
upvoted 1 times
...
...
...
awron_durat
4 years, 6 months ago
The answer provided is correct.
upvoted 2 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 ...