DP-100 Exam Question 166

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 end point.
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 Kubernetes online endpoint and set the value of its auth-mode parameter to amyl Token. Deploy the model to the online endpoint.
Does the solution meet the goal?
  • DP-100 Exam Question 167

    You use a training pipeline in the Azure Machine Learning designer. You register a datastore named ds1. The datastore contains multiple training data files. You use the Import Data module with the configured datastore.
    You need to retrain a model on a different set of data files.
    Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

    DP-100 Exam Question 168

    You are using the Hyperdrive feature in Azure Machine Learning to train a model.
    You configure the Hyperdrive experiment by running the following code:

    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 169

    You manage an Azure Machine Learning workspace by using the Python SDK v2.
    You must create a compute cluster in the workspace. The compute cluster must run workloads and properly handle interruptions. You start by calculating the maximum amount of compute resources required by the workloads and size the cluster to match the calculations.
    The cluster definition includes the following properties and values:
    * name= " mlcluster1''
    * size= " STANDARD.DS3.v2 "
    * min_instances=1
    * maxjnstances=4
    * tier= " dedicated "
    The cost of the compute resources must be minimized when a workload is active Of idle. Cluster property changes must not affect the maximum amount of compute resources available to the workloads run on the cluster.
    You need to modify the cluster properties to minimize the cost of compute resources.
    Which properties should you modify? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 170

    You manage an Azure Machine Learning workspace. The development environment for managing the workspace is configured to use Python SDK v2 in Azure Machine Learning Notebooks.
    A Synapse Spark Compute is currently attached and uses system-assigned identity.
    You need to use Python code to update the Synapse Spark Compute to use a user-assigned identity.
    Solution: Pass the UserAssignedldentity class object to the SynapseSparkCompute class.
    Does the solution meet the goat?