Practice Free DP-100 Exam Online Questions
You need to select an environment that will meet the business and data requirements.
Which environment should you use?
- A . Azure HDInsight with Spark MLlib
- B . Azure Cognitive Services
- C . Azure Machine Learning Studio
- D . Microsoft Machine Learning Server
You build a data pipeline in an Azure Machine Learning workspace by using the Azure Machine Learning SDK for Python.
You need to run a Python script as a pipeline step.
Which two classes could you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . PythonScriptStep
- B . AutoMLStep
- C . CommandStep
- D . StepRun
You are implementing hyperparameter tuning by using Bayesian sampling for an Azure ML Python SDK v2-based model training from a notebook. The notebook is in an Azure Machine Learning workspace. The notebook uses a training script that runs on a compute cluster with 20 nodes.
The code implements Bandit termination policy with slack_factor set to 02 and a sweep job with max_concurrent_trials set to 10.
You must increase effectiveness of the tuning process by improving sampling convergence.
You need to select which sampling convergence to use.
What should you select?
- A . Set the value of slack. factor of earty. termination policy to 0.1.
- B . Set the value of max_concurrent_trials to 4.
- C . Set the value of slack_factor of eartyjermination policy to 0.9.
- D . Set the value of max. concurrentjrials to 20.
You need to select a feature extraction method.
Which method should you use?
- A . Spearman correlation
- B . Mutual information
- C . Mann-Whitney test
- D . Pearson’s correlation
You plan to use automated machine learning by using Azure Machine Learning Python SDK v2 to train a regression model. You have data that has features with missing values, and categorical features with few distinct values.
You need to control whether automated machine learning automatically imputes missing values and encode categorical features as part of the training task.
Which enemy of the autumn package should you use?
- A . ForecastHorizonMode
- B . RegressionPrimaryMetrics
- C . RegressionModels
- D . FeaturizationMode
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?
- A . Yes
- B . No
You are creating a binary classification by using a two-class logistic regression model.
You need to evaluate the model results for imbalance.
Which evaluation metric should you use?
- A . Relative Absolute Error
- B . AUC Curve
- C . Mean Absolute Error
- D . Relative Squared Error
HOTSPOT
You manage an Azure Machine Learning workspace named workspace 1 with a compute instance named computet.
You must remove a kernel named kernel 1 from computet1. You connect to compute 1 by using noa terminal window from workspace 1.
You need to enter a command in the terminal window to remove kernel 1.
Which command should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection it worth one point.
HOTSPOT
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.
DRAG DROP
You have an Azure Machine Learning workspace. You are running an experiment on your local computer.
You need to ensure that you can use MLflow Tracking with Azure Machine Learning Python SDK v2 to store metrics and artifacts from your local experiment runs in the workspace.
In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.