DP-100 Exam Details

  • Exam Code
    :DP-100
  • Exam Name
    :Designing and Implementing a Data Science Solution on Azure
  • Certification
    :Microsoft Certifications
  • Vendor
    :Microsoft
  • Total Questions
    :617 Q&As
  • Last Updated
    :Jul 09, 2026

Microsoft DP-100 Online Questions & Answers

  • Question 11:

    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 have an Azure Machine Learning workspace.

    You plan to tune model hyperparameters by using a sweep job.

    You need to find a sampling method that supports early termination of low-performance jobs and continuous hyperparameters.

    Solution: Use the Random sampling method over the hyperparameter space.

    Does the solution meet the goal?

    A. Yes
    B. No

  • Question 12:

    You plan to use a Python script to run an Azure Machine Learning experiment. The script creates a reference to the experiment run context, loads data from a file, identifies the set of unique values for the label column, and completes the experiment run:

    from azureml.core import Run

    import pandas as pd

    run = Run.get_context()

    data = pd.read_csv('data.csv')

    label_vals = data['label'].unique()

    # Add code to record metrics here

    run.complete()

    The experiment must record the unique labels in the data as metrics for the run that can be reviewed later.

    You must add code to the script to record the unique label values as run metrics at the point indicated by the comment.

    Solution: Replace the comment with the following code:

    run.upload_file('outputs/labels.csv', './data.csv')

    Does the solution meet the goal?

    A. Yes
    B. No

  • Question 13:

    HOTSPOT

    You use Azure Machine Learning to train a machine learning model.

    You use the following training script in Python to perform logging:

    import mlflow

    mlflow.log_metric("accuracy", float(vel_accuracy))

    You must use a Python script to define a sweep job.

    You need to provide the primary metric and goal you want hyperparameter tuning to optimize.

    How should you complete the Python script? To answer, select the appropriate options in the answer area.

    NOTE: Each correct selection is worth one point.

  • Question 14:

    You have an Azure Machine Learning workspace. You are connecting an Azure Data Lake Storage Gen2 account to the workspace as a data store.

    You need to authorize access from the workspace to the Azure Data Lake Storage Gen2 account.

    What should you use?

    A. Service principal
    B. SAS token
    C. Managed identity
    D. Account key

  • Question 15:

    DRAG DROP

    You create an Azure Machine Learning workspace. You are training a classification model with no-code AutoML in Azure Machine Learning studio.

    The model must predict if a client of a financial institution will subscribe to a fixed-term deposit. You must identify the feature that has the most influence on the predictions of the model for the second highest scoring algorithm. You must minimize the effort and time to identify the feature.

    You need to complete the identification.

    Which three 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.

    Select and Place:

  • Question 16:

    You create a workspace to include a compute instance by using Azure Machine Learning Studio. You are developing a Python SDK v2 notebook in the workspace.

    You need to use Intellisense in the notebook.

    What should you do?

    A. Stop the compute instance.
    B. Start the compute instance.
    C. Run a %pip magic function on the compute instance.
    D. Run a !pip magic function on the compute instance.

  • Question 17:

    You are using the Azure Machine Learning SDK to run a training experiment that trains a classification model and calculates its accuracy metric.

    The model will be retrained each month as new data becomes available.

    You must register the model for use in a batch inference pipeline.

    You need to register the model by using MLflow and ensure that models created by subsequent retraining experiments are registered only if their accuracy is higher than the currently registered model.

    What should you do?

    A. Register a metric named accuracy with the accuracy metric as a value when registering the model, and only register subsequent models if their accuracy is higher than the accuracy tag value of the currently registered model.
    B. Specify the model framework version when registering the model, and only register subsequent models if this value is higher.
    C. Register the model with the same name each time regardless of accuracy, and always use the latest version of the model in the batch inferencing pipeline.
    D. Specify a different name for the model each time you register it.

  • Question 18:

    HOTSPOT

    You manage an Azure Machine Learning workspace.

    The titanic.csv file is available in an Azure Blob Storage account named storage1. The container name is container1. The folder name is data.

    You perform interactive data wrangling by using a serverless Spark compute.

    You need to load the data from Blob Storage into a pandas DataFrame.

    How should you complete the code segment? To answer, select the appropriate options in the answer area.

    NOTE: Each correct selection is worth one point.

  • Question 19:

    You train and register a model in your Azure Machine Learning workspace.

    You must publish a pipeline that enables client applications to use the model for batch inferencing. You must use a pipeline with a single ParallelRunStep step that runs a Python inferencing script to get predictions from the input data.

    You need to create the inferencing script for the ParallelRunStep pipeline step.

    Which two functions should you include? Each correct answer presents part of the solution.

    NOTE: Each correct selection is worth one point.

    A. run(mini_batch)
    B. main()
    C. batch()
    D. init()
    E. score(mini_batch)

  • Question 20:

    HOTSPOT

    You manage an Azure Machine Learning workspace and a GitHub repository.

    The repository contains a CSV file located at:

    https://raw.githubusercontent.com/account1/repo1/main/doc1/data1.csv

    The CSV file includes embedded newlines.

    You need to create a data asset that minimizes the risk of misaligned field values when reading the file.

    Which data asset configuration values should you use?

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Microsoft exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your DP-100 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.