exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 4 question 10 discussion

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

You deploy a real-time inference service for a trained model.
The deployed model supports a business-critical application, and it is important to be able to monitor the data submitted to the web service and the predictions the data generates.
You need to implement a monitoring solution for the deployed model using minimal administrative effort.
What should you do?

  • A. View the explanations for the registered model in Azure ML studio.
  • B. Enable Azure Application Insights for the service endpoint and view logged data in the Azure portal.
  • C. View the log files generated by the experiment used to train the model.
  • D. Create an ML Flow tracking URI that references the endpoint, and view the data logged by ML Flow.
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
jefimija
8 months ago
I also thought it was D, but it is B for real time and endpoint
upvoted 1 times
...
james2033
1 year, 8 months ago
Selected Answer: B
Question keyword 'it is important to be able to monitor - the data submitted to the web service and - the predictions the data generates' New GUI is item 'Application Insights diagnostics' with toggle button 'Enabled'. You can practise with sample model Sample PyTorch model https://www.kaggle.com/code/xiedaicheng/download-pytorch-model/output , upload, then create new deployment, then see this option at step 2.
upvoted 1 times
...
phdykd
2 years, 4 months ago
B. To implement a monitoring solution for the deployed model that supports a business-critical application and requires minimal administrative effort, the best option is to enable Azure Application Insights for the service endpoint and view logged data in the Azure portal. Option B, to enable Azure Application Insights for the deployed model, provides a scalable and cost-effective way to monitor the data submitted to the web service and the predictions generated by the data. Azure Application Insights can be easily integrated into Azure Machine Learning and provides powerful analytics tools for tracking and analyzing usage, performance, and errors in real-time. With Azure Application Insights, you can quickly identify and troubleshoot issues, and you can set up alerts to notify you when specific events occur. ACD do not provide real-time monitoring capabilities for the deployed model.
upvoted 2 times
...
BTAB
2 years, 5 months ago
Selected Answer: D
I don't think this can be B because App Insights will now show prediction information, only utilization/traffic etc. The answer has to be D. Review https://learn.microsoft.com/en-us/azure/machine-learning/v1/how-to-use-mlflow?tabs=azuremlsdk#track-runs-running-on-azure-machine-learning
upvoted 3 times
...
synapse
3 years, 3 months ago
Selected Answer: B
B is the correct answer. Only App Insights can be used here. The question does not talk about MlfLow model. So D is not in question.
upvoted 4 times
...
[Removed]
3 years, 4 months ago
On 20Feb2022
upvoted 1 times
...
ranjsi01
3 years, 4 months ago
D is correct. B provides mostly telemetry data about the service itself.
upvoted 2 times
...
BleadFast
4 years, 3 months ago
I think both B and D could work but B is easier to setup
upvoted 2 times
dushmantha
3 years, 9 months ago
I guess minimum administrative effort means that...
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 ...