DP-100 Exam Question 146

You manage an Azure Machine Learning workspace That has an Azure Machine Learning datastore.
Data must be loaded from the following sources:
* a credential-less Azure Blob Storage
* an Azure Data Lake Storage (ADLS) Gen 2 which is not a credential-less datastore You need to define the authentication mechanisms to access data in the Azure Machine Learning datastore.
Which data access mechanism should you use? To answer, move the appropriate data access mechanisms to the correct storage types. You may use each data access mechanism once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

DP-100 Exam Question 147

You need to implement early stopping criteria as suited in the model training requirements.
Which three code segments should you use to develop the solution? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

DP-100 Exam Question 148

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?
  • DP-100 Exam Question 149

    You are developing a data science workspace that uses an Azure Machine Learning service.
    You need to select a compute target to deploy the workspace.
    What should you use?
  • DP-100 Exam Question 150

    You manage an Azure Machine Learning workspace. You submit a training job with the Azure Machine Learning Python SDK v2. You must use MLflow to log metrics, model parameters, and model artifacts automatically when training a model.
    You start by writing the following code segment:

    For each of the following statements, select Yes If the statement is true. Otherwise, select No.