nerdexam
MicrosoftMicrosoft

DP-100 · Question #327

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

The correct answer is B: No. Creating a data asset does not enable deployment of a locally cloned MLflow model to a batch endpoint - the model itself must be registered as a model asset in the workspace.

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 have an Azure Machine Learning workspace that includes an AmlCompute cluster and a batch endpoint. You clone a repository that contains an MLflow model to your local computer. You need to ensure that you can deploy the model to the batch endpoint. Solution: Create a data asset in the workspace. Does the solution meet the goal?

Options

  • AYes
  • BNo

Explanation

Creating a data asset does not enable deployment of a locally cloned MLflow model to a batch endpoint - the model itself must be registered as a model asset in the workspace.

Common mistakes.

  • A. A data asset registers a dataset reference for use as pipeline input or output, not a model artifact, and the batch endpoint deployment process requires a model asset registration - making this solution insufficient.

Concept tested. Deploying local MLflow model to batch endpoint

Reference. https://learn.microsoft.com/en-us/azure/machine-learning/how-to-use-batch-model-deployments

Topics

#Model Deployment#Batch Endpoints#MLflow Models#Model Registration

Community Discussion

No community discussion yet for this question.

Full DP-100 PracticeBrowse All DP-100 Questions