wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Lesson 6 - Managed Services Machine Learning

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

The key challenge (s) to successfully training a machine learning Model :

a)

Selecting features

b)

Choosing the right algorithm

c)

Tuning the hyper-parameter

d)

Evaluating the metric

e)

All of the above

2.

Automated ML test multiple algorithm and hyper-parameter in sequence and return the best one :

a)

True

b)

False

3.

To create an Automated ML run :

a)

We need to select the algorithm first

b)

We need to select the dataset first

c)

We need to select the compute target first

4.

A compute instance is a

a)

Managed service

b)

Not a managed service

c)

semi managed service

d)

none of the above

5.

what are the things compute targets is used for

a)

run training scripts

b)

service deployment

c)

Both a and b

d)

None of the above

6.

Select the steps involved in the end-to-end process of Machine Learning Pipelines :

a)

Model building & training

b)

Data preparation

c)

Data ingestion

d)

Model deployment

7.

choose the correct option for the given statements :


S1 -> When DevOps applied to machine learning, we refer to the automation of machine learning pipelines as MLOps.


S2 -> DevOps is the part of MLOps.

a)

Both True

b)

only S1 Ture

c)

Both False

d)

only S2 Ture

8.

"Calling the web service that host the model to quickly score against a relatively small set of data" is :

a)

Real-time Inferencing

b)

Batch Inferencing

c)

Both

d)

None

9.

Select the correct option for creating real-time inferencing environments :

a)

Create manually from Azure ML studio user interface

b)

Create programmatically using code

c)

Both

d)

None

10.

Steps you must follow while deploying a Machine Learning model used for real-time scoring, or batch inferencing :

a)

Save and retrieve the model file in any format

b)

Create training script

c)

Create a real-time scoring web service

d)

Create a schema file that describes the web service input