New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft DP-100 Exam - Topic 1 Question 25 Discussion

Actual exam question for Microsoft's DP-100 exam
Question #: 25
Topic #: 1
[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.

Show Suggested Answer Hide Answer
Suggested Answer: C, E

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>'


https://docs.microsoft.com/en-us/azure/machine-learning/how-to-consume-web-service

Contribute your Thoughts:

0/2000 characters
Katina
4 months ago
Surprised that the run ID isn't needed!
upvoted 0 times
...
Bernardine
4 months ago
Agreed, the inference pipeline name is not that important.
upvoted 0 times
...
Thad
4 months ago
Wait, do we really need the AKS cluster name? Seems unnecessary.
upvoted 0 times
...
Penney
5 months ago
I think the key for the endpoint is also essential.
upvoted 0 times
...
Vincent
5 months ago
Definitely need the URL of the endpoint!
upvoted 0 times
...
Malcolm
5 months ago
I practiced a similar question, and I think the name of the AKS cluster might not be as important as the URL and the key. But I could be wrong!
upvoted 0 times
...
Cary
5 months ago
The key for the endpoint sounds familiar. I remember something about authentication needing that, but I can't recall if it's one of the two answers we need.
upvoted 0 times
...
Chanel
5 months ago
I'm not entirely sure about the run ID. I feel like it might be important, but I can't remember if it's necessary for just consuming the endpoint.
upvoted 0 times
...
Elly
5 months ago
I think we definitely need to provide the URL of the endpoint, right? That seems crucial for developers to access it.
upvoted 0 times
...
Lavelle
5 months ago
I'm not totally sure about this one. Could it be that the ECS instance just needs to be restarted after creation? I feel like I'm missing something in the details of how the public IP gets assigned.
upvoted 0 times
...
Howard
5 months ago
This seems straightforward to me. The administrator needs to upload the actual file, not just the hash, for Cisco AMP to properly detect it. I'm confident that's the right approach here.
upvoted 0 times
...

Save Cancel