exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 4 question 22 discussion

Actual exam question from Microsoft's AI-100
Question #: 22
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 AI 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 write a custom scoring script.
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 Writing a custom scoring script for the deployed AI models in Azure Machine Learning Studio does not directly address the goal of monitoring the compute performance of the models. A custom scoring script is typically used to define the logic for scoring or making predictions using the deployed models. It allows you to customize the way the models process input data and produce output. While you can include logging or performance tracking code within the custom scoring script, it does not provide comprehensive monitoring capabilities for compute performance. To monitor the compute performance of the deployed models, you would need to utilize other monitoring mechanisms, such as Azure Monitor. Azure Monitor provides comprehensive monitoring and diagnostics capabilities for Azure resources, including Azure Machine Learning. It allows you to track and analyze various performance metrics, such as CPU and memory usage, request latency, and resource utilization.
upvoted 1 times
...
bego310
4 years, 9 months ago
It should be a) Yes (https://docs.microsoft.com/en-us/azure/machine-learning/how-to-enable-data-collection). The scoring file should be edited.
upvoted 3 times
danflr
4 years, 5 months ago
Answer is correct because you do not write a custom scoring script but change the existing
upvoted 5 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 ...