DP-100 Exam Question 191

You are building an intelligent solution using machine learning models.
The environment must support the following requirements:
Data scientists must build notebooks in a cloud environment
Data scientists must use automatic feature engineering and model building in machine learning pipelines.
Notebooks must be deployed to retrain using Spark instances with dynamic worker allocation.
Notebooks must be exportable to be version controlled locally.
You need to create the environment.
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 192

You retrain an existing model.
You need to register the new version of a model while keeping the current version of the model in the registry.
What should you do?
  • DP-100 Exam Question 193

    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.
    An IT department creates the following Azure resource groups and resources:

    The IT department creates an Azure Kubernetes Service (AKS)-based inference compute target named aks- cluster in the Azure Machine Learning workspace.
    You have a Microsoft Surface Book computer with a GPU. Python 3.6 and Visual Studio Code are installed.
    You need to run a script that trains a deep neural network (DNN) model and logs the loss and accuracy metrics.
    Solution: Attach the mlvm virtual machine as a compute target in the Azure Machine Learning workspace.
    Install the Azure ML SDK on the Surface Book and run Python code to connect to the workspace. Run the training script as an experiment on the mlvm remote compute resource.
  • DP-100 Exam Question 194

    You manage an Azure Machine Learning won pace named workspace 1 by using the Python SDK v2. You create a Gene-al Purpose v2 Azure storage account named mlstorage1. The storage account includes a pulley accessible container name micOTtalnerl. The container stores 10 blobs with files in the CSV format.
    You must develop Python SDK v2 code to create a data asset referencing all blobs in the container named mtcontamer1.
    You need to complete the Python SDK v2 code.
    How should you complete the code? To answer select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 195

    You create a workspace by using Azure Machine Learning Studio.
    You must run a Python SDK v2 notebook in the workspace by using Azure Machine Learning Studio. You must preserve the current values of variables set in the notebook for the current instance.
    You need to maintain the state of the notebook.
    What should you do?