AI-900 Flashcards

1
Q

You build a machine learning model by using the automated machine learning user interface (UI). You need to ensure that the model meets the Microsoft transparency principle for responsible AI. What should you do?

A

Enable Explain best model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Forecasting housing prices based on historical data is an example of anomaly detection?

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Identifying suspicious sign-ins by looking for deviations from usual patterns is an example of anomaly detection?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Predicting whether a patient will develop diabetes based on the patients medical history is an example of anomaly detection?

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is used to extract dates, quantities and locations from text?

A

Named Entity Recognition (NER)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is used to generate additional features?

A

Feature engineering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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 detect operation in the Face service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A triage bot that prioritises insurance claims based on injuries is an example of the Microsoft reliability and safety principle for responsible AI?

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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.

A

Data preparation
Model training
Model evaluation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

According to Microsoft’s _______ principle of responsible AI, AI systems should NOT reflect biases from the data sets that are used to train the systems

A

fairness

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

A

Features

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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 trip distance of individual taxi journeys

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Automated machines learning works by running multiple training iterations that are scored and ranked by the metrics you specify?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

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

A

Classification

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

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

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Accuracy is always the primary metric used to measure a model’s performance.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

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

A

Form recogniser

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

From Azure Machine Learning designer, to deploy a real-time inference as a service for others to consumer, you must deploy the model to _________.

A

Azure Kubernetes Service (AKS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Azure Machine Learning designer provides a drag and drop virtual canvas to build, test and deploy machine learning models.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Azure Machine Learning designer enables you to save your progress as a pipeline draft.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Azure Machine Learning designer enable you to include customer JavaScript functions.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Azure Machine Learning designer lets you create machine learning models by ________.

A

Adding and connecting modules on a visual canvas

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

Automated machine learning provides you with the ability to include custom Python scripts in a training profile.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

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

Classification

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

What are two metrics that you can use to evaluate a regression model? Each correct answer presents a complete solution.

A

Coefficient of determination

Root mean squared error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

Which metric can you use to evaluate a classification model?

A

True positive rate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

The handling of unusual or missing values provided to an AI system is a consideration for the Microsoft _____ principle for responsible AI.

A

Reliability and safety

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

You are creating a company expense claim application. you wish to train a machine learning model using your own expense claim forms and labeled data. This is an example of ___________.

A

Supervised learning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

The OCR API in Azure Computer Vision service is used to scan newspapers and magazines

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

You want to use some of your data for training a model and the remaining data for evaluation of the model. Which data transformation module do you have to add to your pipeline?

A

Split data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

What is the maximum file size for the READ API

A

50MB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

For a binary classification model, what does an AUC of 0.5 mean?

A

Your models performance is the same as random guessing of classes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

Which service is used to suggest class and bounding boxes you add to training set after an initial dataset?

A

Tag smart

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

You are authoring a Language Understanding (LUIS) application to support a music festival. You want users to be able to ask questions about scheduled shows, such as: “Which act is playing on the main stage?”. The question “Which act is playing on the main stage?” is an example of which type of element?

A

An utterance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

You build a QnA Maker bot by using a frequently asked questions (FAQ) page. You need to add professional greetings and other responses to make the bot more user friendly. What should you do

A

Add chit chat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

What are the four types of Compute resources you can use in Azure Machine Learning Studio?

A

Attached compute
Compute instance
Compute clusters
Inference Clusters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

You need to train and test your ML model. You prepare data for model training. Several of your numeric features have different scales. The first feature has a minimum value of 0.253 and a max of 0.987, the second one – from 12 to 124, and the last one – from 13545 to 56798. You need to bring them to a common scale. You decide to use feature engineering to address this problem. Does this decision help you to achieve your goal?

A

No, you need to normalise the numbers to bring them to a common scale

Feature engineering is a method of creating new features based on exisitng ones

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

You implement an aerial image processing application to identify the flooded areas. What common Computer Vision task is this application using?

A

Semantic segmentation (classifying pixels that belong to a particular object)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

The customer service of your company spends a lot of time answering the same questions. They asked you to help them to automate this process. They provided you with a Microsoft Excel (*.xlsx) document with frequently asked questions and typical answers. What service will you use to create a knowledge base from this document?

A

QnA Maker

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q

You are working for a car dealership. Your boss asks you to provide him forecast information: will the new car model be successful or not. The new model has a variety of engine improvements, more comfortable seats, and a sunroof. You compiled the list of data about previous successful models with their characteristics and sales numbers. What should you do in the pre-processing data stage that would help you to predict the success of the new model?

A

Feature selection - narrow down the feature which are important for label prediction and discard all features that don’t play or play a minimal role in label prediction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q

The Text Analytics service can detect handwritten signatures in a document. True or False?

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q

You are creating a solution that needs to identify if celebrities are present in images and also to determine their age. What capabilities should you take into account?

A

Detect faces
Detect domain-specific content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q

Suppose you’re creating a software system that tracks activity in an automated production line and you want it to be able to identify failures. What Al cognitive service should you implement in the development of the system?

A

Anomaly detector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q

Al should bring benefits to some part of society or some specific groups of people. True or False?

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
48
Q

Detecting image color schemes is a capability of Computer vision service. True or False?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
49
Q

You work for a social media company and you need to implement an Al solution that can detect images that contain adult content or depict gory, violent scenes before they are posted and shared. Which Al workload should you use?

A

Content moderator

50
Q

When working in Azure Machine Learning designer, it is possible to save your progress as a pipeline draft. True or False?

A

True

51
Q

A company wants to build a recycling machine for plastic bottles. The recycling machine must automatically identify bottles of the correct shape and reject all other items. Which type of Al workload should the company use?

A

Computer vision

52
Q

You’re creating a solution that counts the number of people present in an image. Which Computer Vision model can help you achieve the task?

A

Face detection

53
Q

What is the first step in the statistical analysis of terms in a text in the context of natural language processing (NLP)?

A

Removing stop words

54
Q

Which two Azure AI Services features can be used to enable both text-to-text and speech-to-text between multiple languages? Each correct answer presents part of the solution.

A

The speech service

the translator service

55
Q

Which artificial intelligence (AI) technique serves as the foundation for modern image classification solutions?

A

Deep learning

56
Q

Which computer vision solution provides the ability to identify a person’s age based on a photograph?

A

Facial detection

57
Q

Which two specialized domain models are supported by Azure AI Vision when categorizing an image? Each correct answer presents a complete solution

A

Celebrities and landmarks

58
Q

Which computer vision service provides bounding coordinates as part of its output?

A

Object detection

59
Q

Which additional piece of information is included with each phrase returned by an image description task of the Azure AI Vision?

A

Confidence score

60
Q

When using the Face Detect API of the Azure AI Face service, which feature helps identify whether a human face has glasses or headwear?

A

Face attributes

61
Q

When using the Azure AI Face service, what should you use to perform one-to-many or one-to-one face matching? Each correct answer presents a complete solution.

A

Face identification
Face verification

62
Q

You are exploring solutions to improve the document search and indexing service for employees. You need an artificial intelligence (AI) search solution that will include searching text in various types of documents, such as images. Which type of AI workload is this?

A

Data mining

63
Q

Which natural language processing (NLP) technique normalizes words before counting them?

A

Stemming

64
Q

Which natural language processing (NLP) technique assigns values to words such as plant and flower, so that they are considered closer to each other than a word such as airplane?

A

Vectorisation

65
Q

For which two scenarios is the Universal Language Model used by the speech-to-text API optimized? Each correct answer presents a complete solution.

A

Conversational
Dictation

66
Q

Which assumption of the multiple linear regression model should be satisfied to avoid misleading predictions?

A

Features are independent of each other

67
Q

You need to use Azure Machine Learning to train a regression model. What should you create in Machine Learning studio?

A

A job

68
Q

[Answer choice] use plugins to provide end users with the ability to get help with common tasks from a generative AI model.

A

Co pilots

69
Q

At which layer can you apply content filters to suppress prompts and responses for a responsible generative AI solution?

A

Safety System

70
Q

What is the confidence score returned by the Azure AI Language detection service of natural language processing (NLP) for an unknown language name?

A

NaN

71
Q

You need to identify numerical values that represent the probability of humans developing diabetes based on age and body fat percentage. Which type of machine learning model should you use?

A

Logistic regression - returns either a boolean value or a categorical decision

72
Q

Which feature of the Azure AI Language service includes functionality that returns links to external websites to disambiguate terms identified in a text?

A

Entity recognition

73
Q

A company deploys an online marketing campaign to social media platforms for a new product launch. The company wants to use machine learning to measure the sentiment of users on the Twitter platform who made posts in response to the campaign. Which type of machine learning is this?

A

Classification

74
Q

What information do you need from your resources used for OCR?

A

Key and endpoint

75
Q

True or False: The OCR method can have issues with false positives when the image is considered text-dominate

A

True

76
Q

Does the Read API work synchronously or asynchronously?

A

Asynchronously so as to not block your application while it is reading the content and returning result to your application

77
Q

If text analytics return a sentiment score of 1, is the sentiment positive or negative?

A

Positive

78
Q

What does an acoustic model do?

A

Converts audio signals into phonems

79
Q

What types of transcription does speech-to-text allow?

A

Real-time (application listen on microphone or other audio input source such as audio file)

Batch (audio recording from file share, remote server or azure storage)

80
Q

How are batch transcription jobs scheduled?

A

On a best effort basis

81
Q

Batch transcription should be run in an asynchronous manner

A

True

82
Q

The ability to automatically detect sudden spike in a time-series data is known as

A

Anomaly detection

83
Q

You are using Text Analytics to a score of NaN has been returned. What does this mean?

A

Not a number, the document did not contain enough text

84
Q

Which programming languages are supported in Azure machine learning designer?

A

Python and R

85
Q

You wish to develop an application which can take verbal commands. What Azure service should you provision?

A

Language understanding intelligent service (LUIS)

86
Q

You are using a model to classify images and you are looking at the recall metric. What does this metric mean?

A

The % of the class predications made by the model that were correct

87
Q

You are using Text Analytics to analyze a text. Which of the following is detected by the service.

A

Language name
A score indicating a level of confidence in the language detection
ISO 6391 language code

88
Q

You want to use automated machine learning to train a regression model with the best possible R2 score. How should you configure the automated machine learning experiment?

A

Set the primary metric to R2 score

89
Q

Does OCR API work best synchronously or asynchronously?

A

Synchronously

90
Q

You wish to monitor your business’s revenue to be alerted of sudden drops In revenue. Which Azure service would you deploy?

A

Azure anomaly detector

91
Q

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

92
Q

You have a webchat bot that provides responses from a QnA Maker knowledge base. You need to ensure that the bot uses user feedback to improve the relevance of the responses over time. What should you use?

A

Active learning

93
Q

True or False: Object detection can identify multiple instances of a damaged product in an image.

A

False

94
Q

True or False: You can use the Speech service to transcribe a call to text.

A

True

95
Q

True or False: You can use the Text Analytics service to extract key entities from a call transcript.

A

True

96
Q

True or False: You can use the Speech service to translate the audio of a call to a different language.

A

True

97
Q

You want to build a personal virtual assistant. What service will you use to connect your assistant with various input channels and devices?

A

Azure bot services

98
Q

You train an image classification model that achieves less than satisfactory evaluation metrics. How might you improve it?

A

Add more images to the training set

99
Q

Which metric can you use to evaluate a classification model?

A

True positive rate

100
Q

Predicting whether someone uses a bicycle to travel to work based on the distance from home to work is a use case for?

A

Classification

101
Q

________ is the calculated probability of a correct image classification.

A

Accuracy

102
Q

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

A

Feature Selection

103
Q

True or false: When creating an object detection model in the Custom Vision service, you must choose a classification type of either Multilabel or Multiclass

A

False

104
Q

True or False. When creating an object detection model in the Custom Vision service, you can select from a set of predefined domains

A

True

105
Q

True or False. The custom vision service can be used to analyse video files

A

False

106
Q

What is scene segmentation?

A

Determines when a scene changes in video based on visual cues. A scene depicts a single event and it’s composed by a series of consecutive shots, which are semantically related.

107
Q

True or False: You can use the Speech service to translate the audio of a call to a different language.

A

True

108
Q

True or False: The text analytics service can identify in which language text is written:

A

True

109
Q

True or False: The text analytics service can detect handwritten signatures in a document.

A

False

110
Q

True or False: The text analytics service can identify companies and organisations mentioned in a document.

A

True

111
Q

True or False: Monitoring online service reviews for profanities is an example of natural language processing

A

True

112
Q

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

C. the authentication key
D. the REST endpoint

113
Q

Which Azure resource provides direct access to both Azure AI Translator and Azure AI Speech services through a single endpoint and authentication key?

A

Azure AI Services

114
Q

Which feature of the Azure AI Translator service is available only to Custom Translator?

A

Model training with dictionary

115
Q

[Answer choice] can used to identify constraints and styles for the responses of a generative AI model.

A

System messages

116
Q

You plan to use a set of images to train an object detection model, and then publish the model as a predictive service. You want to use a single Azure resource with the same key and endpoint for training and prediction. What kind of Azure resource should you create?

A

Cognitive Services

117
Q

You plan to use the Computer Vision service to read text in a large PDF document. Which API should you use?

A

The Read API

118
Q

You use Azure Machine Learning designer to create a training pipeline for a clustering model. Now you want to use the model in an inference pipeline. Which module should you use to infer cluster predictions from the model?

A

Assign Data to Clusters

119
Q

You are developing an application that must take English input from a microphone and generate a real-time text-based transcription in Hindi. Which service should you use?

A

Speech

120
Q

What is meant by seasonal data?

A

Data occurring at regular intervals

121
Q

What is speech synthesis

A

service feature that converts text to lifelike speech.