DP-100 Exam Question 141

You are a lead data scientist for a project that tracks the health and migration of birds. You create a multi-class image classification deep learning model that uses a set of labeled bird photographs collected by experts.
You have 100,000 photographs of birds. All photographs use the JPG format and are stored in an Azure blob container in an Azure subscription.
You need to access the bird photograph files in the Azure blob container from the Azure Machine Learning service workspace that will be used for deep learning model training. You must minimize data movement.
What should you do?
  • DP-100 Exam Question 142

    You create an Azure Machine Learning pipeline named pipeline1 with two steps that contain Python scripts.
    Data processed by the first step is passed to the second step.
    You must update the content of the downstream data source of pipeline1 and run the pipeline again You need to ensure the new run of pipeline1 fully processes the updated content.
    Solution: Set the allow_reuse parameter of the PythonScriptStep object of both steps to False Does the solution meet the goal?
  • DP-100 Exam Question 143

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You create a model to forecast weather conditions based on historical data.
    You need to create a pipeline that runs a processing script to load data from a datastore and pass the processed data to a machine learning model training script.
    Solution: Run the following code:

    Does the solution meet the goal?
  • DP-100 Exam Question 144

    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 145

    You are analyzing a raw dataset that requires cleaning.
    You must perform transformations and manipulations by using Azure Machine Learning Studio.
    You need to identify the correct modules to perform the transformations.
    Which modules should you choose? To answer, drag the appropriate modules to the correct scenarios. Each module 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.