exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 76 discussion

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

You create a machine learning model by using the Azure Machine Learning designer. You publish the model as a real-time service on an Azure Kubernetes
Service (AKS) inference compute cluster. You make no changes to the deployed endpoint configuration.
You need to provide application developers with the information they need to consume the endpoint.
Which two values should you provide to application developers? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. The name of the AKS cluster where the endpoint is hosted.
  • B. The name of the inference pipeline for the endpoint.
  • C. The URL of the endpoint.
  • D. The run ID of the inference pipeline experiment for the endpoint.
  • E. The key for the endpoint.
Show Suggested Answer Hide Answer
Suggested Answer: CE 🗳️
Deploying an Azure Machine Learning model as a web service creates a REST API endpoint. You can send data to this endpoint and receive the prediction returned by the model.
You create a web service when you deploy a model to your local environment, Azure Container Instances, Azure Kubernetes Service, or field-programmable gate arrays (FPGA). You retrieve the URI used to access the web service by using the Azure Machine Learning SDK. If authentication is enabled, you can also use the
SDK to get the authentication keys or tokens.
Example:
# URL for the web service
scoring_uri = '<your web service URI>'
# If the service is authenticated, set the key or token
key = '<your key or token>'
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-consume-web-service

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
ac45863
Highly Voted 2 years, 8 months ago
It's correct, url and key.
upvoted 19 times
...
MattAnya
Most Recent 11 months, 1 week ago
on 03 Jan 2023
upvoted 4 times
...
therealola
1 year, 5 months ago
On exam 18-06-22
upvoted 2 times
...
JTWang
1 year, 7 months ago
on exam 04/22/2022
upvoted 1 times
...
kkkk_jjjj
1 year, 8 months ago
on exam 18/03/2022
upvoted 2 times
...
JoshuaXu
2 years, 1 month ago
on Exam 7 Nov 2021, answer is correct
upvoted 1 times
...
kisskeo
2 years, 2 months ago
On Exam 01 Oct 2021
upvoted 1 times
...
ljljljlj
2 years, 5 months ago
On exam 2021/7/10
upvoted 3 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 ...