Question 26

You use Data Science Virtual Machines (DSVMs) for Windows and Linux in Azure.
You need to access the DSVMs.
Which utilities should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Question 27

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 an Azure Machine Learning service datastore in a workspace. The datastore contains the following files:
* /data/2018/Q1.csv
* /data/2018/Q2.csv
* /data/2018/Q3.csv
* /data/2018/Q4.csv
* /data/2019/Q1.csv
All files store data in the following format:
id,f1,f2,I
1,1,2,0
2,1,1,1
3,2,1,0
4,2,2,1
You run the following code:

You need to create a dataset named training_data and load the data from all files into a single data frame by using the following code:

Solution: Run the following code:

Does the solution meet the goal?
  • Question 28

    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?
  • Question 29

    You use Azure Machine Learning designer to create a training pipeline for a regression model.
    You need to prepare the pipeline for deployment as an endpoint that generates predictions asynchronously for a dataset of input data values.
    What should you do?
  • Question 30

    You create an Azure Machine Learning workspace and a new Azure DevOps organization. You register a model in the workspace and deploy the model to the target environment.
    All new versions of the model registered in the workspace must automatically be deployed to the target environment.
    You need to configure Azure Pipelines to deploy the model.
    Which four 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.