wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AI 900

Total questions: 60

Worksheet time: 2hrs 0mins

Name
Class
Date
1.

a)

privacy and security

b)

reliability and safety

c)

transparency

d)

inclusiveness

2.
a)

Knowledge mining

Computer Vision

Conversational AI

b)

Conversational AI

Computer Vision

Natural Language Processing

c)

Anomaly detection

Computer Vision

Natural Language Processing

3.

You are designing an AI system that empowers everyone, including people who have hearing, visual, and other impairments.
This is an example of which Microsoft guiding principle for responsible AI?

a)

Fairness

b)

Inclusiveness

c)

Reliability and safety

d)

Accountability

4.
a)

Inclusiveness

Accountability

Fairness

b)

Fairness

Accountability

Inclusiveness

c)

Reliability and safety

Accountability

Privacy and Security

5.
a)

inclusiveness

b)

accountability

c)

reliability and safety

d)

fairness

6.

You are building an AI system.
Which task should you include to ensure that the service meets the Microsoft transparency principle for responsible AI?

a)

Ensure that all visuals have an associated text that can be read by a screen reader.

b)

Enable autoscaling to ensure that a service scales based on demand.

c)

Provide documentation to help developers debug code.

d)

Ensure that a training dataset is representative of the population

7.
a)

Computer vision

Natural language processing

Anomaly detection

Machine Learning(Regression)

b)

Natural language processing

Anomaly detection

Machine Learning(Regression)

Computer vision

c)

Natural language processing

Learning(Regression)

Computer vision

Anomaly detection

Machine

8.
a)

Key phrase extraction

b)

Language detection

c)

Named Entity Recognition(NER)

d)

Sentiment Analysis

9.

What are three Microsoft guiding principles for responsible AI? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

a)

reliability and safety

b)

decisiveness

c)

inclusiveness

d)

fairness

e)

opinionatedness

10.
a)

image classification

b)

object detection

c)

optical character recognizer (OCR)

d)

semantic segmentation

11.
a)

Feature engineering

b)

Feature selection

c)

Model evaluation

d)

Model training

12.

You run a charity event that involves posting photos of people wearing sunglasses on Twitter.
You need to ensure that you only retweet photos that meet the following requirements:
✑ Include one or more faces.
✑ Contain at least one person wearing sunglasses.
What should you use to analyze the images?

a)

the Verify operation in the Face service

b)

the Detect operation in the Face service

c)

the Describe Image operation in the Computer Vision service

d)

the Analyze Image operation in the Computer Vision service

13.

When you design an AI system to assess whether loans should be approved, the factors used to make the decision should be explainable.
This is an example of which Microsoft guiding principle for responsible AI?

a)

transparency

b)

inclusiveness

c)

fairness

d)

privacy and security

14.
a)

Yes

No

No

b)

Yes

Yes

No

c)

Yes

Yes

Yes

d)

No

No

Yes

15.
a)

Fairness

Transparency

Privacy and security

b)

Transparency

Privacy and security

Reliability and safety

c)

Reliability and safety

Privacy and security

Transparency

d)

Fairness

Privacy and security

Transparency

16.
a)

data preparation

model training

model evaluation

b)

data encryption

model retraining

model evaluation

c)

data preparation

model retraining

model evaluation

17.

You are building an AI-based app.
You need to ensure that the app uses the principles for responsible AI.
Which two principles should you follow? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

a)

Implement an Agile software development methodology

b)

Implement a process of AI model validation as part of the software review process

c)

Establish a risk governance committee that includes members of the legal team, members of the risk management team, and a privacy officer

d)

Prevent the disclosure of the use of AI-based algorithms for automated decision making

18.
a)

accountability

b)

fairness

c)

inclusiveness

d)

transparency

19.
a)

Natural language processing

Knowledge mining

Computer vision

b)

Natural language processing

Anomaly detection

Computer vision

c)

Knowledge mining

Computer vision

Natural language processing

20.
a)

Model evaluation

Feature engineering

Feature selection

b)

Model training

Feature engineering

Feature selection

c)

Feature engineering

Feature selection

Model deployment

21.
a)

dependant variables

b)

features

c)

identifiers

d)

labels

22.
a)

classification

b)

regression

c)

clustering

23.

Which type of machine learning should you use to predict the number of gift cards that will be sold next month?

a)

classification

b)

regression

c)

clustering

24.

You have a dataset that contains information about taxi journeys that occurred during a given period.
You need to train a model to predict the fare of a taxi journey.
What should you use as a feature?

a)

the number of taxi journeys in the dataset

b)

the trip distance of individual taxi journeys

c)

the fare of individual taxi journeys

d)

the trip ID of individual taxi journeys

25.

You need to predict the sea level in meters for the next 10 years.
Which type of machine learning should you use?

a)

classification

b)

regression

c)

clustering

26.
a)

Yes

No

Yes

No

b)

Yes

Yes

Yes

No

c)

No

No

Yes

No

27.
a)

classification

b)

regression

c)

clustering

28.
a)

Yes

No

No

b)

Yes

Yes

Yes

c)

NO

No

Yes

d)

No

Yes

No

29.

Which service should you use to extract text, key/value pairs, and table data automatically from scanned documents?

a)

Form Recognizer

b)

Text Analytics

c)

Language Understanding

d)

Custom Vision

30.
a)

Custom Vision

b)

Form Recognizer

c)

Ink Recognizer

d)

Text Analytics

31.

You use Azure Machine Learning designer to publish an inference pipeline.
Which two parameters should you use to access the web service? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

a)

the model name

b)

the training endpoint

c)

the authentication key

d)

the REST endpoint

32.
a)

a local web service

b)

Azure Container Instances

c)

Azure Kubernetes Service(AKS)

d)

Azure Machine Learning compute

33.
a)

classification

b)

clustering

c)

regression

34.
a)

Yes

Yes

No

b)

No

No

Yes

c)

Yes Yes Yes

35.
a)

A label

A feature

b)

A feature

A label

36.
a)

adding and connecting modules on a visual canvas.

b)

automatically performing common data preparation tasks.

c)

automatically selecting an algorithm to build the most accurate model.

d)

using a code-first notebook experience.

37.
a)

Yes

No

No

b)

Yes

No

Yes

c)

Yes

Yes

Yes

d)

No

No

No

38.

A medical research project uses a large anonymized dataset of brain scan images that are categorized into predefined brain haemorrhage types.
You need to use machine learning to support early detection of the different brain haemorrhage types in the images before the images are reviewed by a person.
This is an example of which type of machine learning?

a)

clustering

b)

regression

c)

classification

39.

When training a model, why should you randomly split the rows into separate subsets?

a)

to train the model twice to attain better accuracy

b)

to train multiple models simultaneously to attain better performance

c)

to test the model by using data that was not used to train the mode

40.

You are evaluating whether to use a basic workspace or an enterprise workspace in Azure Machine Learning.
What are two tasks that require an enterprise workspace? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

a)

Use a graphical user interface (GUI) to run automated machine learning experiments.

b)

Create a compute instance to use as a workstation.

c)

Use a graphical user interface (GUI) to define and run machine learning experiments from Azure Machine Learning designer.

d)

Create a dataset from a comma-separated value (CSV) file.

41.
a)

Education Level

b)

Last Name

c)

Age

d)

Income Range

e)

First Name

42.

You are building a tool that will process images from retail stores and identify the products of competitors.
The solution will use a custom model.
Which Azure Cognitive Services service should you use?

a)

Custom Vision

b)

Form Recognizer

c)

Face

d)

Computer Vision

43.
a)

Yes

Yes

Yes

b)

Yes

Yes

No

c)

No

Yes

No

44.

What are two metrics that you can use to evaluate a regression model? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

a)

coefficient of determination (R2)

b)

F1 score

c)

root mean squared error (RMSE)

d)

area under curve (AUC

e)

balanced accuracy

45.
a)

classification

b)

clustering

c)

regression

46.

Which type of machine learning should you use to identify groups of people who have similar purchasing habits?

a)
  • A. classification

b)
  • B. regression

c)
  • C. clustering

47.
a)

classification

b)

Clustering

c)

Regression

48.

Which metric can you use to evaluate a classification model?

a)
  • A. true positive rate

b)
  • B. mean absolute error (MAE)

c)
  • C. coefficient of determination (R2)

d)
  • D. root mean squared error (RMSE)

49.

Which two components can you drag onto a canvas in Azure Machine Learning designer? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

a)
  • A. dataset

b)
  • B. compute

c)
  • C. pipeline

d)
  • D. module

50.

You need to create a training dataset and validation dataset from an existing dataset.
Which module in the Azure Machine Learning designer should you use?

a)
  • A. Select Columns in Dataset

b)
  • B. Add Rows

c)
  • C. Split Data

d)
  • D. Join Data

51.
a)

Classification

Clustering

Regression

b)

Regression

Clustering

Classification

c)

Regression

Classification

Clustering

52.
a)

Accuracy

b)

Confidence

c)

Root Mean Square Error

d)

Sentiment

53.
a)

an inclusiveness

b)

a privacy and security

c)

a reliability and safety

d)

a transparency

54.
a)

data ingestion.

b)

feature engineering.

.

c)

feature selection.

d)

model training

55.
a)

evaluation.

b)

feature engineering

c)

hyperparameter tuning.

d)

labeling.

56.
a)

Yes

Yes

No

b)

No

Yes

Yes

c)

Yes

Yes

Yes

57.
a)

Yes

Yes

No

b)

No

No

Yes

c)

No

Yes

No

58.

Which two actions are performed during the data ingestion and data preparation stage of an Azure Machine Learning process? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

a)
  • A. Calculate the accuracy of the model.

b)
  • B. Score test data by using the model.

c)
  • C. Combine multiple datasets.

d)
  • D. Use the model for real-time predictions.

e)
  • E. Remove records that have missing values.

59.

You need to predict the animal population of an area.
Which Azure Machine Learning type should you use?

a)
  • A. regression

b)
  • B. clustering

c)
  • C. classification

60.

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.

a)

Python

b)

R

c)

C#

d)

Scala