nerdexam
MicrosoftMicrosoft

DP-100 · Question #485

DP-100 Question #485: Real Exam Question with Answer & Explanation

The correct answer is A: Yes. {"question_number": 7, "question_summary": "Does auth_mode=key provide a non-expiring artifact?", "correct_answers": ["A"], "explanation": "The answer is Yes (A). Setting auth_mode to key on a managed online endpoint generates API keys for authentication. Unlike tokens (aml_token

Train and deploy models

Question

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 and set the value of its auth_mode parameter to key. Deploy the model to the online endpoint. Does the solution meet the goal?

Options

  • AYes
  • BNo

Explanation

{"question_number": 7, "question_summary": "Does auth_mode=key provide a non-expiring artifact?", "correct_answers": ["A"], "explanation": "The answer is Yes (A). Setting auth_mode to key on a managed online endpoint generates API keys for authentication. Unlike tokens (aml_token), these keys do not have an expiration date - they are non-expiring artifacts. Applications can store and reuse the key indefinitely without needing to refresh it. This directly satisfies the requirement for a non-expiring authentication artifact, so this solution meets the stated goal.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#Azure Machine Learning#Model Deployment#Online Endpoints#Authentication

Community Discussion

No community discussion yet for this question.

Full DP-100 PracticeBrowse All DP-100 Questions