Practice Free DP-100 Exam Online Questions
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 train a classification model by using a logistic regression algorithm.
You must be able to explain the model’s predictions by calculating the importance of each feature, both as an overall global relative importance value and as a measure of local importance for a specific set of predictions.
You need to create an explainer that you can use to retrieve the required global and local feature importance values.
Solution: Create a MimicExplainer.
Does the solution meet the goal?
- A . Yes
- B . No
You are performing feature engineering on a dataset.
You must add a feature named CityName and populate the column value with the text London.
You need to add the new feature to the dataset.
Which Azure Machine Learning Studio module should you use?
- A . Edit Metadata
- B . Preprocess Text
- C . Execute Python Script
- D . Latent Dirichlet Allocation
Topic 3, Mix Questions
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 contains 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: Replace each missing value using the Multiple Imputation by Chained Equations (MICE) method.
Does the solution meet the goal?
- A . Yes
- B . NO
You use Azure Machine Learning studio to analyze a dataset containing a decimal column named column1. You need to verity that the column1 values are normally distributed.
Which static should you use?
- A . Profile
- B . Type
- C . Max
- D . Mean
DRAG DROP
You manage an Azure Al Foundry project. You fine-tune the base model
During evaluation, you observe that the model is overfitting and its responses are highly varying You need to improve the fine-tuned model.
Which hyperparameters should you use? To answer, move the appropriate hyper para meters to the correct requirements. You may use each hyperparameter 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.
DRAG DROP
You are designing an Azure Machine Leaning solution by using the Python SDK v2.
You must train and deploy the solution by using a compute target.
The compute target must meet the following requirements:
• Enable the use of on-premises compute resources.
• Support autoscalling.
You need to configure a compute target for training and inference.
Which compute target t should you configure? To answer select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You create a multi-class image classification deep learning model.
You train the model by using PyTorch version 1.2.
You need to ensure that the correct version of PyTorch can be identified for the inferencing environment when the model is deployed.
What should you do?
- A . Save the model locally as a.pt file, and deploy the model as a local web service.
- B . Deploy the model on computer that is configured to use the default Azure Machine Learning conda
environment. - C . Register the model with a .pt file extension and the default version property.
- D . Register the model, specifying the model_framework and model_framework_version properties.
You create a multi-class image classification deep learning model.
You train the model by using PyTorch version 1.2.
You need to ensure that the correct version of PyTorch can be identified for the inferencing environment when the model is deployed.
What should you do?
- A . Save the model locally as a.pt file, and deploy the model as a local web service.
- B . Deploy the model on computer that is configured to use the default Azure Machine Learning conda
environment. - C . Register the model with a .pt file extension and the default version property.
- D . Register the model, specifying the model_framework and model_framework_version properties.
You train a model and register it in your Azure Machine Learning workspace. You are ready to deploy the model as a real-time web service.
You deploy the model to an Azure Kubernetes Service (AKS) inference cluster, but the deployment fails because an error occurs when the service runs the entry script that is associated with the model deployment.
You need to debug the error by iteratively modifying the code and reloading the service, without requiring a re-deployment of the service for each code update.
What should you do?
- A . Register a new version of the model and update the entry script to load the new version of the model from its registered path.
- B . Modify the AKS service deployment configuration to enable application insights and re-deploy to AKS.
- C . Create an Azure Container Instances (ACI) web service deployment configuration and deploy the model on ACI.
- D . Add a breakpoint to the first line of the entry script and redeploy the service to AKS.
- E . Create a local web service deployment configuration and deploy the model to a local Docker container.
DRAG DROP
You configure a Deep Learning Virtual Machine for Windows.
You need to recommend tools and frameworks to perform the following:
✑ Build deep neural network (DNN) models
✑ Perform interactive data exploration and visualization
Which tools and frameworks should you recommend? To answer, drag the appropriate tools to the correct tasks. Each tool may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point.