You are profiling mltabte data assets by using Azure Machine Learning studio. You need to detect columns
with odd or missing values. Which statistic should you analyze?
Answer: C
Question 2
You create a pipeline in designer to train a model that predicts automobile prices.
Because of non-linear relationships in the data, the pipeline calculates the natural log (Ln) of the prices in the
training data, trains a model to predict this natural log of price value, and then calculates the exponential of the
scored label to get the predicted price.
The training pipeline is shown in the exhibit. (Click the Training pipeline tab.)
Training pipeline
You create a real-time inference pipeline from the training pipeline, as shown in the exhibit. (Click the
Real-time pipeline tab.)
Real-time pipeline
You need to modify the inference pipeline to ensure that the web service returns the exponential of the scored
label as the predicted automobile price and that client applications are not required to include a price value in
the input values.
Which three modifications must you make to the inference pipeline? Each correct answer presents part of the
solution.
NOTE: Each correct selection is worth one point.
Answer: A,C,E
Question 3
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?
Answer: B
Question 4
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?
Answer: A
Question 5
You create an Azure Machine Learning compute resource to train models. The compute resource is configured
as follows:
Minimum nodes: 2
Maximum nodes: 4
You must decrease the minimum number of nodes and increase the maximum number of nodes to the
following values:
Minimum nodes: 0
Maximum nodes: 8
You need to reconfigure the compute resource.
What are three possible ways to achieve this goal? Each correct answer presents a complete solution