DP-100 Exam Question 191

You are with a time series dataset in Azure Machine Learning Studio.
You need to split your dataset into training and testing subsets by using the Split Data module.
Which splitting mode should you use?
  • DP-100 Exam Question 192

    You are solving a classification task.
    The dataset is imbalanced.
    You need to select an Azure Machine Learning Studio module to improve the classification accuracy.
    Which module should you use?
  • DP-100 Exam Question 193

    You use Azure Machine Learning to train and register a model.
    You must deploy the model into production as a real-time web service to an inference cluster named service-compute that the IT department has created in the Azure Machine Learning workspace.
    Client applications consuming the deployed web service must be authenticated based on their Azure Active Directory service principal.
    You need to write a script that uses the Azure Machine Learning SDK to deploy the model. The necessary modules have been imported.
    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 194

    You use the Azure Machine Learning service to create a tabular dataset named training.data. You plan to use this dataset in a training script.
    You create a variable that references the dataset using the following code:
    training_ds = workspace.datasets.get("training_data")
    You define an estimator to run the script.
    You need to set the correct property of the estimator to ensure that your script can access the training.data dataset Which property should you set?
    A)

    B)

    C)

    D)
  • DP-100 Exam Question 195

    You plan to use a Deep Learning Virtual Machine (DLVM) to train deep learning models using Compute Unified Device Architecture (CUDA) computations.
    You need to configure the DLVM to support CUDA.
    What should you implement?