DP-100 Exam Question 66

You create a deep learning model for image recognition on Azure Machine Learning service using GPU-based training.
You must deploy the model to a context that allows for real-time GPU-based inferencing.
You need to configure compute resources for model inferencing.
Which compute type should you use?
  • DP-100 Exam Question 67

    You create a training pipeline by using the Azure Machine Learning designer. You need to load data into a machine learning pipeline by using the Import Data component. Which two data sources could you use? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point
  • DP-100 Exam Question 68

    You register the following versions of a model.

    You use the Azure ML Python SDK to run a training experiment. You use a variable named run to reference the experiment run.
    After the run has been submitted and completed, you run the following code:

    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    DP-100 Exam Question 69

    A biomedical research company plans to enroll people in an experimental medical treatment trial.
    You create and train a binary classification model to support selection and admission of patients to the trial.
    The model includes the following features: Age, Gender, and Ethnicity.
    The model returns different performance metrics for people from different ethnic groups.
    You need to use Fairlearn to mitigate and minimize disparities for each category in the Ethnicity feature.
    Which technique and constraint 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 70

    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 analyzing a numerical dataset which contain missing values in several columns.
    You must clean the missing values using an appropriate operation without affecting the dimensionality of the feature set.
    You need to analyze a full dataset to include all values.
    Solution: Use the last Observation Carried Forward (IOCF) method to impute the missing data points.
    Does the solution meet the goal?