DP-100 Exam Question 31

You create a multi-class image classification deep learning model.
The model must be retrained monthly with the new image data fetched from a public web portal. You create an Azure Machine Learning pipeline to fetch new data, standardize the size of images, and retrain the model.
You need to use the Azure Machine Learning SDK to configure the schedule for the pipeline.
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 32

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 are a data scientist using Azure Machine Learning Studio.
You need to normalize values to produce an output column into bins to predict a target column.
Solution: Apply an Equal Width with Custom Start and Stop binning mode.
Does the solution meet the goal?
  • DP-100 Exam Question 33

    You need to resolve the local machine learning pipeline performance issue. What should you do?
  • DP-100 Exam Question 34

    You create an Azure Machine Learning workspace.
    You must create a custom role named DataScientist that meets the following requirements:
    Role members must not be able to delete the workspace.
    Role members must not be able to create, update, or delete compute resource in the workspace.
    Role members must not be able to add new users to the workspace.
    You need to create a JSON file for the DataScientist role in the Azure Machine Learning workspace.
    The custom role must enforce the restrictions specified by the IT Operations team.
    Which JSON code segment should you use?
    A)

    B)

    C)

    D)
  • DP-100 Exam Question 35

    You use the Azure Machine Learning designer to create and run a training pipeline.
    The pipeline must be run every night to inference predictions from a large volume of files. The folder where the files will be stored is defined as a dataset.
    You need to publish the pipeline as a REST service that can be used for the nightly inferencing run.
    What should you do?