wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Lesson 3 Quiz

Total questions: 15

Worksheet time: 15mins

Name
Class
Date
1.

Data wrangling involves which of the following steps?

a)

Data discovery

b)

Imputation

c)

Validation and publishing

d)

All of the above

2.

_________ helps keep your data secure by keeping connection information internal

a)

Datastores

b)

Datasets

c)

Data Type

d)

Data Warehouse

3.

Datasets allows you to do the following things

a)

No need to create multiple copies each time you need that data available

b)

Access data during model training by specifying connection strings or data paths

c)

Easily share data and collaborate with other users

d)

Bookmark the state of your data

4.

Versioning is used when

a)

You need to go back and retrieve specific versions of your files

b)

Trace backing to the original datasets in storage service

c)

Retraining, data preparation and feature engineering

d)

All of the above

5.
a)

C

b)

A

c)

B

d)

D

6.

Reasons for feature selection include

a)

to eliminate highly irrelevant and redundant features

b)

eliminate highly correlated features by choosing one out of them

c)

encode large number of features into small number of features

d)

All of the above

7.

Which is the correct sequence of data access workflow

a)

Creating datastore, data monitor, and then dataset

b)

Creating dataset, datastore, and then data monitor

c)

Creating datastore, dataset, and then data monitors

d)

Creating dataset, data monitor, and then datastore

8.

Which type of data drift are we talking about when we see that two features that used to be correlated are no longer correlated

a)

Natural Drift in Data

b)

Data Quality issues

c)

Covariate Shift

d)

Upstream Process Change

9.

What is the purpose of a validation set

a)

Train the model

b)

Test the model with unseen data

c)

Tune the hyper parameters

d)

To find model metrics such as RMSE, Precision, etc.

10.

A container that helps you organize the model training process

a)

Experiment

b)

Workspace

c)

Model Registry

d)

Compute Instance

11.

Which of the following measures the Strength and Direction of the relationship b/w each prediction and true values

a)

MAE

b)

RMSE

c)

R-squared

d)

Sperman Correlation

12.

What all is true about boosting

a)

helps in reducing bias for models

b)

helps in reducing overfitting for models that tend to have high variance

c)

The final prediction is an average prediction from individual models

d)

The final predictions are a weighted average from the individual models

13.

Ensemble learning can only be applied to supervised learning methods

a)

True

b)

False

14.

In an election, N candidates are competing against each other and people are voting for either of the candidates. Voters don’t communicate with each other while casting their votes. Which of the following ensemble method works similar to above-discussed election procedure?

a)

Bagging

b)

Boosting

c)

Both

d)

Neither

15.

You had predicted that England would win, but it lost. What is this example signify in terms of a confusion matrix

a)

True Positive

b)

True Negative

c)

False Positive

d)

False Negative