0% found this document useful (0 votes)
189 views25 pages

Assessment II

The document summarizes an assessment review for a machine learning course. It provides details of 12 questions on a quiz, including multiple choice, matching, and true/false questions related to machine learning concepts like regression, classification, and clustering. The student answered all questions correctly, receiving full marks, and an overall grade of 97.3% for the assessment.

Uploaded by

Ishita Jindal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
189 views25 pages

Assessment II

The document summarizes an assessment review for a machine learning course. It provides details of 12 questions on a quiz, including multiple choice, matching, and true/false questions related to machine learning concepts like regression, classification, and clustering. The student answered all questions correctly, receiving full marks, and an overall grade of 97.3% for the assessment.

Uploaded by

Ishita Jindal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Started on Monday, 11 March 2024, 3:54 PM


State Finished
Completed on Monday, 11 March 2024, 4:08 PM
Time taken 13 mins 42 secs
Marks 72.00/74.00
Grade 9.73 out of 10.00 (97.3%)

Question 1

Correct

Mark 1.00 out of 1.00

HOTSPOT -

To complete the sentence, select the appropriate option in the answer area.

Hot Area:

Predicting how many vehicles will travel across a bridge on a given day is an example of regression. 

Your answer is correct.

Regression is a machine learning task that is used to predict the value of the label from a set of related features.
Reference:
https://docs.microsoft.com/en-us/dotnet/machine-learning/resources/tasks

The correct answer is:


HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:
Predicting how many vehicles will travel across a bridge on a given day is an example of [regression.]

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 1/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 2

Correct

Mark 2.00 out of 2.00

You need to predict the income range of a given customer by using the following dataset.

Which two fields should you use as features? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

Select one or more:

A. First Name

B. Age 

C. Education Level 

D. Income Range

E. Last Name

Your answer is correct.

First Name, Last Name, Age and Education Level are features. Income range is a label (what you want to predict). First Name and Last Name are irrelevant
in that they have no bearing on income. Age and Education level are the features you should use.

The correct answers are: Education Level, Age

Question 3

Correct

Mark 1.00 out of 1.00

Select the answer that correctly completes the sentence.

Regression  models can be used to predict the sale price of auctioned items.

Your answer is correct.

The correct answer is:


Select the answer that correctly completes the sentence.

[Regression] models can be used to predict the sale price of auctioned items.

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 2/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 4

Correct

Mark 1.00 out of 1.00

HOTSPOT

Select the answer that correctly completes the sentence.

Azure Machine Learning designer lets you create machine learning models by adding and connecting modules on a visual canvas

 .

Your answer is correct.

https://learn.microsoft.com/en-us/azure/machine-learning/concept-designer?view=azureml-api-2 Azure Machine Learning designer is a drag-and-drop UI


interface to build pipeline in Azure Machine Learning.

The correct answer is:


HOTSPOT
-

Select the answer that correctly completes the sentence.

Azure Machine Learning designer lets you create machine learning models by [adding and connecting modules on a visual canvas].

Question 5

Correct

Mark 3.00 out of 3.00

Match the machine learning models to the appropriate descriptions.

To answer, drag the appropriate model from the column on the left to its description on the right. Each model may be used once, more than once, or not
at all.

NOTE: Each correct match is worth one point.

Regression  A supervised machine learning model used to predict numeric values.

Classification  A supervised machine learning model used to predict categories.

Clustering  An unsupervised machine learning model used to group similar entities based on features.

Classification Clustering Regression

Your answer is correct.

The correct answer is:


Match the machine learning models to the appropriate descriptions.

To answer, drag the appropriate model from the column on the left to its description on the right. Each model may be used once, more than once, or not
at all.

NOTE: Each correct match is worth one point.

[Regression] A supervised machine learning model used to predict numeric values.


[Classification] A supervised machine learning model used to predict categories.

[Clustering] An unsupervised machine learning model used to group similar entities based on features.

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 3/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 6

Correct

Mark 1.00 out of 1.00

Select the answer that correctly completes the sentence:

When evaluating the performance of a model, the confusion matrix  displays the predicted and actual positives andnegatives by using a grid of 0
and 1 values.

Your answer is correct.

The correct answer is:


Select the answer that correctly completes the sentence:

When evaluating the performance of a model, the [confusion matrix] displays the predicted and actual positives andnegatives by using a grid of 0 and 1
values.

Question 7

Correct

Mark 1.00 out of 1.00

HOTSPOT -

To complete the sentence, select the appropriate option in the answer area.

Hot Area:

Regression  models can be used to predict the sale price of auctioned items.

Your answer is correct.

Regression is a machine learning task that is used to predict the value of the label from a set of related features.
Reference:
https://docs.microsoft.com/en-us/dotnet/machine-learning/resources/tasks

The correct answer is:


HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

[Regression] models can be used to predict the sale price of auctioned items.

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 4/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 8

Correct

Mark 2.00 out of 2.00

Which two languages can you use to write custom code for Azure Machine Learning designer? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

Select one or more:

A. R 

B. Python 

C. Scala

D. C#

Your answer is correct.

Use Azure Machine Learning designer for customizing using Python and R code.
Reference:
https://azure.microsoft.com/en-us/services/machine-learning/designer/#features

The correct answers are: Python, R

Question 9

Correct

Mark 1.00 out of 1.00

Predicting agricultural yields based on weather conditions and soil quality measurements is an example of which type of machine learning model?

a. clustering

b. regression 

c. classification

Your answer is correct.

The correct answer is: regression

Question 10

Correct

Mark 1.00 out of 1.00

Predicting how many vehicles will travel across a bridge on a give day is an example of _______.

Select the answer that correctly completes the sentence.

a. regression 

b. translation

c. clustering

d. classification

Your answer is correct.


The correct answer is: regression

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 5/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 11

Correct

Mark 3.00 out of 3.00

HOTSPOT

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Organizing documents into groups based on different usage statistics is an example of clustering. Yes 

Grouping similar patients based on symptoms and diagnostic test results is an example of clustering. Yes 

Predicting whether a person will develop mild, moderate, or severe allergy symptoms based onpollen count is an example of clustering. No 

Your answer is correct.

The correct answer is:


HOTSPOT
-

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Organizing documents into groups based on different usage statistics is an example of clustering. [Yes]

Grouping similar patients based on symptoms and diagnostic test results is an example of clustering. [Yes]

Predicting whether a person will develop mild, moderate, or severe allergy symptoms based onpollen count is an example of clustering.[No]

Question 12

Correct

Mark 1.00 out of 1.00

Predicting how many hours of overtime a delivery person will work based on the number of orders received is an example of regression 

Your answer is correct.


The correct answer is:
Predicting how many hours of overtime a delivery person will work based on the number of orders received is an example of [regression]

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 6/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 13

Correct

Mark 1.00 out of 1.00

You have a large dataset that contains motor vehicle sales data.

You need to train an automated machine learning (automated ML) model to predict vehicle sale values based on the type of vehicle.

Which task should you select? To answer, select the appropriate task in the answer area.

NOTE: Each correct selection is worth one point.

a.

b.

c.

d.

e. 

Your answer is correct.

The correct answer is:

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 7/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 14

Correct

Mark 1.00 out of 1.00

HOTSPOT -

To complete the sentence, select the appropriate option in the answer area.

Hot Area:

A banking system that predicts whether a loan will be repaid is an example of the classification  type of machine learning.

Your answer is correct.

https://learn.microsoft.com/en-us/training/modules/create-classification-model-azure-machine-learning-designer/classification-scenarios Classification is a
form of machine learning that is used to predict which category, or class, an item belongs to. This machine learning technique can be applied to binary and
multi-class scenarios. For example, a health clinic might use the characteristics of a patient (such as age, weight, blood pressure, and so on) to predict
whether the patient is at risk of diabetes. In this case, the characteristics of the patient are the features, and the label is a binary classification of either 0 or
1, representing non-diabetic or diabetic.

The correct answer is:


HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

A banking system that predicts whether a loan will be repaid is an example of the [classification] type of machine learning.

Question 15

Incorrect

Mark 0.00 out of 1.00

What is a use case for classification?

a. predicting how many cups of coffee a person will drink based on how many hours the person slept the previous night.

b. analyzing the contents of images and grouping images that have similar colors 

c. predicting whether someone uses a bicycle to travel to work based on the distance from home to work

d. predicting how many minutes it will take someone to run a race based on past race times

Your answer is incorrect.

https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/linear-regression https://docs.microsoft.com/en-
us/azure/machine-learning/studio-module-reference/machine-learning-initialize-model-clustering

The correct answer is: predicting whether someone uses a bicycle to travel to work based on the distance from home to work

Question 16

Correct

Mark 1.00 out of 1.00

To complete the sentence, select the appropriate option in the answer area.

Hot Area:

Feature engineering  is used to generate additional features.

Your answer is correct.

The correct answer is:


To complete the sentence, select the appropriate option in the answer area.
Hot Area:

[Feature engineering] is used to generate additional features.

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 8/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 17

Correct

Mark 1.00 out of 1.00

HOTSPOT -

To complete the sentence, select the appropriate option in the answer area.

Hot Area:

Data values that influence the prediction of a model are called features. 

Your answer is correct.

Reference:
https://www.baeldung.com/cs/feature-vs-label
https://machinelearningmastery.com/discover-feature-engineering-how-to-engineer-features-and-how-to-get-good-at-it/

The correct answer is:


HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

Data values that influence the prediction of a model are called [features.]

Question 18

Correct

Mark 1.00 out of 1.00

You need to track multiple versions of a model that was trained by using Azure Machine Learning.

What should you do?

a. Register the model. 

b. Provision an inference cluster.

c. Explain the model.

d. Register the training data.

Your answer is correct.

The correct answer is: Register the model.

Question 19

Correct

Mark 1.00 out of 1.00

You have an Azure Machine Learning pipeline that contains a Split Data module.
The Split Data module outputs to a Train Model module and a Score Model module.
What is the function of the Split Data module?

a. diverting records that have missing data

b. scaling numeric variables so that they are within a consistent numeric range

c. creating training and validation datasets 

d. selecting columns that must be included in the model

Your answer is correct.

The correct answer is: creating training and validation datasets

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 9/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 20

Correct

Mark 1.00 out of 1.00

Select the answer that correctly completes the sentence.

Predicting how many vehicles will travel across a bridge in a given day is an example of regression  .

Your answer is correct.


The correct answer is:
Select the answer that correctly completes the sentence.

Predicting how many vehicles will travel across a bridge in a given day is an example of [regression].

Question 21

Correct

Mark 3.00 out of 3.00

HOTSPOT -

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.


Hot Area:

Organizing documents into groups based on similarities of the text contained in the documents is an example of clustering. YES 

Grouping similar patients based on symptoms and diagnostic test results is an example of clustering. YES 

Predicting whether a person will develop mild, moderate, or severe allergy symptoms based on pollen count is an example of clustering. NO 

Your answer is correct.

Clustering is a machine learning task that is used to group instances of data into clusters that contain similar characteristics. Clustering can also be used to
identify relationships in a dataset
Regression is a machine learning task that is used to predict the value of the label from a set of related features.
Reference:
https://docs.microsoft.com/en-us/dotnet/machine-learning/resources/tasks

The correct answer is:


HOTSPOT -
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

Organizing documents into groups based on similarities of the text contained in the documents is an example of clustering.[YES]

Grouping similar patients based on symptoms and diagnostic test results is an example of clustering.[YES]

Predicting whether a person will develop mild, moderate, or severe allergy symptoms based on pollen count is an example of clustering.[NO]

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 10/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 22

Correct

Mark 1.00 out of 1.00

You have a dataset.

You need to build an Azure Machine Learning classification model that will identify defective products.

What should you do first?

a. Load the dataset. 

b. Create a classification model.

c. Create a clustering model.

d. Split the data into training and testing datasets.

Your answer is correct.

The correct answer is: Load the dataset.

Question 23

Incorrect

Mark 0.00 out of 1.00

HOTSPOT -

To complete the sentence, select the appropriate option in the answer area.
Hot Area:

Ensuring that the numeric variables in training data are on a similar scale is an example of feature engineering. 

Your answer is incorrect.

Reference:
https://docs.microsoft.com/en-us/azure/architecture/data-science-process/create-features

The correct answer is:


HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

Ensuring that the numeric variables in training data are on a similar scale is an example of [feature selection. ]

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 11/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 24

Correct

Mark 1.00 out of 1.00

HOTSPOT -

To complete the sentence, select the appropriate option in the answer area.

Hot Area:

Assigning classes to images before training a classification model is an example of labeling. 

Your answer is correct.

Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-label-data
The correct answer is:
HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

Assigning classes to images before training a classification model is an example of [labeling.]

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 12/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 25

Correct

Mark 1.00 out of 1.00

HOTSPOT -

You have an Azure Machine Learning model that predicts product quality. The model has a training dataset that contains 50,000 records. A sample of the

data is shown in the following table.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

Mass (kg) is a feature. YES 

Quality Test is a label. YES 

Temperature (C) is a label. NO 

Your answer is correct.

Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/component-reference/filter-based-feature-selection

The correct answer is:


HOTSPOT -
You have an Azure Machine Learning model that predicts product quality. The model has a training dataset that contains 50,000 records. A sample of the
data is shown in the following table.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

Mass (kg) is a feature.[YES]

Quality Test is a label.[YES]

Temperature (C) is a label.[NO]

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 13/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 26

Correct

Mark 1.00 out of 1.00

During the process of Machine Learning, when should you review evaluation metrics.

a. After you test a model on the validation data. 

b. After you clean the data.

c. Before you choose the type of model.

d. Before you train a model.

Your answer is correct.

The correct answer is: After you test a model on the validation data.

Question 27

Correct

Mark 1.00 out of 1.00

You need to create a clustering model and evaluate the model by using Azure Machine Learning designer.

What should you do?

a. Use the original dataset for training and evaluation.

b. Split the original dataset into a dataset for training and a dataset for testing. Use the testing dataset for evaluation 

c. Split the original dataset into a dataset for features and a dataset for labels. Use the features dataset for evaluation.

d. Split the original dataset into a dataset for training and a dataset for testing. Use the training dataset for evaluation.

Your answer is correct.

The correct answer is: Split the original dataset into a dataset for training and a dataset for testing. Use the testing dataset for evaluation

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 14/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 28

Correct

Mark 1.00 out of 1.00

You have a dataset that contains the columns shown in the following table.

You have a machine learning model that predicts the value of ColumnE based on the other numeric columns.

Which type of model is this?

a. analysis

b. regression 

c. clustering

Your answer is correct.

The correct answer is: regression

Question 29

Correct

Mark 1.00 out of 1.00

In a machine learning model, the data that is used as inputs are called ________.

Select the answer that correctly completes the sentence.

a. labels

b. dataset

c. variables 

Your answer is correct.

The correct answer is: variables

Question 30

Correct

Mark 1.00 out of 1.00

Select the answer that correctly completes the sentence.

In a machine learning model, the data that is used as inputs are called as features  .

Your answer is correct.

The correct answer is:


Select the answer that correctly completes the sentence.
In a machine learning model, the data that is used as inputs are called as [features].

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 15/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 31

Correct

Mark 3.00 out of 3.00

HOTSPOT -

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

You train a regression model by using unlabeled data. NO 

The classification technique is used to predict sequential numerical data over time. NO 

Grouping items by their common characteristics is an example of clustering. YES 

Your answer is correct.

Reference:
https://docs.microsoft.com/en-us/learn/modules/create-regression-model-azure-machine-learning-designer/5-create-training-pipeline
https://docs.microsoft.com/en-us/learn/modules/create-classification-model-azure-machine-learning-designer/introduction
https://docs.microsoft.com/en-us/learn/modules/create-clustering-model-azure-machine-learning-designer/1-introduction

The correct answer is:


HOTSPOT -
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
You train a regression model by using unlabeled data.[NO]

The classification technique is used to predict sequential numerical data over time.[NO]

Grouping items by their common characteristics is an example of clustering.[YES]

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 16/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 32

Correct

Mark 3.00 out of 3.00

HOTSPOT -

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

Labelling is the process of tagging training data with known values. YES 

You should evaluate a model by using the same data used to train the model. NO 

Accuracy is always the primary metric used to measure a model's performance. NO 

Your answer is correct.

Box 1: Yes -
In machine learning, if you have labeled data, that means your data is marked up, or annotated, to show the target, which is the answer you want your
machine learning model to predict.
In general, data labeling can refer to tasks that include data tagging, annotation, classification, moderation, transcription, or processing.

Box 2: No -

Box 3: No -
Accuracy is simply the proportion of correctly classified instances. It is usually the first metric you look at when evaluating a classifier. However, when the
test data is unbalanced (where most of the instances belong to one of the classes), or you are more interested in the performance on either one of the
classes, accuracy doesn't really capture the effectiveness of a classifier.
Reference:
https://www.cloudfactory.com/data-labeling-guide
https://docs.microsoft.com/en-us/azure/machine-learning/studio/evaluate-model-performance

The correct answer is:


HOTSPOT -
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
Labelling is the process of tagging training data with known values.[YES]

You should evaluate a model by using the same data used to train the model.[NO]

Accuracy is always the primary metric used to measure a model's performance.[NO]

Question 33

Correct

Mark 1.00 out of 1.00

HOTSPOT

Select the answer that correctly completes the sentence.

Using Recency, Frequency, and Monetary(RFM) values to identify segments of a customer base is an example of clustering  .

Your answer is correct.

The correct answer is:


HOTSPOT
-

Select the answer that correctly completes the sentence.

Using Recency, Frequency, and Monetary(RFM) values to identify segments of a customer base is an example of [clustering].

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 17/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 34

Correct

Mark 1.00 out of 1.00

A banking system that predicts whether a loan will be repaid is an example of the classification  type of machine learning.

Your answer is correct.

The correct answer is:


A banking system that predicts whether a loan will be repaid is an example of the [classification] type of machine learning.

Question 35

Correct

Mark 3.00 out of 3.00

DRAG DROP -
Match the machine learning tasks to the appropriate scenarios.
To answer, drag the appropriate task from the column on the left to its scenario on the right. Each task may be used once, more than once, or not at all.
NOTE: Each correct selection is worth one point.
Select and Place:

Model evaluation  Examining the values of a confusion matrix

Feature engineering  Splitting a date into month, day, and year fields

Feature selection  Picking temperature and pressure to train a weather model

Model training Model deployment

Your answer is correct.

Box 1: Model evaluation -


The Model evaluation module outputs a confusion matrix showing the number of true positives, false negatives, false positives, and true negatives, as well
as
ROC, Precision/Recall, and Lift curves.

Box 2: Feature engineering -


Feature engineering is the process of using domain knowledge of the data to create features that help ML algorithms learn better. In Azure Machine
Learning, scaling and normalization techniques are applied to facilitate feature engineering. Collectively, these techniques and feature engineering are
referred to as featurization.
Note: Often, features are created from raw data through a process of feature engineering. For example, a time stamp in itself might not be useful for
modeling until the information is transformed into units of days, months, or categories that are relevant to the problem, such as holiday versus working
day.

Box 3: Feature selection -


In machine learning and statistics, feature selection is the process of selecting a subset of relevant, useful features to use in building an analytical model.
Feature selection helps narrow the field of data to the most valuable inputs. Narrowing the field of data helps reduce noise and improve training
performance.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio/evaluate-model-performance https://docs.microsoft.com/en-us/azure/machine-
learning/concept-automated-ml

The correct answer is:


DRAG DROP -
Match the machine learning tasks to the appropriate scenarios.
To answer, drag the appropriate task from the column on the left to its scenario on the right. Each task may be used once, more than once, or not at all.
NOTE: Each correct selection is worth one point.
Select and Place:

[Model evaluation] Examining the values of a confusion matrix

[Feature engineering] Splitting a date into month, day, and year fields

[ Feature selection ] Picking temperature and pressure to train a weather model

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 18/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 36

Correct

Mark 4.00 out of 4.00

HOTSPOT -

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

Automated machine learning is the process of automating the time- consuming, iterative tasks of machine learning model development. YES 

Automated machine learning can automatically infer the training data from the use case provided. NO 

Automated machine learning works by running multiple training iterations that are scored and ranked by the metrics you specify. YES 

Automated machine learning enables you to specify a dataset and will automatically understand which label to predict. NO 

Your answer is correct.

Box 1: Yes -
Automated machine learning, also referred to as automated ML or AutoML, is the process of automating the time consuming, iterative tasks of machine
learning model development. It allows data scientists, analysts, and developers to build ML models with high scale, efficiency, and productivity all while
sustaining model quality.

Box 2: No -

Box 3: Yes -
During training, Azure Machine Learning creates a number of pipelines in parallel that try different algorithms and parameters for you. The service iterates
through
ML algorithms paired with feature selections, where each iteration produces a model with a training score. The higher the score, the better the model is
considered to "fit" your data. It will stop once it hits the exit criteria defined in the experiment.

Box 4: No -
Apply automated ML when you want Azure Machine Learning to train and tune a model for you using the target metric you specify.
The label is the column you want to predict.
Reference:
https://azure.microsoft.com/en-us/services/machine-learning/automatedml/#features
The correct answer is:
HOTSPOT -
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

Automated machine learning is the process of automating the time- consuming, iterative tasks of machine learning model development.[YES]

Automated machine learning can automatically infer the training data from the use case provided.[NO]

Automated machine learning works by running multiple training iterations that are scored and ranked by the metrics you specify.[YES]

Automated machine learning enables you to specify a dataset and will automatically understand which label to predict.[NO]

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 19/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 37

Correct

Mark 3.00 out of 3.00

HOTSPOT -

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

A validation set includes the set of input examples that will be used to train a mode. NO 

A validation set can be used to determine how well a model predicts labels. YES 

A validation set can be used to verify that all the training data was used to train the model. NO 

Your answer is correct.

Box 1: No -
The validation dataset is different from the test dataset that is held back from the training of the model.

Box 2: Yes -
A validation dataset is a sample of data that is used to give an estimate of model skill while tuning model's hyperparameters.

Box 3: No -
The Test Dataset, not the validation set, used for this. The Test Dataset is a sample of data used to provide an unbiased evaluation of a final model fit on the
training dataset.
Reference:
https://machinelearningmastery.com/difference-test-validation-datasets/

The correct answer is:


HOTSPOT -
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

A validation set includes the set of input examples that will be used to train a mode.[NO]

A validation set can be used to determine how well a model predicts labels.[YES]

A validation set can be used to verify that all the training data was used to train the model.[NO]

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 20/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 38

Correct

Mark 3.00 out of 3.00

DRAG DROP
-

Match the tool to the Azure Machine Learning task.

To answer, drag the appropriate tool from the column on the left to its tasks on the right. Each tool may be used once, more than once, or not at all.

The Azure portal  Create a Machine Learning workspace.

Machine Learning designer  Use a drag-and-drop interface used to train and deploy models

Automated machine learning (automated ML)  Use a wizard to select configurations fora machine learning run

NOTE: Each correct selection is worth one point.

Automated machine learning (automated ML) The Azure portal Machine Learning designer

Your answer is correct.

The correct answer is:


DRAG DROP
-

Match the tool to the Azure Machine Learning task.

To answer, drag the appropriate tool from the column on the left to its tasks on the right. Each tool may be used once, more than once, or not at all.
[The Azure portal] Create a Machine Learning workspace.

[Machine Learning designer] Use a drag-and-drop interface used to train and deploy models

[Automated machine learning (automated ML)] Use a wizard to select configurations fora machine learning run

NOTE: Each correct selection is worth one point.

Question 39

Correct

Mark 1.00 out of 1.00

HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.

Hot Area:

Accuracy  is the calculated probability of a correct image classification.

Your answer is correct.


Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/getting-started-build-a-classifier

The correct answer is:


HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

[Accuracy] is the calculated probability of a correct image classification.

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 21/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 40

Correct

Mark 3.00 out of 3.00

DRAG DROP -
You plan to deploy an Azure Machine Learning model as a service that will be used by client applications.
Which three processes should you perform in sequence before you deploy the model? To answer, move the appropriate processes from the list of
processes to the answer area and arrange them in the correct order.
Select and Place:

1. data preparation 

2. model training 

3. model evaluation 

model retraining data encryption

Your answer is correct.

Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/concept-ml-pipelines

Question #22

The correct answer is:


DRAG DROP -
You plan to deploy an Azure Machine Learning model as a service that will be used by client applications.
Which three processes should you perform in sequence before you deploy the model? To answer, move the appropriate processes from the list of
processes to the answer area and arrange them in the correct order.
Select and Place:

1. [data preparation]

2. [model training]

3. [ model evaluation]

Question 41

Correct

Mark 1.00 out of 1.00

You use Azure Machine Learning designer to build a model pipeline.

What should you create before you can run the pipeline?

a. a Jupyter notebook

b. a compute resource 

c. a registered model

Your answer is correct.


The correct answer is: a compute resource

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 22/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 42

Correct

Mark 4.00 out of 4.00

DRAG DROP
-

You plan to deploy an Azure Machine Learning model by using the Machine Learning designer.

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.

Ingest and prepare a dataset 

Split the data randomly into training data and validation data 

Train the model. 

Evaluate the model against the validation dataset 

Evaluate the model against the original dataset.

Your answer is correct.

The correct answer is:


DRAG DROP
-

You plan to deploy an Azure Machine Learning model by using the Machine Learning designer.

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.

[Ingest and prepare a dataset]

[Split the data randomly into training data and validation data]

[Train the model.]

[Evaluate the model against the validation dataset]

Question 43

Correct

Mark 1.00 out of 1.00

HOTSPOT

Select the answer that correctly completes the sentence.

When building a regression model,labels must have a data type of numeric  .

Your answer is correct.

The correct answer is:


HOTSPOT
-

Select the answer that correctly completes the sentence.

When building a regression model,labels must have a data type of [numeric].

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 23/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 44

Correct

Mark 3.00 out of 3.00

DRAG DROP -

Match the types of machine learning to the appropriate scenarios.

To answer, drag the appropriate machine learning type from the column on the left to its scenario on the right. Each machine learning type may be used

once, more than once, or not at all.

NOTE: Each correct selection is worth one point.

Select and Place:

Predict how many minutes late a flight will arrive based on the amount of snowfall at an airpoint. Regression 

Segment customers into different groups to support a marketing department. Clustering 

Predict whether a student will complete a university course. Classification 

Your answer is correct.

Box 1: Regression -
In the most basic sense, regression refers to prediction of a numeric target.
Linear regression attempts to establish a linear relationship between one or more independent variables and a numeric outcome, or dependent variable.
You use this module to define a linear regression method, and then train a model using a labeled dataset. The trained model can then be used to make
predictions.

Box 2: Clustering -
Clustering, in machine learning, is a method of grouping data points into similar clusters. It is also called segmentation.
Over the years, many clustering algorithms have been developed. Almost all clustering algorithms use the features of individual items to find similar items.
For example, you might apply clustering to find similar people by demographics. You might use clustering with text analysis to group sentences with similar
topics or sentiment.

Box 3: Classification -
Two-class classification provides the answer to simple two-choice questions such as Yes/No or True/False.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/linear-regression

The correct answer is:


DRAG DROP -
Match the types of machine learning to the appropriate scenarios.
To answer, drag the appropriate machine learning type from the column on the left to its scenario on the right. Each machine learning type may be used
once, more than once, or not at all.
NOTE: Each correct selection is worth one point.
Select and Place:

Predict how many minutes late a flight will arrive based on the amount of snowfall at an airpoint.[Regression]

Segment customers into different groups to support a marketing department.[Clustering]

Predict whether a student will complete a university course.[Classification]

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 24/25
3/11/24, 11:03 PM Assessment II: Attempt review | INBIOT

Question 45

Correct

Mark 1.00 out of 1.00

You have the Predicted vs. True chart shown in the following exhibit.

Which type of model is the chart used to evaluate?

Select one:

A. classification

B. regression 

C. clustering

Your answer is correct.


What is a Predicted vs. True chart?
Predicted vs. True shows the relationship between a predicted value and its correlating true value for a regression problem. This graph can be used to
measure performance of a model as the closer to the y=x line the predicted values are, the better the accuracy of a predictive model.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-understand-automated-m

The correct answer is: regression

Question 46

Correct

Mark 1.00 out of 1.00

You need to identify groups of rows with similar numeric values in a dataset.

Which type of machine learning should you use?

a. regression

b. clustering 

c. classification

Your answer is correct.

The correct answer is: clustering

https://testprep.industryskills.org/mod/quiz/review.php?attempt=306&cmid=22 25/25

You might also like