Question 276

You manage an Azure Machine Learning workspace named workspace1.
You must develop Python SDK v2 code to attach an Azure Synapse Spark pool as a compute target in workspace1. The code must invoke the constructor of the SynapseSparkCompute class.
You need to invoke the constructor.
What should you use?
  • Question 277

    You tram and register a model by using the Azure Machine Learning Python SDK v2 in a local workstation.
    Python 3.7 and Visual Studio Code are instated on the workstation.
    When you try to deploy the model into production to a Kubernetes online endpoint you experience an error in the scoring script that causes deployment to fail.
    You need to debug the service on the local workstation before deploying the service to production.
    Which three actions should you perform m sequence? To answer, move the appropriate actions from the list of actions from the answer area and arrange them in the correct order.

    Question 278

    You arc I mating a deep learning model to identify cats and dogs. You have 25,000 color images.
    You must meet the following requirements:
    * Reduce the number of training epochs.
    * Reduce the size of the neural network.
    * Reduce over-fitting of the neural network.
    You need to select the image modification values.
    Which value should you use? To answer, select the appropriate Options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 279

    You manage an Azure Machine Learning workspace.
    You train a model interactively with a Jupyter Notebook in the workspace During training, a dataset is created with accuiacy and loss metrics for each epoch.
    You need to configure model tracking with MLflow to log the dataset created during the training.
    How should you complete the code segment? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 280

    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.