exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 4 question 57 discussion

Actual exam question from Microsoft's DP-100
Question #: 57
Topic #: 4
[All DP-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 in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You train and register an Azure Machine Learning model.

You plan to deploy the model to an online endpoint.

You need to ensure that applications will be able to use the authentication method with a non-expiring artifact to access the model.

Solution: Create a managed online endpoint with the default authentication settings. Deploy the model to the online endpoint.

Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
phdykd
Highly Voted 1 year, 10 months ago
A) Yes. https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/machine-learning/how-to-authenticate-online-endpoint.md
upvoted 5 times
...
evangelist
Most Recent 11 months, 2 weeks ago
Selected Answer: A
The default authentication method when creating a managed online endpoint is a key, which does not expire unless explicitly regenerated. This satisfies the requirement of using a non-expiring artifact for authentication. Thus, the solution of creating a managed online endpoint with the default authentication settings and deploying the model to the online endpoint meets the goal.
upvoted 2 times
...
zafnad
12 months ago
Selected Answer: B
No, the solution does not meet the goal. The default authentication settings for a managed online endpoint typically use Azure Active Directory (AAD) tokens, which do expire and are not non-expiring artifacts. To ensure that applications can use an authentication method with a non-expiring artifact, you should use a key-based authentication method, such as API keys, which do not expire unless explicitly regenerated.
upvoted 1 times
...
Karthikat
1 year, 3 months ago
A- Yes, Key is default if not specified https://learn.microsoft.com/en-us/python/api/azure-ai-ml/azure.ai.ml.entities.managedonlineendpoint?view=azure-python
upvoted 1 times
...
robdale
1 year, 7 months ago
Selected Answer: A
Should be YES. The default value is 'key'.
upvoted 1 times
...
ferren
1 year, 9 months ago
Chat pgt said it is No. But the link said it is YES
upvoted 1 times
...
Learnineveryday
1 year, 11 months ago
The answer appears to be Yes as the default value is key. https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/machine-learning/how-to-authenticate-online-endpoint.md
upvoted 3 times
damaldon
1 year, 11 months ago
Agree. When consuming an online endpoint from a client, you can use either a key or a token. Keys don't expire, tokens do. https://learn.microsoft.com/en-us/azure/machine-learning/how-to-authenticate-online-endpoint?view=azureml-api-2&tabs=python
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 ...