Summer Special Limited Time 65% Discount Offer - Ends in 1d 12h 44m 7s - Coupon code: myex65

Home > Microsoft > Microsoft Certified: Azure AI Fundamentals > AI-900

AI-900 Microsoft Azure AI Fundamentals Question and Answers

Question # 4

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.

Select Columns in Dataset

B.

Add Rows

C.

Split Data

D.

Join Data

Full Access
Question # 5

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.

selecting columns that must be included in the model

B.

creating training and validation datasets

C.

diverting records that have missing data

D.

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

Full Access
Question # 6

Match the services to the appropriate descriptions.

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

NOTE: Each correct match is worth one point

Full Access
Question # 7

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.

Full Access
Question # 8

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 9

You have a chatbot that answers technical questions by using the Azure OpenAI GPT-3.5 large language model (LLM). Which two statements accurately describe the chatbot? Each correct answer presents a complete solution.

NOTE: Each correct answer is worth one point.

A.

Grounding data can be used to constrain the output of the chatbot.

B.

The chatbot will always provide accurate data.

C.

The chatbot might respond with inaccurate data.

D.

The chatbot is suitable for performing medical diagnosis.

Full Access
Question # 10

You need to scan the news for articles about your customers and alert employees when there is a negative article. Positive articles must be added to a press book.

Which natural language processing tasks should you use to complete the process? To answer, drag the appropriate tasks to the correct locations. Each task may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Full Access
Question # 11

Select the answer that correctly completes the sentence.

Full Access
Question # 12

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 13

Which parameter should you configure to produce more verbose responses from a chat solution that uses the Azure OpenAI GPT-3.5 model?

A.

Presence penalty

B.

Temperature

C.

Stop sequence

D.

Max response

Full Access
Question # 14

Select the answer that correctly completes the sentence.

Full Access
Question # 15

Select the answer that correctly completes the sentence.

Full Access
Question # 16

You need to predict the population size of a specific species of animal in an area.

Which Azure Machine Learning type should you use?

A.

clustering

B.

regression

C.

classification

Full Access
Question # 17

You are developing a conversational AI solution that will communicate with users through multiple channels including email, Microsoft Teams, and webchat.

Which service should you use?

A.

Text Analytics

B.

Azure Bot Service

C.

Translator

D.

Form Recognizer

Full Access
Question # 18

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

Full Access
Question # 19

You use Azure Machine Learning designer to publish an inference pipeline.

Which two parameters should you use to consume the pipeline? 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

Full Access
Question # 20

You are processing photos of runners in a race.

You need to read the numbers on the runners’ shirts to identity the runners in the photos.

Which type of computer vision should you use?

A.

facial recognition

B.

optical character recognition (OCR)

C.

semantic segmentation

D.

object detection

Full Access
Question # 21

You need to build an image tagging solution for social media that tags images of your friends automatically. Which Azure Cognitive Services service should you use?

A.

Computer Vision

B.

Face

C.

Text Analytics

D.

Form Recognizer

Full Access
Question # 22

In which two scenarios can you use the Form Recognizer service? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Extract the invoice number from an invoice.

B.

Translate a form from French to English.

C.

Find image of product in a catalog.

D.

Identity the retailer from a receipt.

Full Access
Question # 23

Match the types of computer vision to the appropriate scenarios.

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 24

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 25

You have a website that includes customer reviews.

You need to store the reviews in English and present the reviews to users in their respective language by recognizing each user’s geographical location.

Which type of natural language processing workload should you use?

A.

translation

B.

language modeling

C.

key phrase extraction

D.

speech recognition

Full Access
Question # 26

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

Full Access
Question # 27

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 28

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

Full Access
Question # 29

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.

Full Access
Question # 30

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

Full Access
Question # 31

A company employs a team of customer service agents to provide telephone and email support to customers.

The company develops a webchat bot to provide automated answers to common customer queries.

Which business benefit should the company expect as a result of creating the webchat bot solution?

A.

increased sales

B.

a reduced workload for the customer service agents

C.

improved product reliability

Full Access
Question # 32

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

Full Access
Question # 33

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 model

Full Access
Question # 34

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

Full Access
Question # 35

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.

Full Access
Question # 36

Your company is exploring the use of voice recognition technologies in its smart home devices. The company wants to identify any barriers that might unintentionally leave out specific user groups.

This an example of which Microsoft guiding principle for responsible AI?

A.

accountability

B.

fairness

C.

inclusiveness

D.

privacy and security

Full Access
Question # 37

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

Full Access
Question # 38

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

Full Access
Question # 39

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

Full Access
Question # 40

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.

Set Validation type to Auto.

B.

Enable Explain best model.

C.

Set Primary metric to accuracy.

D.

Set Max concurrent iterations to 0.

Full Access
Question # 41

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

Full Access
Question # 42

You are developing a model to predict events by using classification.

You have a confusion matrix for the model scored on test data as shown in the following exhibit.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

NOTE: Each correct selection is worth one point.

Full Access
Question # 43

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

Full Access
Question # 44

Match the types of AI workloads to the appropriate scenarios.

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 45

Match the types of AI workloads to the appropriate scenarios.

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 46

You need to develop a mobile app for employees to scan and store their expenses while travelling.

Which type of computer vision should you use?

A.

semantic segmentation

B.

image classification

C.

object detection

D.

optical character recognition (OCR)

Full Access
Question # 47

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

Full Access
Question # 48

Match the principles of responsible AI to appropriate requirements.

To answer, drag the appropriate principles from the column on the left to its requirement on the right. Each principle may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Full Access
Question # 49

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.

knowledgeability

B.

decisiveness

C.

inclusiveness

D.

fairness

E.

opinionatedness

F.

reliability and safety

Full Access
Question # 50

For a machine learning progress, how should you split data for training and evaluation?

A.

Use features for training and labels for evaluation.

B.

Randomly split the data into rows for training and rows for evaluation.

C.

Use labels for training and features for evaluation.

D.

Randomly split the data into columns for training and columns for evaluation.

Full Access
Question # 51

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

Full Access
Question # 52

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

Full Access
Question # 53

You need to determine the location of cars in an image so that you can estimate the distance between the cars.

Which type of computer vision should you use?

A.

optical character recognition (OCR)

B.

object detection

C.

image classification

D.

face detection

Full Access
Question # 54

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 55

Match the facial recognition tasks to the appropriate questions.

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 56

What are two tasks that can be performed by using the Computer Vision service? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Train a custom image classification model.

B.

Detect faces in an image.

C.

Recognize handwritten text.

D.

Translate the text in an image between languages.

Full Access
Question # 57

You have a database that contains a list of employees and their photos.

You are tagging new photos of the employees.

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 58

What are two tasks that can be performed by using computer vision? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Predict stock prices.

B.

Detect brands in an image.

C.

Detect the color scheme in an image

D.

Translate text between languages.

E.

Extract key phrases.

Full Access
Question # 59

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

A.

classification

B.

regression

C.

clustering

Full Access
Question # 60

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 Al 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 Al-based algorithms for automated decision making

Full Access
Question # 61

You send an image to a Computer Vision API and receive back the annotated image shown in the exhibit.

Which type of computer vision was used?

A.

object detection

B.

semantic segmentation

C.

optical character recognition (OCR)

D.

image classification

Full Access
Question # 62

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 63

Your company wants to build a recycling machine for bottles. The recycling machine must automatically identify bottles of the correct shape and reject all other items.

Which type of AI workload should the company use?

A.

anomaly detection

B.

conversational AI

C.

computer vision

D.

natural language processing

Full Access
Question # 64

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.

Full Access
Question # 65

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

Full Access
Question # 66

In which two scenarios can you use speech recognition? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

an in-car system that reads text messages aloud

B.

providing closed captions for recorded or live videos

C.

creating an automated public address system for a train station

D.

creating a transcript of a telephone call or meeting

Full Access
Question # 67

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 68

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

Full Access
Question # 69

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 intent

B.

an utterance

C.

a domain

D.

an entity

Full Access
Question # 70

In which two scenarios can you use a speech synthesis solution? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

an automated voice that reads back a credit card number entered into a telephone by using a numeric keypad

B.

generating live captions for a news broadcast

C.

extracting key phrases from the audio recording of a meeting

D.

an Al character in a computer game that speaks audibly to a player

Full Access
Question # 71

In which scenario should you use key phrase extraction?

A.

translating a set of documents from English to German

B.

generating captions for a video based on the audio track

C.

identifying whether reviews of a restaurant are positive or negative

D.

identifying which documents provide information about the same topics

Full Access
Question # 72

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 73

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 74

You are building a Language Understanding model for an e-commerce business.

You need to ensure that the model detects when utterances are outside the intended scope of the model.

What should you do?

A.

Test the model by using new utterances

B.

Add utterances to the None intent

C.

Create a prebuilt task entity

D.

Create a new model

Full Access
Question # 75

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.

Increase the confidence threshold of responses

B.

Enable active learning

C.

Create multi-turn questions

D.

Add chit-chat

Full Access
Question # 76

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 77

You are developing a natural language processing solution in Azure. The solution will analyze customer reviews and determine how positive or negative each review is.

This is an example of which type of natural language processing workload?

A.

language detection

B.

sentiment analysis

C.

key phrase extraction

D.

entity recognition

Full Access
Question # 78

Your website has a chatbot to assist customers.

You need to detect when a customer is upset based on what the customer types in the chatbot.

Which type of AI workload should you use?

A.

anomaly detection

B.

semantic segmentation

C.

regression

D.

natural language processing

Full Access
Question # 79

You need to build an app that will read recipe instructions aloud to support users who have reduced vision.

Which version service should you use?

A.

Text Analytics

B.

Translator Text

C.

Speech

D.

Language Understanding (LUIS)

Full Access
Question # 80

You plan to apply Text Analytics API features to a technical support ticketing system.

Match the Text Analytics API features to the appropriate natural language processing scenarios.

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 81

You plan to develop a bot that will enable users to query a knowledge base by using natural language processing.

Which two services should you include in the solution? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Language Service

B.

Azure Bot Service

C.

Form Recognizer

D.

Anomaly Detector

Full Access
Question # 82

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

Full Access
Question # 83

NO: 85 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.

Full Access
Question # 84

Match the computer vision service to the appropriate Al workload.

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

NOTE: Each correct match is worth one point.

Full Access
Question # 85

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.

Full Access