DP-100 Exam Question 61

You manage an Azure Machine Learning workspace. You use Azure Machine Learning Python SDK v2 to configure a trigger to schedule a pipeline job. You need to create a time-based schedule with recurrence pattern.
Which two properties must you use to successfully configure the trigger? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
  • DP-100 Exam Question 62

    You have an Azure subscription that contains a resource group named rg-ml.
    You plan to create an Azure Machine Learning workspace named workspacel in rg-ml by using Azure Machine Learning Python SDK v2.
    You need to ensure workspacel is configured to prevent the collection of potentially sensitive data by Microsoft diagnostics.
    How should you complete the provided code? To answer, select the appropnate options in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 63

    You manage an Azure Machine learning workspace. The workspace includes an Azure Machine Learning kubernetes compute target configured as an Azure Kubemetes Service (AKS) cluster named AKS1 AKS1 is configured to enable the targeting of different nodes to train workloads.
    You must run a command job on AK51 by using the Azure ML Python SDK v2? The command job must select different types of compute nodes. The compare node types must be specified by using a command parameter.
    You need to configure the command parameter.
    Which parameter should you use?
  • DP-100 Exam Question 64

    You have an Azure Machine Learning workspace.
    You plan to use Azure Machine Learning Python SDK v2 to define a pipeline component that trains an image classification model. The execution logic of the component is contained in the train() function in the file named modeljrain.py.
    You write code to import all required libraries and store it as train_component.py in the same folder that contains model_train.py.
    You need to complete the remaining code in train_component.py.
    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 65

    You use the Two-Class Neural Network module in Azure Machine Learning Studio to build a binary classification model. You use the Tune Model Hyperparameters module to tune accuracy for the model.
    You need to select the hyperparameters that should be tuned using the Tune Model Hyperparameters module.
    Which two hyperparameters should you use? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.