AI Workloads and Responsible Principles
AI Workloads and Responsible Principles
Question
Which type of artificial intelligence (AI) workload provides the ability to
generate bounding boxes that identify the locations of different types of
vehicles in an image?
Correct Answer
● object detection
_________________________
Question
Which type of service provides a platform for conversational artificial
intelligence (AI)?
Correct Answer
● Azure AI Bot Service
_________________________
Question
Which artificial intelligence (AI) workload scenario is an example of
anomaly detection?
Correct Answer
● monitoring the flow speed and low/high points of river water levels
_________________________
Question
Which artificial intelligence (AI) workload scenario is an example of natural
language processing (NLP)?
Correct Answer
● extracting key phrases from a business insights report
Extracting key phrases from text to identify the main terms is an NLP
workload. Predicting whether customers are likely to buy a product based
on previous purchases requires the development of a machine learning
model. Monitoring for sudden increases in quantity of failed sign-in
attempts is an anomaly detection workload. Identifying objects in
landscape images is a computer vision workload.
Analyze text with the Language service - Training | Microsoft Learn
_________________________
Question
Which two artificial intelligence (AI) workload scenarios are examples of
natural language processing (NLP)? Each correct answer presents a
complete solution.
Correct Answer
● performing sentiment analysis on social media data
_________________________
Question
Which principle of responsible artificial intelligence (AI) raises awareness
about the limitations of AI-based solutions?
Correct Answer
● transparency
_________________________
Question
Which principle of responsible artificial intelligence (AI) has the objective
of ensuring that AI solutions benefit all parts of society regardless of
gender or ethnicity?
Correct Answer
● inclusiveness
_________________________
Question
Which principle of responsible artificial intelligence (AI) plays the primary
role when implementing an AI solution that meet qualifications for
business loan approvals?
Correct Answer
● fairness
_________________________
Question
A bank is developing a new artificial intelligence (AI) system to support
the process of accepting or rejecting mortgage applications.
Which two issues should be considered as part of the responsible AI
principle of fairness to avoid biased decision making? Each correct answer
presents part of the solution.
Correct Answer
● ethnicity
● gender
This answer is correct.
●
_________________________
Question
Which two principles of responsible artificial intelligence (AI) are most
important when designing an AI system to manage healthcare data? Each
correct answer presents part of the solution.
Correct Answer
● accountability
_________________________
Question
A company is currently developing driverless agriculture vehicles to help
harvest crops. The vehicles will be deployed alongside people working in
the crop fields, and as such, the company will need to carry out robust
testing.
Which principle of responsible artificial intelligence (AI) is most important
in this case?
Correct Answer
● reliability and safety
_________________________
Question
Which type of machine learning algorithm groups observations is based
on the similarities of features?
Correct Answer
● clustering
_________________________
Question
Predicting rainfall for a specific geographical location is an example of
which type of machine learning?
Correct Answer
● regression
_________________________
Question
A retailer wants to group together online shoppers that have similar
attributes to enable its marketing team to create targeted marketing
campaigns for new product launches.
Which type of machine learning is this?
Correct Answer
● clustering
_________________________
Question
Which assumption of the multiple linear regression model should be
satisfied to avoid misleading predictions?
Correct Answer
● Features are independent of each other.
_________________________
Question
Which feature makes regression an example of supervised machine
learning?
Correct Answer
● use of historical data with known label values to train a model
_________________________
Question
In a regression machine learning algorithm, what are the characteristics of
features and labels in a validation dataset?
Correct Answer
● known feature and label values
_________________________
Question
In a regression machine learning algorithm, what are the characteristics of
features and labels in a training dataset?
Correct Answer
● known feature and label values
Question
A company is using machine learning to predict various aspects of its e-
scooter hire service dependent on weather. This includes predicting the
number of hires, the average distance traveled, and the impact on e-
scooter battery levels.
For the machine learning model, which two attributes are the features?
Each correct answer presents a complete solution.
Correct Answer
● distance traveled
● e-scooter hires
This answer is correct.
_________________________
Question
A company wants to predict household water use based on the number of
people in a house, the weather temperature, and the time of year.
In terms of data labels and features, what is the label in this use case?
Correct Answer
● water use
Water use is the label value that you want to predict, also known as the
independent variable. Number of people in the house, weather
temperature, and time of year are features, and are values that are
dependent on the label. Number of people in the house, weather
temperature, and time of year can influence the water consumed in a
household.
What is machine learning? - Training | Microsoft Learn
_________________________
Question
You need to use Azure Machine Learning to train a regression model.
What should you create in Machine Learning studio?
Correct Answer
● a job
_________________________
Question
You need to use the Azure Machine Learning designer to train a machine
learning model.
What should you do first in the Machine Learning designer?
Correct Answer
● Add a dataset.
Before you can start training a machine learning model, you must first
create a pipeline in the Machine Learning designer. This is followed by
adding a dataset, adding training modules, and eventually deploying a
service.
Create a regression model with Azure Machine Learning designer -
Training | Microsoft Learn
_________________________
Question
You need to use the Azure Machine Learning designer to deploy a
predictive service from a newly trained model.
What should you do first in the Machine Learning designer?
Correct Answer
● Create an inference pipeline.
_________________________
Question
You train a regression model by using automated machine learning
(automated ML) in the Azure Machine Learning studio. You review the best
model summary.
You need to publish the model for others to use from the internet.
What should you do next?
Correct Answer
● Deploy the model to an endpoint.
You can deploy the best performing model for client applications to use
over the internet by using an endpoint. Compute clusters are used to train
the model and are created directly after you create a Machine Learning
workspace. Before you can test the model’s endpoint, you must deploy it
first to an endpoint. Automated ML performs the validation automatically,
so you do not need to split the dataset.
What is automated ML? AutoML - Azure Machine Learning | Microsoft
Learn
Understand steps for regression - Training | Microsoft Learn
_________________________
Question
Which three supervised machine learning models can you train by using
automated machine learning (automated ML) in the Azure Machine
Learning studio? Each correct answer presents a complete solution.
Correct Answer
● classification
● regression
This answer is correct.
● time-series forecasting
This answer is correct.
_________________________
Question
Which machine learning algorithm module in the Azure Machine Learning
designer is used to train a model?
Correct Answer
● Linear Regression
_________________________
Question
Which artificial intelligence (AI) technique should be used to extract the
name of a store from a photograph displaying the store front?
Correct Answer
● optical character recognition (OCR)
OCR provides the ability to detect and read text in images. NLP is an area
of AI that deals with identifying the meaning of a written or spoken
language, but not detecting or reading text in images. Image classification
classifies images based on their contents. Semantic segmentation
provides the ability to classify individual pixels in an image.
Understand computer vision - Training | Microsoft Learn
_________________________
Question
Which two specialized domain models are supported by Azure AI Vision
when categorizing an image? Each correct answer presents a complete
solution.
Which two specialized domain models are supported by using the Azure
AI Vision service? Each correct answer presents a complete solution. [The
Azure AI Vision service supports the celebrities and landmarks specialized
domain models. It does not support specialized domain models for
animals, cars, or plants.]
Get started with image analysis on Azure - Training | Microsoft Learn
Correct Answer
● celebrities
● landmarks
This answer is correct.
_________________________
Question
Which computer vision service provides bounding coordinates as part of
its output?
Correct Answer
● object detection
_________________________
Question
Which process allows you to use object detection?
Correct Answer
● tracking livestock in a field
_________________________
Question
What can be used for an attendance system that can scan handwritten
signatures?
Correct Answer
● optical character recognition (OCR)
OCR is used to extract text and handwriting from images. In this case, it
can be used to extract signatures for attendance purposes. Face
detection can detect and verify human faces, not text, from images.
Object detection can detect multiple objects in an image by using
bounding box coordinates. It is not used to extract handwritten text.
Image classification is the part of computer vision that is concerned with
the primary contents of an image.
Read text with the Computer Vision service - Training | Microsoft Learn
_________________________
Question
Which feature of computer vision involves associating an image with
metadata that summarizes the attributes of the image?
Correct Answer
● tagging
_________________________
Question
Which three parts of the machine learning process does the Azure AI
Vision eliminate the need for? Each correct answer presents part of the
solution.
Correct Answer
● choosing a model
●
● evaluating a model
This answer is correct.
● training a model
This answer is correct.
The computer vision service eliminates the need for choosing, training,
and evaluating a model by providing pre-trained models. To use computer
vision, you must create an Azure resource. The use of computer vision
involves inferencing.
Introduction - Training | Microsoft Learn
_________________________
Question
Which analytical task of the Azure AI Vision service returns bounding box
coordinates?
Correct Answer
● object detection
_________________________
Question
Which two prebuilt models allow you to use the Azure AI Document
Intelligence service to scan information from international passports and
sales accounts? Each correct answer presents part of the solution.
Correct Answer
● ID document model
The invoice model extracts key information from sales invoices and is
suitable for extracting information from sales account documents. The ID
document model is optimized to analyze and extract key information from
US driver’s licenses and international passport biographical pages. The
business card model, receipt model, and language model are not suitable
to extract information from passports or sales account documents.
Analyze receipts with the Form Recognizer service - Training | Microsoft
Learn
Document processing models - Form Recognizer - Azure Applied AI
Services | Microsoft Learn
_________________________
Question
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.
Correct Answer
● face identification
● face verification
This answer is correct.
_________________________
Question
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?
Correct Answer
● vectorization
_________________________
Question
What is the first step in the statistical analysis of terms in a text in the
context of natural language processing (NLP)?
Correct Answer
● removing stop words
Removing stop words is the first step in the statistical analysis of terms
used in a text in the context of NLP. Counting the occurrences of each
word takes place after stop words are removed. Creating a vectorized
model is not part of statistical analysis. It is used to capture the sematic
relationship between words. Encoding words as numeric features is not
part of statistical analysis. It is frequently used in sentiment analysis.
Introduction - Training | Microsoft Learn
_________________________
Question
What is the confidence score returned by the Azure AI Language
detection service of natural language processing (NLP) for an unknown
language name?
Correct Answer
● NaN
●
_________________________
Question
Which Azure AI Service for Language feature can be used to analyze
online user reviews to identify whether users view a product positively or
negatively?
Correct Answer
● sentiment analysis
_________________________
Question
Which two features of Azure AI Services allow you to identify issues from
support question data, as well as identify any people and products that
are mentioned? Each correct answer presents part of the solution.
Correct Answer
● key phrase extraction
Key phrase extraction is used to extract key phrases to identify the main
concepts in a text. It enables a company to identify the main talking points
from the support question data and allows them to identify common
issues. Named entity recognition can identify and categorize entities in
unstructured text, such as people, places, organizations, and quantities.
The Azure AI Speech service, Conversational Language Understanding,
and Azure AI Bot Service are not designed for identifying key phrases or
entities.
Key Phrase Extraction cognitive skill – Azure Cognitive Search | Microsoft
Learn
Extract insights from text with the Language service – Training | Microsoft
Learn
Analyze text with the Language service – Training | Microsoft Learn
_________________________
Question
Which feature of the Azure AI Language service includes functionality that
returns links to external websites to disambiguate terms identified in a
text?
Correct Answer
● entity recognition
Entity recognition includes the entity linking functionality that returns links
to external websites to disambiguate terms (entities) identified in a text.
Key phrase extraction evaluates the text of a document and identifies its
main talking points. Azure AI Language detection identifies the language
in which text is written. Sentiment analysis evaluates text and returns
sentiment scores and labels for each sentence.
Get started with text analysis - Training | Microsoft Learn
_________________________
Question
Which three features are elements of the Azure AI Language Service?
Each correct answer presents a complete solution.
Correct Answer
● Entity Linking
● Sentiment analysis
This answer is correct.
Entity Linking, PII detection, and sentiment analysis are all elements of the
Azure AI Service for Azure AI Language. Azure AI Anomaly detection
monitors data over time to detect anomalies by using machine learning.
Azure AI Content Moderator is an Azure AI Services service that is used to
check text, image, and video content for material that is potentially
offensive.
What is Azure Cognitive Service for Language - Azure Cognitive Services |
Microsoft Learn
Microsoft Azure AI Fundamentals: Explore natural language processing -
Training | Microsoft Learn
_________________________
Question
Which three features are elements of the Azure AI Speech service? Each
correct answer presents a complete solution.
Correct Answer
● language identification
● speaker recognition
This answer is correct.
● voice assistants
This answer is correct.
_________________________
Question
Which feature of the Azure AI Translator service is available only to
Custom Translator?
Correct Answer
● model training with a dictionary
Model training with a dictionary can be used with Custom Translator when
you do not have enough parallel sentences to meet the 10,000 minimum
requirements. The resulting model will typically complete training much
faster than with full training and will use the baseline models for
translation along with the dictionaries you have added.
What is Custom Translator? - Azure Cognitive Services | Microsoft Learn
Introduction to Translator - Training | Microsoft Learn
_________________________
Question
Which feature of the Azure AI Speech service can identify distinct user
voices?
Correct Answer
● speech recognition
_________________________
Question
What is used to test a Language Understanding app model?
Correct Answer
● an utterance
_________________________
Question
Which tool provides the easiest way to create a knowledge base for Azure
AI Bot Service?
Correct Answer
● the Azure AI Language Studio
_________________________
Question
What are two required services to build a conversational artificial
intelligence (AI) solution in Azure? Each correct answer presents part of
the solution.
Correct Answer
● Azure AI Bot service
_________________________
Question
Which bot communication channel requires an application to be registered
with the channel?
Correct Answer
● Facebook
_________________________
Question
Which natural language processing (NLP) technique normalizes words
before counting them?
Select only one answer.
stemming
This answer is correct.
_________________________
Question
Which Azure AI Service for Language feature allows you to analyze written
articles to extract information and concepts, such as people and
locations, for classification purposes?
Select only one answer.
_________________________
Question
For which two scenarios is the Universal Language Model used by the
speech-to-text API optimized? Each correct answer presents a complete
solution.
Select all answers that apply.
conversational
This answer is correct.
dictation
This answer is correct.
Question
Which type of translation does the Azure AI Translator service support?
Select only one answer.
text-to-text
This answer is correct.
_________________________
Question
Which Azure resource provides direct access to both Azure AI Translator
and Azure AI Speech services through a single endpoint and
authentication key?
Select only one answer.
Azure AI Services
This answer is correct.
_________________________
Question
When using the Azure AI Service for Language, what should you use to
provide further information online about entities extracted from a text?
Select only one answer.
entity linking
This answer is correct.
_________________________
Question
What are the two main schema components of a Language Understanding
app model? Each correct answer presents part of the solution.
Select all answers that apply.
entities
This answer is correct.
intents
This answer is correct.
_________________________
Question
What are two main components of a conversational artificial intelligence
(AI) solution? Each correct answer presents part of the solution.
Select all answers that apply.
a bot service
This answer is correct.
a knowledge base
This answer is correct.
_________________________
Question
Which tool provides the easiest way to create a knowledge base for Azure
AI Bot Service?
Select only one answer.
_________________________
Question
Which type of machine learning algorithm finds the optimal way to split a
dataset into groups without relying on training and validating label
predictions?
● clustering
This answer is correct.
_________________________
Question
Which three sources can be used to generate questions and answers for a
knowledge base? Each correct answer presents a complete solution.
Select all answers that apply.
a webpage
This answer is correct.
an existing FAQ document
This answer is correct.
manually entered data
This answer is correct.
_________________________
Question
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?
Select only one answer.
_________________________
Question
Predicting rainfall for a specific geographical location is an example of
which type of machine learning?
Select only one answer.
regression
This answer is correct.
_________________________
Question
A healthcare organization has a dataset consisting of bone fracture scans
that are categorized by using predefined fracture types. The organization
wants to use machine learning to detect the different types of bone
fractures for new scans before the scans are sent to a medical
practitioner.
Which type of machine learning is this?
Select only one answer.
classification
This answer is correct.
_________________________
Question
A retailer wants to group together online shoppers that have similar
attributes to enable its marketing team to create targeted marketing
campaigns for new product launches.
Which type of machine learning is this?
Select only one answer.
clustering
This answer is correct.
_________________________
Question
In a regression machine learning algorithm, how are features and labels
handled in a validation dataset?
Select only one answer.
Features are used to generate predictions for the label, which is
compared to the actual label values.
This answer is correct.
_________________________
Question
A company is using machine learning to predict house prices based on
appropriate house attributes.
For the machine learning model, which attribute is the label?
Select only one answer.
The price of the house is the label you are attempting to predict through
the machine learning model. This is typically done by using a regression
model. Floor space size, number of bedrooms, and age of the house are
all input variables for the model to help predict the house price label.
What is machine learning? - Training | Microsoft Learn
_________________________
Question
What should you do after preparing a dataset and before training the
machine learning model?
Select only one answer.
Splitting data into training and validation datasets leaves you with two
datasets, the first and largest of which is the training dataset you use to
train the model. The second, smaller dataset is the held back data and is
called the validation dataset, as it is used to evaluate the trained model. If
normalizing or summarizing the data is required, it will be carried out as
part of data transformation. Cleaning missing data is part of preparing the
data and the data transformation processes.
Create a regression model with Azure Machine Learning designer -
Training | Microsoft Learn
_________________________
Question
You need to create an automated machine learning (automated ML)
model.
Which resource should you create first in Azure Machine Learning studio?
Select only one answer.
a dataset
This answer is correct.
_________________________
Question
Which artificial intelligence (AI) technique should be used to extract the
name of a store from a photograph displaying the store front?
Select only one answer.
OCR provides the ability to detect and read text in images. NLP is an area
of AI that deals with identifying the meaning of a written or spoken
language, but not detecting or reading text in images. Image classification
classifies images based on their contents. Semantic segmentation
provides the ability to classify individual pixels in an image.
Understand computer vision - Training | Microsoft Learn
_________________________
Question
Which computer vision solution provides the ability to identify a person's
age based on a photograph?
Select only one answer.
facial detection
This answer is correct.
Facial detection provides the ability to detect and analyze human faces in
an image, including identifying a person's age based on a photograph.
Image classification classifies images based on their contents. Object
detection provides the ability to generate bounding boxes identifying the
locations of different types of vehicles in an image. Semantic
segmentation provides the ability to classify individual pixels in an image.
Get started with image analysis on Azure - Training | Microsoft Learn
Understand computer vision - Training | Microsoft Learn
_________________________
Question
Which process allows you to use optical character recognition (OCR)?
Select only one answer.
OCR can extract printed or handwritten text from images. In this case, it
can be used to extract text from scanned medical records to produce a
digital archive from paper-based documents. Identifying wildlife in an
image is an example of a computer vision solution that uses object
detection and is not suitable for OCR. Identifying a user requesting access
to a laptop is done by taking images from the laptop’s webcam and using
facial detection and recognition to identify the user requesting access.
Translating speech to text is an example of using speech translation and
uses the Azure AI Speech service as part of Azure AI Services.
Read text with the Computer Vision service - Training | Microsoft Learn
_________________________
Question
What allows you to identify different types of bone fractures in X-ray
images?
Select only one answer.
image classification
This answer is correct.
_________________________
Question
Which feature of computer vision involves associating an image with
metadata that summarizes the attributes of the image?
Select only one answer.
tagging
This answer is correct.
_________________________
Question
Which analytical task of the Azure AI Vision service returns bounding box
coordinates?
Select only one answer.
object detection
This answer is correct.
_________________________
Question
Which additional piece of information is included with each phrase
returned by an image description task of the Azure AI Vision?
Select only one answer.
confidence score
This answer is correct.
_________________________
Question
Which two Azure AI Document Intelligence models include identifying
common data fields as part of its data extraction capabilities? Each
correct answer presents a complete solution.
Select all answers that apply.
invoice model
This answer is correct.
The business card model analyzes and extracts key information from
business card images and includes common data field extractions, such
as name and email. The invoice model extracts key information from sales
invoices and includes common data fields used in invoices for extraction.
The read model, layout model, and general document model do not
identify and extract common data fields.
Document processing models - Form Recognizer - Azure Applied AI
Services | Microsoft Learn
Analyze receipts with the Form Recognizer service - Training | Microsoft
Learn
_________________________
Question
Which type of artificial intelligence (AI) workload relies on sensors to
proactively detect an impending failure of electronic equipment?
Select only one answer.
anomaly detection
This answer is correct.
_________________________
Question
Which type of artificial intelligence (AI) workload provides the ability to
generate bounding boxes that identify the locations of different types of
vehicles in an image?
Select only one answer.
object detection
This answer is correct.
_________________________
Question
Which type of artificial intelligence (AI) workload provides the ability to
classify individual pixels in an image depending on the object that they
represent?
Select only one answer.
semantic segmentation
This answer is correct.
_________________________
Question
Which type of artificial intelligence (AI) workload is used to monitor credit
card transactions?
Select only one answer.
_________________________
Question
Which type of artificial intelligence (AI) workload has the primary purpose
of making large amounts of data searchable?
Select only one answer.
knowledge mining
This answer is correct.
_________________________
Question
Which principle of responsible artificial intelligence (AI) defines the
framework of governance and organization principles that meet ethical
and legal standards of AI solutions?
Select only one answer.
accountability
This answer is correct.
_________________________
Question
A bank is developing a new artificial intelligence (AI) system to support
the process of accepting or rejecting mortgage applications.
Which two issues should be considered as part of the responsible AI
principle of fairness to avoid biased decision making? Each correct answer
presents part of the solution.
Select all answers that apply.
ethnicity
This answer is correct.
gender
This answer is correct.
_________________________
Question
Which principle of responsible artificial intelligence (AI) ensures that an AI
system meets any legal and ethical standards it must abide by?
Select only one answer.
accountability
This answer is correct.
_________________________
Question
For which scenario should you use anomaly detection?
Select only one answer.
_________________________
Question
Which principle of responsible artificial intelligence (AI) involves
evaluating and mitigating the bias introduced by the features of a model?
Select only one answer.
fairness
This answer is correct.
_________________________
Question
Which type of machine learning algorithm assigns items to a set of
predefined categories?
Select only one answer.
classification
This answer is correct.
Question
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?
Select only one answer.
classification
This answer is correct.
_________________________
Question
What is the purpose of a validation dataset used for as part of the
development of a machine learning model?
Select only one answer.
_________________________
Question
What is an unsupervised machine learning algorithm module for training
models in the Azure Machine Learning designer?
Select only one answer.
K-Means Clustering
This answer is correct.
_________________________
Question
Which part of speech synthesis in natural language processing (NLP)
involves breaking text into individual words such that each word can be
assigned phonetic sounds?
Select only one answer.
tokenization
This answer is correct.
_________________________
Question
Which three values are returned by the language detection feature of the
Azure AI Language service in Azure?
Select all answers that apply.
Language Name
This answer is correct.
Score
This answer is correct.
Language Name, ISO 6391 Code, and Score are three values returned by
the Language service of natural language processing (NLP) in Azure.
Bounding box coordinates are returned by the Azure AI Vision services in
Azure. Wikipedia URL is one of potential values returned by entity linking
of entity recognition.
Get started with text analysis - Training | Microsoft Learn
_________________________
Question
Which two types of files can be imported to generate a knowledge base
for use with Azure AI Bot Service? Each correct answer presents a
complete solution.
Select all answers that apply.
DOC
This answer is correct.
PDF
This answer is correct.
Structure and unstructured DOC files and PDF files can be imported to
generate a knowledge base for use with Azure AI Bot Service. ZIP files
must first be extracted before they can be imported. MP4 files and CSV
files are not supported to generate question-and-answer pairs for use
with Azure AI Bot Service.
Build a bot with the Language Service and Azure Bot Service - Training |
Microsoft Learn
_________________________
Question
Which two capabilities are supported natively by Azure AI Bot Service?
Each correct answer presents a complete solution.
Select all answers that apply.
_________________________
Question
Which artificial intelligence (AI) technique serves as the foundation for
modern image classification solutions?
Select only one answer.
deep learning
This answer is correct.
_________________________
Question
When using the Face Detect API of the Azure AI Face service, which
feature helps identify whether a human face has glasses or headwear?
Select only one answer.
face attributes
This answer is correct.
Face attributes are a set of features that can be detected by the Face
Detect API. Attributes such as accessories (glasses, mask, headwear etc.)
can be detected. Face rectangle, face ID, and face landmarks do not allow
you to determine whether a person is wearing glasses or headwear.
What is the Azure Face service? - Azure Cognitive Services | Microsoft
Learn
Detect and analyze faces with the Face service - Training | Microsoft
Learn
_________________________
Question
Which service can you use to train an image classification model?
Select only one answer.
_________________________
Question
Which type machine learning algorithm predicts a numeric label
associated with an item based on that item’s features?
Select only one answer.
regression
This answer is correct.
_________________________
Question
You plan to use machine learning to predict the probability of humans
developing diabetes based on their age and body fat percentage.
What should the model include?
Select only one answer.
_________________________
Question
Which three data transformation modules are in the Azure Machine
Learning designer? Each correct answer presents a complete solution.
Select all answers that apply.
Normalize Data
This answer is correct.
_________________________
Question
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?
Select only one answer.
data mining
This answer is correct.
_________________________
Question
Which two artificial intelligence (AI) workload features are part of the
Azure AI Vision service? Each correct answer presents a complete
solution.
Select all answers that apply.
OCR and Spatial Analysis are part of the Azure AI Vision service.
Sentiment analysis, entity recognition, and key phrase extraction are not
part of the computer vision service.
Microsoft Azure AI Fundamentals: Explore computer vision – Training |
Microsoft Learn
________________
1. You plan to use Azure AI Document Intelligence's prebuilt receipt
model. Which kind of Azure resource should you create?
________________
1. Which data format is accepted by Azure Cognitive Search when
you're pushing data to the index?
JSON.
Correct. Cognitive Search can index JSON documents. JSON is also
used to define index schemas, indexers, and data source objects.
Text content.
Correct. Cognitive Search is used for full text search over indexes
containing alphanumeric content.
________________
1. Computer vision is based on the manipulation and analysis of what
kinds of values in an image?
Pixels
Correct. Pixels are numeric values that represent shade intensity for
points in the image.
2. You want to use the Azure AI Vision service to analyze images. You
also want to use the Azure AI Language service to analyze text. You
want developers to require only one key and endpoint to access all of
your services. What kind of resource should you create in your Azure
subscription?
Azure AI services
Correct. An Azure AI Services resource supports both Azure AI Vision
and Azure AI Language.
3. You want to use the Azure AI Vision service to identify the location
of individual items in an image. Which of the following features
should you retrieve?
Objects
Correct. Azure AI Vision returns objects with a bounding box to
indicate their location in the image.
________________
1. How does the Face service indicate the location of faces in images?
Extreme angles
Correct: Best results are obtained when the faces are full-frontal or
as near as possible to full-frontal
3. What two actions are required to try out the capabilities of the Face
service?
________________
1. You want to extract text from images and then use Azure AI
Language to analyze the text. You want developers to require only
one key and endpoint to access all of your services. What kind of
resource should you create in your Azure subscription?
Azure AI services
Correct. An Azure AI services resource supports both Azure AI Vision
for text extraction, and Azure AI Language for text analytics.
2. You plan to use Azure AI Vision's Read API. What results can the
Read API provide?
________________
1. You want to use Azure AI Language to determine the key talking
points in a text document. Which feature of the service should you
use?
________________
1. Your organization has an existing frequently asked questions (FAQ)
document. You need to create a knowledge base that includes the
questions and answers from the FAQ with the least possible effort.
What should you do?
Import the existing FAQ document into a new knowledge base.
Correct. You can import question and answer pairs from an existing
FAQ document into a question answering knowledge base.
Question Answering
Correct. Question Answering is part of the Azure AI Language service
and enables you to create a knowledge base of question and answer
pairs
________________
1. You need to provision an Azure resource that will be used
to author a new conversational language understanding application.
What kind of resource should you create?
Azure AI Language
Correct. To author a conversational language understanding model,
you need an Azure AI Language resource.
Define a "city" entity and a "GetTime" intent with utterances that indicate
the city entity.
Correct. The intent encapsulates the task (getting the time) and the
entity specifies the item to which the intent is applied (the city).
________________
1. You plan to build an application that uses Azure AI Speech to
transcribe audio recordings of phone calls into text, and then submit
the transcribed text to Azure AI Language to extract key phrases. You
want to manage access and billing for the application services with a
single Azure resource. Which type of Azure resource should you
create?
Azure AI services
Correct. This resource would support both the Azure AI Speech and
Azure AI Language services.
Text to speech
Correct. The Text to speech API converts text to audible speech.
Key phrase extraction plays a critical role in identifying and evaluating the main talking points in a document, whereas entity recognition involves identifying and categorizing entities within text, such as names or organizations, often linking these to external references. While both are used in text analysis, key phrase extraction focuses on summarizing content, whereas entity recognition focuses on understanding and disambiguating the names or terms found .
Object detection in Azure AI services identifies specific objects within an image by providing bounding box coordinates for each detected object, whereas image classification assigns a category to the entire image without differentiating between individual objects. These tasks highlight different aspects of image analysis—detection is about localization of objects, while classification is about categorizing overall image content .
Optical Character Recognition (OCR) technology can extract handwritten signatures from images in an attendance system. It processes the signature images to recognize text patterns which are then compared against pre-existing patterns or stored data for verification .
After identifying the best model in Azure's automated machine learning, the critical next step is to deploy the model to an endpoint. This ensures that the model is accessible for client applications over the internet. This setup involves creating the right infrastructure, such as compute clusters, if not already in place to support endpoint service .
Creating a dataset is crucial as the first step when setting up an automated machine learning model because it forms the foundation upon which all subsequent processes, such as model training and evaluation, are built. A well-prepared dataset enables accurate training and validation, directly impacting the efficacy and accuracy of the resulting machine learning model .
The Azure AI Vision service simplifies the machine learning process by eliminating the need for choosing, training, and evaluating a model through the use of pre-trained models. This allows users to focus on inferencing tasks rather than the complexities of model development .
A retailer can use clustering in machine learning to analyze and group online shoppers based on similar attributes, such as purchasing behaviors or demographic data. By identifying patterns and commonalities among customer segments, targeted and personalized marketing campaigns can be devised to effectively engage these clusters, improving customer retention and sales effectiveness .
To create a regression model using Azure Machine Learning designer, you first create a pipeline in the Machine Learning designer, followed by adding a dataset and training modules. Then, deploy a service using the inference pipeline. Each step builds upon the previous to ensure the model can be properly trained and deployed .
In a regression machine learning algorithm, features are the input variables used to predict the output variable known as the label. During validation, the predicted label generated using the features is compared against the actual label values to assess the model's accuracy. This relationship enables the algorithm to learn patterns and make predictions about future data .
Predicting numerical data such as house prices is best handled by a regression model, as it models the relationship between input features (such as number of bedrooms, location, etc.) and a numeric outcome (price). Regression analysis predicts continuous values, making it well-suited for scenarios like house price prediction .