DP-100 Exam Question 116

You have an Azure Machine Learning workspace. You build a deep learning model.
You need to publish a GPU-enabled model as a web service.
Which two compute targets can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
  • DP-100 Exam Question 117

    You have an Azure Machine Learning workspace named Workspace 1 Workspace! has a registered Mlflow model named model 1 with PyFunc flavor You plan to deploy model1 to an online endpoint named endpoint1 without egress connectivity by using Azure Machine learning Python SDK vl You have the following code:

    You need to add a parameter to the ManagedOnllneDeployment object to ensure the model deploys successfully Solution: Add the scoring_script parameter.
    Does the solution meet the goal?
  • DP-100 Exam Question 118

    You manage an Azure Machine Learning workspace.
    You must create and configure a compute cluster for a training job by using Python SDK v2.
    You need to create a persistent Azure Machine Learning compute resource, specifying the fewest possible properties.
    Which two properties should you define? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.
  • DP-100 Exam Question 119

    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 auto_mode parameter to key. Deploy the model to the inline endpoint.
    Does the solution meet the goal?
  • DP-100 Exam Question 120

    You manage an Azure Machine Learning workspace and a GitHub repository. The GitHub repository contains a CSV file located at httpsy/raw.githubusercontent.com/account1/repo1/main/doc1/data1.csv. The CSV file includes embedded newlines.
    You plan to consume the content of the CSV file in the workspace. The solution must minimize the possibility of misaligned field values when reading the file content.
    You need to create a data asset that references the CSV file.
    Which data asset configuration values should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.