DP-100 Exam Question 81

You are a lead data scientist for a project that tracks the health and migration of birds. You create a multi-image classification deep learning model that uses a set of labeled bird photos collected by experts. You plan to use the model to develop a cross-platform mobile app that predicts the species of bird captured by app users.
You must test and deploy the trained model as a web service. The deployed model must meet the following requirements:
An authenticated connection must not be required for testing.
The deployed model must perform with low latency during inferencing.
The REST endpoints must be scalable and should have a capacity to handle large number of requests when multiple end users are using the mobile application.
You need to verify that the web service returns predictions in the expected JSON format when a valid REST request is submitted.
Which compute resources should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

DP-100 Exam Question 82

You are a data scientist working for a hotel booking website company. You use the Azure Machine Learning service to train a model that identifies fraudulent transactions.
You must deploy the model as an Azure Machine Learning real-time web service using the Model.deploy method in the Azure Machine Learning SDK. The deployed web service must return real-time predictions of fraud based on transaction data input.
You need to create the script that is specified as the entry_script parameter for the InferenceConfig class used to deploy the model.
What should the entry script do?
  • DP-100 Exam Question 83

    You need to configure the Permutation Feature Importance module for the model training requirements.
    What should you do? To answer, select the appropriate options in the dialog box in the answer area.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 84

    You define a datastore named ml-data for an Azure Storage blob container. In the container, you have a folder named train that contains a file named data.csv. You plan to use the file to train a model by using the Azure Machine Learning SDK.
    You plan to train the model by using the Azure Machine Learning SDK to run an experiment on local compute.
    You define a DataReference object by running the following code:

    You need to load the training data.
    Which code segment should you use?

  • DP-100 Exam Question 85

    You create an Azure Machine Learning dataset containing automobile price data. The dataset includes 10.000 rows and 10 columns. You use the Azure Machine Learning designer to transform the dataset by using an Execute Python Script component and custom code.
    The code must combine three columns to create a new column.
    You need to configure the code function.
    Which configurations should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.