Practice Test Free
  • QUESTIONS
  • COURSES
    • CCNA
    • Cisco Enterprise Core
    • VMware vSphere: Install, Configure, Manage
  • CERTIFICATES
No Result
View All Result
  • Login
  • Register
Quesions Library
  • Cisco
    • 200-301
    • 200-901
      • Multiple Choice
      • Drag Drop
    • 350-401
      • Multiple Choice
      • Drag Drop
    • 350-701
    • 300-410
      • Multiple Choice
      • Drag Drop
    • 300-415
      • Multiple Choice
      • Drag Drop
    • 300-425
    • Others
  • AWS
    • CLF-C02
    • SAA-C03
    • SAP-C02
    • ANS-C01
    • Others
  • Microsoft
    • AZ-104
    • AZ-204
    • AZ-305
    • AZ-900
    • AI-900
    • SC-900
    • Others
  • CompTIA
    • SY0-601
    • N10-008
    • 220-1101
    • 220-1102
    • Others
  • Google
    • Associate Cloud Engineer
    • Professional Cloud Architect
    • Professional Cloud DevOps Engineer
    • Others
  • ISACA
    • CISM
    • CRIS
    • Others
  • LPI
    • 101-500
    • 102-500
    • 201-450
    • 202-450
  • Fortinet
    • NSE4_FGT-7.2
  • VMware
  • >>
    • Juniper
    • EC-Council
      • 312-50v12
    • ISC
      • CISSP
    • PMI
      • PMP
    • Palo Alto Networks
    • RedHat
    • Oracle
    • GIAC
    • F5
    • ITILF
    • Salesforce
Contribute
Practice Test Free
  • QUESTIONS
  • COURSES
    • CCNA
    • Cisco Enterprise Core
    • VMware vSphere: Install, Configure, Manage
  • CERTIFICATES
No Result
View All Result
Practice Test Free
No Result
View All Result
Home Exam Prep Free

AI-900 Exam Prep Free

Table of Contents

Toggle
  • AI-900 Exam Prep Free – 50 Practice Questions to Get You Ready for Exam Day
  • Access Full AI-900 Exam Prep Free

AI-900 Exam Prep Free – 50 Practice Questions to Get You Ready for Exam Day

Getting ready for the AI-900 certification? Our AI-900 Exam Prep Free resource includes 50 exam-style questions designed to help you practice effectively and feel confident on test day

Effective AI-900 exam prep free is the key to success. With our free practice questions, you can:

  • Get familiar with exam format and question style
  • Identify which topics you’ve mastered—and which need more review
  • Boost your confidence and reduce exam anxiety

Below, you will find 50 realistic AI-900 Exam Prep Free questions that cover key exam topics. These questions are designed to reflect the structure and challenge level of the actual exam, making them perfect for your study routine.

Question 1

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

 


Suggested Answer: B

In the most basic sense, regression refers to prediction of a numeric target.
Linear regression attempts to establish a linear relationship between one or more independent variables and a numeric outcome, or dependent variable.
You use this module to define a linear regression method, and then train a model using a labeled dataset. The trained model can then be used to make predictions.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/linear-regression

Question 2

Which AI service should you use to create a bot from a frequently asked questions (FAQ) document?

A. QnA Maker

B. Language Understanding (LUIS)

C. Text Analytics

D. Speech

 


Suggested Answer: A

 

Question 3

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

 


Suggested Answer:
Correct Answer Image

Box 1: Regression –
In the most basic sense, regression refers to prediction of a numeric target.
Linear regression attempts to establish a linear relationship between one or more independent variables and a numeric outcome, or dependent variable.
You use this module to define a linear regression method, and then train a model using a labeled dataset. The trained model can then be used to make predictions.
Box 2: Clustering –
Clustering, in machine learning, is a method of grouping data points into similar clusters. It is also called segmentation.
Over the years, many clustering algorithms have been developed. Almost all clustering algorithms use the features of individual items to find similar items. For example, you might apply clustering to find similar people by demographics. You might use clustering with text analysis to group sentences with similar topics or sentiment.
Box 3: Classification –
Two-class classification provides the answer to simple two-choice questions such as Yes/No or True/False.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/linear-regression

Question 4

DRAG DROP
-
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. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
 Image

 


Suggested Answer:
Correct Answer Image

 

Question 5

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

 


Suggested Answer:
Correct Answer Image

Reference:
https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/conversational-bot
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-webchat-overview?view=azure-bot-service-4.0

Question 6

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

 


Suggested Answer:
Correct Answer Image

Box 1: Yes –
Azure bot service can be integrated with the powerful AI capabilities with Azure Cognitive Services.
Box 2: Yes –
Azure bot service engages with customers in a conversational manner.
Box 3: No –
The QnA Maker service creates knowledge base, not question and answers sets.
Note: You can use the QnA Maker service and a knowledge base to add question-and-answer support to your bot. When you create your knowledge base, you seed it with questions and answers.
Reference:
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-tutorial-add-qna

Question 7

You use natural language processing to process text from a Microsoft news story.
You receive the output shown in the following exhibit.
 Image
Which type of natural languages processing was performed?

A. entity recognition

B. key phrase extraction

C. sentiment analysis

D. translation

 


Suggested Answer: A

Named Entity Recognition (NER) is the ability to identify different entities in text and categorize them into pre-defined classes or types such as: person, location, event, product, and organization.
In this question, the square brackets indicate the entities such as DateTime, PersonType, Skill.
Reference:
https://docs.microsoft.com/en-in/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-entity-linking?tabs=version-3-preview

Question 8

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. Export the model

B. Add utterances to the None intent

C. Create a prebuilt task entity

D. Create a new model

 


Suggested Answer: B

 

Question 9

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

 


Suggested Answer:
Correct Answer Image

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

Question 10

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

 


Suggested Answer:
Correct Answer Image

Reference:
https://docs.microsoft.com/en-us/azure/bot-service/bot-service-manage-channels?view=azure-bot-service-4.0

Question 11

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

 


Suggested Answer:
Correct Answer Image

Box 1: Yes –
Content Moderator is part of Microsoft Cognitive Services allowing businesses to use machine assisted moderation of text, images, and videos that augment human review.
The text moderation capability now includes a new machine-learning based text classification feature which uses a trained model to identify possible abusive, derogatory or discriminatory language such as slang, abbreviated words, offensive, and intentionally misspelled words for review.
Box 2: No –
Azure’s Computer Vision service gives you access to advanced algorithms that process images and return information based on the visual features you’re interested in. For example, Computer Vision can determine whether an image contains adult content, find specific brands or objects, or find human faces.
Box 3: Yes –
Natural language processing (NLP) is used for tasks such as sentiment analysis, topic detection, language detection, key phrase extraction, and document categorization.
Sentiment Analysis is the process of determining whether a piece of writing is positive, negative or neutral.
Reference:
https://azure.microsoft.com/es-es/blog/machine-assisted-text-classification-on-content-moderator-public-preview/
https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/natural-language-processing

Question 12

Which AI service can you use to extract intent from a user input such as “Call me back later”?

A. Azure Cognitive Search

B. Translator

C. Language

D. Speech

 


Suggested Answer: D

 

Question 13

HOTSPOT -
Select the answer that correctly completes the sentence.
Hot Area:
 Image

 


Suggested Answer:
Correct Answer Image

Fairness is a core ethical principle that all humans aim to understand and apply. This principle is even more important when AI systems are being developed. Key checks and balances need to make sure that the system’s decisions don’t discriminate or run a gender, race, sexual orientation, or religion bias toward a group or individual.
Reference:
https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/innovate/best-practices/trusted-ai

Question 14

You are developing a chatbot solution in Azure.
Which service should you use to determine a user's intent?

A. Translator

B. QnA Maker

C. Speech

D. Language Understanding (LUIS)

 


Suggested Answer: D

Language Understanding (LUIS) is a cloud-based API service that applies custom machine-learning intelligence to a user’s conversational, natural language text to predict overall meaning, and pull out relevant, detailed information.
Design your LUIS model with categories of user intentions called intents. Each intent needs examples of user utterances. Each utterance can provide data that needs to be extracted with machine-learning entities.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/what-is-luis

Question 15

DRAG DROP -
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.
Select and Place:
 Image

 


Suggested Answer:
Correct Answer Image

Box 1: Entity recognition –
the Named Entity Recognition module in Machine Learning Studio (classic), to identify the names of things, such as people, companies, or locations in a column of text.
Named entity recognition is an important area of research in machine learning and natural language processing (NLP), because it can be used to answer many real-world questions, such as:
✑ Which companies were mentioned in a news article?
✑ Does a tweet contain the name of a person? Does the tweet also provide his current location?
✑ Were specified products mentioned in complaints or reviews?
Box 2: Sentiment Analysis –
The Text Analytics API’s Sentiment Analysis feature provides two ways for detecting positive and negative sentiment. If you send a Sentiment Analysis request, the API will return sentiment labels (such as “negative”, “neutral” and “positive”) and confidence scores at the sentence and document-level.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/named-entity-recognition
https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-sentiment-analysis

Question 16

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

 


Suggested Answer:
Correct Answer Image

Box 1: Yes –
Automated machine learning, also referred to as automated ML or AutoML, is the process of automating the time consuming, iterative tasks of machine learning model development. It allows data scientists, analysts, and developers to build ML models with high scale, efficiency, and productivity all while sustaining model quality.
Box 2: No –
Box 3: Yes –
During training, Azure Machine Learning creates a number of pipelines in parallel that try different algorithms and parameters for you. The service iterates through
ML algorithms paired with feature selections, where each iteration produces a model with a training score. The higher the score, the better the model is considered to “fit” your data. It will stop once it hits the exit criteria defined in the experiment.
Box 4: No –
Apply automated ML when you want Azure Machine Learning to train and tune a model for you using the target metric you specify.
The label is the column you want to predict.
Reference:
https://azure.microsoft.com/en-us/services/machine-learning/automatedml/#features

Question 17

DRAG DROP
-
Match the Azure Cognitive Services to the appropriate AI workloads.
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.
 Image

 


Suggested Answer:
Correct Answer Image

 

Question 18

HOTSPOT
-
Select the answer that correctly completes the sentence.
 Image

 


Suggested Answer:
Correct Answer Image

 

Question 19

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. image classification

D. object detection

 


Suggested Answer: B

Optical character recognition (OCR) allows you to extract printed or handwritten text from images and documents.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview-ocr

Question 20

Which AI service can you use to interpret the meaning of a user input such as `Call me back later?`

A. Translator

B. Text Analytics

C. Speech

D. Language Understanding (LUIS)

 


Suggested Answer: D

Language Understanding (LUIS) is a cloud-based AI service, that applies custom machine-learning intelligence to a user’s conversational, natural language text to predict overall meaning, and pull out relevant, detailed information.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/what-is-luis

Question 21

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.
 Image

 


Suggested Answer:
Correct Answer Image

 

Question 22

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.
 Image

 


Suggested Answer:
Correct Answer Image

 

Question 23

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

 


Suggested Answer:
Correct Answer Image

Reference:
https://docs.microsoft.com/en-gb/azure/cognitive-services/qnamaker/concepts/data-sources-and-content
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/choose-natural-language-processing-service

Question 24

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

 


Suggested Answer: A

Accelerate your business processes by automating information extraction. Form Recognizer applies advanced machine learning to accurately extract text, key/ value pairs, and tables from documents. With just a few samples, Form Recognizer tailors its understanding to your documents, both on-premises and in the cloud. Turn forms into usable data at a fraction of the time and cost, so you can focus more time acting on the information rather than compiling it.
Reference:
https://azure.microsoft.com/en-us/services/cognitive-services/form-recognizer/

Question 25

DRAG DROP -
Match the types of computer vision 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.
Select and Place:
 Image

 


Suggested Answer:
Correct Answer Image

Box 1: Facial recognition –
Face detection that perceives faces and attributes in an image; person identification that matches an individual in your private repository of up to 1 million people; perceived emotion recognition that detects a range of facial expressions like happiness, contempt, neutrality, and fear; and recognition and grouping of similar faces in images.
Box 2: OCR –
Box 3: Objection detection –
Object detection is similar to tagging, but the API returns the bounding box coordinates (in pixels) for each object found. For example, if an image contains a dog, cat and person, the Detect operation will list those objects together with their coordinates in the image. You can use this functionality to process the relationships between the objects in an image. It also lets you determine whether there are multiple instances of the same tag in an image.
The Detect API applies tags based on the objects or living things identified in the image. There is currently no formal relationship between the tagging taxonomy and the object detection taxonomy. At a conceptual level, the Detect API only finds objects and living things, while the Tag API can also include contextual terms like “indoor”, which can’t be localized with bounding boxes.
Reference:
https://azure.microsoft.com/en-us/services/cognitive-services/face/
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-object-detection

Question 26

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. Identify the retailer from a receipt.

 


Suggested Answer: AD

Reference:
https://azure.microsoft.com/en-gb/services/cognitive-services/form-recognizer/#features

Question 27

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. dataset

B. compute

C. pipeline

D. module

 


Suggested Answer: AD

You can drag-and-drop datasets and modules onto the canvas.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/concept-designer

Question 28

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. face detection

B. image classification

C. object detection

D. optical character recognition (OCR)

 


Suggested Answer: D

 

Question 29

HOTSPOT
-
You have an app that identifies birds in images. The app performs the following tasks:
•	Identifies the location of the birds in the image
•	Identifies the species of the birds in the image
Which type of computer vision does each task use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
 Image

 


Suggested Answer:
Correct Answer Image

 

Question 30

You are developing a chatbot solution in Azure.
Which service should you use to determine a user’s intent?

A. Translator

B. Language

C. Azure Cognitive Search

D. Speech

 


Suggested Answer: B

 

Question 31

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

 


Suggested Answer: AC

A: R-squared (R2), or Coefficient of determination represents the predictive power of the model as a value between -inf and 1.00. 1.00 means there is a perfect fit, and the fit can be arbitrarily poor so the scores can be negative.
C: RMS-loss or Root Mean Squared Error (RMSE) (also called Root Mean Square Deviation, RMSD), measures the difference between values predicted by a model and the values observed from the environment that is being modeled.
Incorrect Answers:
B: F1 score also known as balanced F-score or F-measure is used to evaluate a classification model.
D: aucROC or area under the curve (AUC) is used to evaluate a classification model.
Reference:
https://docs.microsoft.com/en-us/dotnet/machine-learning/resources/metrics

Question 32

HOTSPOT
-
Select the answer that correctly completes the sentence.
 Image

 


Suggested Answer:
Correct Answer Image

 

Question 33

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. computer vision

C. regression

D. natural language processing

 


Suggested Answer: D

Natural language processing (NLP) is used for tasks such as sentiment analysis, topic detection, language detection, key phrase extraction, and document categorization.
Sentiment Analysis is the process of determining whether a piece of writing is positive, negative or neutral.
Reference:
https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/natural-language-processing

Question 34

Natural language processing can be used to __________.
Select the answer that correctly completes the sentence.

A. Analyze video content

B. Generate speech

C. Classify email messages as work-related or personal.

D. Classify images

 


Suggested Answer: C

 

Question 35

You have a knowledge base of frequently asked questions (FAQ).
You create a bot that uses the knowledge base to respond to customer requests.
You need to identify what the bot can perform without adding additional skills.
What should you identify?

A. Register customer purchases.

B. Register customer complaints.

C. Answer questions from multiple users simultaneously.

D. Provide customers with return materials authorization (RMA) numbers.

 


Suggested Answer: C

Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/overview/overview

Question 36

Which two scenarios are examples of a natural language processing workload? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

A. monitoring the temperature of machinery to turn on a fan when the temperature reaches a specific threshold

B. a smart device in the home that responds to questions such as, “What will the weather be like today?”

C. a website that uses a knowledge base to interactively respond to users’ questions

D. assembly line machinery that autonomously inserts headlamps into cars

 


Suggested Answer: BC

Natural language processing (NLP) is used for tasks such as sentiment analysis, topic detection, language detection, key phrase extraction, and document categorization.
Reference:
https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/natural-language-processing

Question 37

In which scenario should you use key phrase extraction?

A. identifying whether reviews of a restaurant are positive or negative

B. generating captions for a video based on the audio track

C. identifying which documents provide information about the same topics

D. translating a set of documents from English to German

 


Suggested Answer: C

 

Question 38

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

 


Suggested Answer: B

Object detection is similar to tagging, but the API returns the bounding box coordinates (in pixels) for each object found. For example, if an image contains a dog, cat and person, the Detect operation will list those objects together with their coordinates in the image. You can use this functionality to process the relationships between the objects in an image. It also lets you determine whether there are multiple instances of the same tag in an image.
The Detect API applies tags based on the objects or living things identified in the image. There is currently no formal relationship between the tagging taxonomy and the object detection taxonomy. At a conceptual level, the Detect API only finds objects and living things, while the Tag API can also include contextual terms like “indoor”, which can’t be localized with bounding boxes.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-object-detection

Question 39

You need to make the written press releases of your company available in a range of languages.
Which service should you use?

A. Speech

B. Language

C. Translator

D. Personalizer

 


Suggested Answer: C

Translator, an AI service for real-time document and text translation.
Translate text instantly or in batches across more than 100 languages, powered by the latest innovations in machine translation. Support a wide range of use cases, such as translation for call centers, multilingual conversational agents, or in-app communication.
Reference:
https://azure.microsoft.com/en-us/services/cognitive-services/translator/4

Question 40

HOTSPOT
-
Select the answer that correctly completes the sentence.
 Image

 


Suggested Answer:
Correct Answer Image

 

Question 41

HOTSPOT -
Select the answer that correctly completes the sentence.
Hot Area:
 Image

 


Suggested Answer:
Correct Answer Image

Handwriting OCR (optical character recognition) is the process of automatically extracting handwritten information from paper, scans and other low-quality digital documents.
Reference:
https://vidado.ai/handwriting-ocr

Question 42

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

 


Suggested Answer:
Correct Answer Image

Box 1: Yes –
Azure Cognitive Service for Language provides features including:
* Language detection: This pre-configured feature evaluates text, and determines the language it was written in. It returns a language identifier and a score that indicates the strength of the analysis.
Box 2: No –
Handwritten detection is part of OCR (Optical Character Recognition).
Box 3: Yes –
Azure Cognitive Service for Language provides features including:
* Named Entity Recognition (NER): This pre-configured feature identifies entities in text across several pre-defined categories.
Note: Named entity recognition is a natural language processing technique that can automatically scan entire articles and pull out some fundamental entities in a text and classify them into predefined categories. Entities may be,
Organizations,
Quantities,
Monetary values,
Percentages, and more.
People’s names –
Company names –
Geographic locations (Both physical and political)
Product names –
Dates and times –
Amounts of money –
Names of events –
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview

Question 43

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. key phrase extraction

B. sentiment analysis

C. business logic

D. active learning

 


Suggested Answer: D

Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/improve-knowledge-base

Question 44

You need to convert receipts into transactions in a spreadsheet. The spreadsheet must include the date of the transaction, the merchant, the total spent, and any taxes paid.
Which Azure AI service should you use?

A. Custom Vision

B. Form Recognizer

C. Face

D. Language

 


Suggested Answer: B

 

Question 45

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

 


Suggested Answer:
Correct Answer Image

Reliability and safety: To build trust, it’s critical that AI systems operate reliably, safely, and consistently under normal circumstances and in unexpected conditions.
These systems should be able to operate as they were originally designed, respond safely to unanticipated conditions, and resist harmful manipulation.
Reference:
https://docs.microsoft.com/en-us/learn/modules/responsible-ai-principles/4-guiding-principles

Question 46

You have an AI solution that provides users with the ability to control smart devices by using verbal commands.
Which two types of natural language processing (NLP) workloads does the solution use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A. text-to-speech

B. key phrase extraction

C. speech-to-text

D. language modeling

E. translation

 


Suggested Answer: BC

Key phrase extraction is one of the features offered by Azure Cognitive Service for Language, a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. Use key phrase extraction to quickly identify the main concepts in text. For example, in the text
“The food was delicious and the staff were wonderful.”, key phrase extraction will return the main topics: “food” and “wonderful staff”.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/key-phrase-extraction/overview

Question 47

You have insurance claim reports that are stored as text.
You need to extract key terms from the reports to generate summaries.
Which type of AI workload should you use?

A. natural language processing

B. conversational AI

C. anomaly detection

D. computer vision

 


Suggested Answer: A

Reference:
https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/natural-language-processing

Question 48

You have insurance claim reports that are stored as text.
You need to extract key terms from the reports to generate summaries.
Which type of AI workload should you use?

A. anomaly detection

B. natural language processing

C. computer vision

D. knowledge mining

 


Suggested Answer: B

Key phrase extraction is one of the features offered by Azure Cognitive Service for Language, a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. Use key phrase extraction to quickly identify the main concepts in text. For example, in the text
“The food was delicious and the staff were wonderful.”, key phrase extraction will return the main topics: “food” and “wonderful staff”.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/key-phrase-extraction/overview

Question 49

DRAG DROP -
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.
Select and Place:
 Image

 


Suggested Answer:
Correct Answer Image

Reference:
https://docs.microsoft.com/en-us/learn/paths/get-started-with-artificial-intelligence-on-azure/

Question 50

DRAG DROP -
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.
Select and Place:
 Image

 


Suggested Answer:
Correct Answer Image

Box 1: Knowledge mining –
You can use Azure Cognitive Search’s knowledge mining results and populate your knowledge base of your chatbot.
Box 2: Computer vision –
Box 3: Natural language processing
Natural language processing (NLP) is used for tasks such as sentiment analysis.
Reference:
https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/natural-language-processing

Access Full AI-900 Exam Prep Free

Want to go beyond these 50 questions? Click here to unlock a full set of AI-900 exam prep free questions covering every domain tested on the exam.

We continuously update our content to ensure you have the most current and effective prep materials.

Good luck with your AI-900 certification journey!

Share18Tweet11
Previous Post

AI-100 Exam Prep Free

Next Post

ANS-C00 Exam Prep Free

Next Post

ANS-C00 Exam Prep Free

ANS-C01 Exam Prep Free

AXS-C01 Exam Prep Free

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recommended

Network+ Practice Test

Comptia Security+ Practice Test

A+ Certification Practice Test

Aws Cloud Practitioner Exam Questions

Aws Cloud Practitioner Practice Exam

Comptia A+ Practice Test

  • About
  • DMCA
  • Privacy & Policy
  • Contact

PracticeTestFree.com materials do not contain actual questions and answers from Cisco's Certification Exams. PracticeTestFree.com doesn't offer Real Microsoft Exam Questions. PracticeTestFree.com doesn't offer Real Amazon Exam Questions.

  • Login
  • Sign Up
No Result
View All Result
  • Quesions
    • Cisco
    • AWS
    • Microsoft
    • CompTIA
    • Google
    • ISACA
    • ECCouncil
    • F5
    • GIAC
    • ISC
    • Juniper
    • LPI
    • Oracle
    • Palo Alto Networks
    • PMI
    • RedHat
    • Salesforce
    • VMware
  • Courses
    • CCNA
    • ENCOR
    • VMware vSphere
  • Certificates

Welcome Back!

Login to your account below

Forgotten Password? Sign Up

Create New Account!

Fill the forms below to register

All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.