DP-100 Exam Question 41

You use Azure Machine Learning to deploy a model as a real-time web service.
You need to create an entry script for the service that ensures that the model is loaded when the service starts and is used to score new data as it is received.
Which functions should you include in the script? To answer, drag the appropriate functions to the correct actions. Each function may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content NOTE: Each correct selection is worth one point.

DP-100 Exam Question 42

You use the Azure Machine Learning designer to create and run a training pipeline. You then create a real-time inference pipeline.
You must deploy the real-time inference pipeline as a web service.
What must you do before you deploy the real-time inference pipeline?
  • DP-100 Exam Question 43

    You use the Azure Machine Learning Python SDK to define a pipeline to train a model.
    The data used to train the model is read from a folder in a datastore.
    You need to ensure the pipeline runs automatically whenever the data in the folder changes.
    What should you do?
  • DP-100 Exam Question 44

    You train and register a model by using the Azure Machine Learning SDK on a local workstation. Python 3.6 and Visual Studio Code are installed on the workstation.
    When you try to deploy the model into production as an Azure Kubernetes Service (AKS)-based web service, 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 four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

    DP-100 Exam Question 45

    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.