DP-100 Exam Question 26

You create an Azure Machine Learning pipeline named pipeline 1 with two steps that contain Python scnpts. Data processed by the first step is passed to the second step.
You must update the content of the downstream data source of pipeline 1 and run the pipeline again.
You need to ensure the new run of pipeline 1 fully processes the updated content.
Solution: Change the value of the compute.target parameter of the PythonScriptStep object in the two steps.
Does the solution meet the goal'
  • DP-100 Exam Question 27

    You create an Azure Machine Learning workspace.
    You must configure an event handler to send an email notification when data drift is detected in the workspace datasets. You must minimize development efforts.
    You need to configure an Azure service to send the notification.
    Which Azure service should you use?
  • DP-100 Exam Question 28

    You use the Azure Machine Learning SDK in a notebook to run an experiment using a script file in an experiment folder.
    The experiment fails.
    You need to troubleshoot the failed experiment.
    What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
  • DP-100 Exam Question 29

    You use the following code to run a script as an experiment in Azure Machine Learning:

    You must identify the output files that are generated by the experiment run.
    You need to add code to retrieve the output file names.
    Which code segment should you add to the script?
  • DP-100 Exam Question 30

    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: Install the Azure ML SDK on the Surface Book. Run Python code to connect to the workspace and then run the training script as an experiment on local compute.