wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

GSI DP-100 Day 1

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

Which of the following descriptions accurately describes Azure Machine Learning?

a)

A Python library that you can use as an alternative to common machine learning frameworks like Scikit-Learn, PyTorch, and Tensorflow.

b)

An application for Microsoft Windows that enables you to create machine learning models by using a drag and drop interface.

c)

A cloud-based platform for operating machine learning solutions at scale.

2.

Which edition of Azure Machine Learning workspace should you provision if you only plan to use the graphical Designer tool to train machine learning models?

a)

Enterprise

b)

Basic

3.

You need a cloud-based development environment that you can use to run Jupyter notebooks that are stored in your workspace. The notebooks must remain in your workspace at all times.

What should you do?

a)

Install Visual Studio Code on your local computer.

b)

Create a Compute Instance compute target in your workspace.

c)

Create a Training Cluster compute target in your workspace.

4.

You plan to use the Workspace.from_config() method to connect to your Azure Machine Learning workspace from a Python environment on your local workstation. You have already used pip to install the azureml-sdk package.

What else should you do?

a)

What else should you do? Run pip install azureml-sdk['notebooks'] to install the notebooks extra.

b)

Download the config.json file for your workspace to the folder containing your local Python code files.

c)

Create a Compute Instance compute target in your workspace.

5.

You want to use automated machine learning with car sales data to train a machine learning model that predicts the price of a car based on its make, model, engine size, and mileage.

What task type should you select?

a)

Regression

b)

Classification

c)

Time-Series forecasting

6.

You must create a compute target for training experiments that require a graphical processing unit (GPU). You want to be able to scale the compute so that multiple nodes are started automatically as required. Which kind of compute target should you create?

a)

Compute Instance

b)

Compute Cluster

c)

Inference Cluster

7.

A bank wants to use historic loan repayment records to categorize loan applications as low-risk or high-risk based on characteristics like the loan amount, the income of the borrower, and the loan period. What kind of machine learning model should the bank use automated machine learning to create?

a)

Regression

b)

Classification

c)

Time-Series Forecasting

8.

Which of following is a wizard interface that enables you to train a model using a combination of algorithms and data preprocessing techniques to find the best model

a)

Auto ML

b)

Designer

c)

Notebook

d)

Compute

9.

Which of following is not an assets of AzureML Workspace.

You can select Multiple

a)

Compute

b)

Storage Account

c)

Notebook

d)

Experiments

10.

How you are able to create AzureML workspace?.

You can select multiple option as part of answer

a)

Azure Portal

b)

Azure CLI

c)

AzureML python SDK

d)

Azure Resource Manager template