Practice Free AI-900 Exam Online Questions
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
B
Explanation:
The None intent is filled with utterances that are outside of your domain.
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/LUIS/luis-concept-intent
Which scenario is an example of a webchat bot?
- A . Determine whether reviews entered on a website for a concert are positive or negative, and then add a thumbs up or thumbs down emoji to the reviews.
- B . Translate into English questions entered by customers at a kiosk so that the appropriate person can call the customers back.
- C . Accept questions through email, and then route the email messages to the correct person based on the content of the message.
- D . From a website interface, answer common questions about scheduled events and ticket purchases for a music festival.
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.


You have a frequently asked questions (FAQ) PDF file.
You need to create a conversational support system based on the FAQ.
Which service should you use?
- A . QnA Maker
- B . Text Analytics
- C . Computer Vision
- D . Language Understanding (LUIS)
A
Explanation:
QnA Maker is a cloud-based API service that lets you create a conversational question-and-answer layer over your existing data. Use it to build a knowledge base by extracting questions and answers from your semi-structured content, including FAQs, manuals, and documents.
Reference: https://azure.microsoft.com/en-us/services/cognitive-services/qna-maker/
Which Azure Al Document Intelligence prebuilt model should you use to extract parties and jurisdictions from a legal document?
- A . contract
- B . layout
- C . general document
- D . read
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.

Explanation:
You train a regression model by using unlabeled data.
No, this is false. Regression models are supervised learning models that require labeled data for training. Unlabeled data doesn’t have the outcome variable needed for regression training.
The classification technique is used to predict sequential numerical data over time.
No, this is false. Classification is used for categorizing inputs into two or more classes, not for predicting numerical data over time. Time series forecasting or regression techniques are more suitable for predicting numerical data over time.
Grouping items by their common characteristics is an example of clustering.
Yes, this is true. Clustering is an unsupervised learning technique where you group data points that have similar characteristics.
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.
A,D
Explanation:
Reference: https://azure.microsoft.com/en-gb/services/cognitive-services/form-recognizer/#features
DRAG DROP
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.


A medical research project uses a large anonymized dataset of brain scan images that are categorized into predefined brain haemorrhage types.
You need to use machine learning to support early detection of the different brain haemorrhage types in the images before the images are reviewed by a person.
This is an example of which type of machine learning?
- A . clustering
- B . regression
- C . classification
C
Explanation:
Reference: https://docs.microsoft.com/en-us/learn/modules/create-classification-model-azure-machine-learning-designer/introduction


