Free AI-900 Practice Test Questions and Answers (2026)

View Mode
Q: 1
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?
Options
25 comments in the community discussion
3
C. not B. Add Rows just merges datasets so that's a trap. Split Data does what the question asks, pretty sure.
1
This question always bugs me, Azure's UI never makes it obvious. Pretty sure it's C since Split Data literally does what they're asking for, but if they'd said you need to build a dataset from pieces I'd hesitate. Anyone think B could be right in some edge case?
Q: 2

HOTSPOT Select the answer that correctly completes the sentence AI-900 question

Your Answer
33 comments in the community discussion
6
Reliability and safety, privacy/security is tempting but missing data is usually a reliability trap in these exam questions.
5
Reliability and safety, had something like this in a mock exam too.
Q: 3
You are evaluating whether to use a basic workspace or an enterprise workspace in Azure Machine Learning. What are two tasks that require an enterprise workspace? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Options
35 comments in the community discussion
1
A and C tbh, practice tests and the official MS docs highlight those GUI tasks as Enterprise-only back in the day.
1
A and C tbh. Only the GUI-based stuff like AutoML and ML Designer needed Enterprise, while making datasets or compute was in both tiers. That’s how old exam questions split it up, unless I missed something recent.
Q: 4

HOTSPOT brectly completes the sentence. AI-900 question

Your Answer
34 comments in the community discussion
6
Which tech actually converts scanned text to editable digital form? Is it OCR or something more specific for handwriting?
6
Why wouldn't it be image classification? I get OCR converts text, but if the question only mentions identifying the article, isn't classification tempting as a trap?
Q: 5

HOTSPOT Select the answer that correctly completes the sentence. AI-900 question

Your Answer
41 comments in the community discussion
5
Yep, for showing distributions and stats in the designer, it's Dataset output visualization feature. You right-click the dataset and pick Visualize to see all those summary details. Normalize Data would just change values but not actually show you distributions. I think this is solid, but let me know if anyone's see
5
Saw similar on a practice test, official guide says Dataset output visualization feature.
Q: 6

DRAG DROP You need to use Azure Machine Learning designer to build a model that will predict automobile prices. Which type of modules should you use to complete the model? To answer, drag the appropriate modules to the correct locations. Each module 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. AI-900 question

Drag & Drop
35 comments in the community discussion
6
Select Columns in Dataset → Automobile price data (Raw), Split Data → Clean Missing Data, Linear Regression → Before Train Model. Makes sense since we're building a regression model for price prediction, not clustering. Pretty sure that's what Azure ML expects but happy if someone catches a mistake.
6
Select Columns in Dataset → Automobile price data (Raw), Split Data → Clean Missing Data, Linear Regression → Before Train Model. Only flips if they specifically wanted classification or clustering, but here regression is required since we're predicting price.
Q: 7

DRAG DROP 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. AI-900 question

Drag & Drop
43 comments in the community discussion
6
verification → Do two images of a face belong to the same person, similarity → Does this person look like other people, grouping → Do all the faces belong together, identification → Who is this person in this group. Minimal doubt here, grouping/similarity trip people up but pretty sure that's the match.
6
I put it as: verification ➔ Do two images of a face belong to the same person, similarity ➔ Does this person look like other people, grouping ➔ Do all the faces belong together, identification ➔ Who is this person in this group. Seems to fit Azure's usual terminology but always second-guess grouping vs similarity. Agre
Q: 8
Which Azure Cognitive Services service can be used to identify documents that contain sensitive information?
Options
45 comments in the community discussion
2
Gotta disagree with folks saying A or B, those are easy traps since they don't process docs for sensitive info. It's C-Form Recognizer is specifically for extracting and flagging sensitive content in documents.
2
C imo, Form Recognizer is built for extracting and analyzing info from docs, including sensitive stuff like PII. The others handle vision or chat data, not document data privacy. Open to other thoughts but pretty sure it’s C.
Q: 9
What should you implement to prevent hateful responses from being returned by a generative Al solution?
Options
42 comments in the community discussion
3
Option B. since filtering actively stops the bad output from even reaching the user. If it just asked to lower the chance (not prevent fully), C might be valid but "prevent" flips it for me. Open to other takes though if I missed something specific in Azure AI docs.
2
I don’t think B is right this time, I’d pick A. Abuse monitoring can flag hateful content as it comes up and block it from being returned. Content filtering is useful too, but abuse monitoring seems more direct here. Anyone see reports where A covers this better?
Q: 10

HOTSPOT To complete the sentence, select the appropriate option in the answer area. AI-900 question

Your Answer
36 comments in the community discussion
9
Makes sense to me, the right pick is analysis.
6
Yep, pretty sure it's analysis for this. When they're checking attributes like exposure or noise, that's not recognition at all.
Q: 11

HOTSPOT Select the answer that correctly completes the sentence. AI-900 question

Your Answer
9 comments in the community discussion
6
Yeah, it's ADDING AND CONNECTING MODULES ON A VISUAL CANVAS. That's the main feature of the Azure ML designer, since you're literally dragging and dropping modules. Pretty sure that's what Microsoft wants here but open to other views.
5
Seriously, why does Microsoft keep making this so repetitive? ADDING AND CONNECTING MODULES ON A VISUAL CANVAS
Q: 12

DRAG DROP You plan to deploy an Azure Machine Learning model as a service that will be used by client applications. Which three processes should you perform in sequence before you deploy the model? To answer, move the appropriate processes from the list of processes to the answer area and arrange them in the correct order. AI-900 question

Drag & Drop
6 comments in the community discussion
9
Makes sense to me: data preparation, then model training, then model evaluation. Classic ML workflow order for deployment.
4
data preparation → model training → model evaluation. That's the typical ML pipeline before deploying anything in Azure. Model retraining and data encryption aren't part of the initial deployment prep steps. Pretty sure that's what they're looking for here, but if anyone did this differently let me know.
Q: 13
You need to track multiple versions of a model that was trained by using Azure Machine Learning. What should you do?
Options
9 comments in the community discussion
3
C . Registering the model is what actually creates a version history in Azure ML, not the data or cluster stuff.
2
D. register the training data. Model versions sound important but I think tracking the dataset versions might help keep things organized too.
Q: 14
Which Azure Machine Learning capability should you use to quickly build and deploy a predictive model without extensive coding?
Options
7 comments in the community discussion
1
D
D imo
Q: 15
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?
Options
11 comments in the community discussion
5
D . Adding chit-chat is the easiest way to include professional greetings and make the bot sound friendlier. Pretty sure this lines up with how QnA Maker is designed.
1
D tbh, seen similar in the official guide and practice tests where chit-chat is called out for greetings.
Q: 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. AI-900 question

Your Answer
10 comments in the community discussion
3
You're right, but it's actually Yes, No, Yes. Generating captions isn't conversational AI since there's no two-way interaction.
2
Yeah, for these statements it's Yes, No, Yes. Webchat bot and smart home device both have actual conversations with users. Auto-captioning's just speech-to-text so not conversational. Pretty sure that's what Microsoft wants here, but open to pushback.
Q: 17

HOTSPOT You have the following apps: • App1: Uses a set of images and photos to extract brand names • App2: Enables touchless access control for buildings Which Azure Al Vision service does each app use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. AI-900 question

Your Answer
10 comments in the community discussion
6
This one was in my exam last year: OCR for App1, Face for App2.
4
OCR for App1, Face service for App2
Q: 18
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.
Options
13 comments in the community discussion
1
B . Had something like this in a mock and picked the translation option since it was about forms, but pretty sure that was wrong after reviewing. Thought translating counted as processing a form.
Probably A and D, that's what official practice tests and docs focus on for this service.
Q: 19

DRAG DROP 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.

Drag & Drop
6 comments in the community discussion
4
Ingest and prepare, Split, Train, Evaluate on validation. That's the usual supervised ML pipeline in Azure designer. Pretty sure that's correct here.
Ingest and prepare, then Split, then Train, then Evaluate validation. I think this order fits typical ML flow but could be off.
Q: 20
You are developing a Chabot solution in Azure. Which service should you use to determine a user’s intent?
Options
13 comments in the community discussion
1
C tbh, since handling user speech could be intent detection too. Disagree?
1
D
Question 1 of 20

What's covered in this practice questions set

2: Describe fundamental principles of machine learning on Azure · 12 questions

📖 About this Domain

This domain introduces core machine learning concepts and model types like regression, classification, and clustering. It focuses on how these principles are implemented using the Azure Machine Learning service.

🎓 What You Will Learn

  • You will learn to identify features and labels in a dataset for supervised machine learning.
  • You will learn to differentiate between regression, classification, and clustering machine learning models.
  • You will learn the core capabilities of Azure Machine Learning for building end-to-end ML solutions.
  • You will learn about automated machine learning (AutoML) and the Azure Machine Learning designer for no-code model development.

🛠️ Skills You Will Build

  • You will build the ability to describe the process of training, evaluating, and deploying a machine learning model.
  • You will build the skill to map a business problem to the correct machine learning task.
  • You will build the skill to identify core assets within the Azure Machine Learning studio, including datasets, experiments, and models.
  • You will build the ability to describe the principles of Responsible AI, including fairness and explainability in models.

💡 Top Tips to Prepare

  • Focus on the specific use cases that differentiate regression, classification, and clustering.
  • Complete the hands-on labs in the official Microsoft Learn path to gain practical experience with Azure Machine Learning studio.
  • Understand the key components of an Azure Machine Learning workspace, such as compute targets, datastores, and environments.
  • Practice identifying features and labels from sample data scenarios as this is a fundamental concept.

3: Describe features of computer vision workloads on Azure · 4 questions

📖 About this Domain

This domain introduces computer vision workloads on Microsoft Azure. It covers how Azure AI services enable applications to interpret visual media like images and videos. You will explore the fundamental capabilities and services for building computer vision solutions.

🎓 What You Will Learn

  • You will learn to identify core computer vision tasks, including image classification, object detection, and optical character recognition (OCR).
  • You will learn the features of the Azure AI Vision service for analyzing images to generate tags, captions, and identify objects.
  • You will learn the capabilities of the Azure AI Face service for detecting, analyzing, and identifying human faces in images.
  • You will learn how Azure AI Video Indexer extracts metadata and insights from video and audio content.

🛠️ Skills You Will Build

  • You will build the skill to describe how to provision an Azure AI Vision resource and use it for image analysis.
  • You will build the skill to differentiate between face detection, face verification, and face identification use cases.
  • You will build the skill to explain how optical character recognition (OCR) extracts text from images using the Read API.
  • You will build the skill to identify appropriate Azure services for common computer vision workload scenarios.

💡 Top Tips to Prepare

  • Focus on the specific functions of each service: Azure AI Vision for general analysis, Azure AI Face for facial recognition, and Azure AI Video Indexer for video.
  • Understand the difference between key concepts like image classification (what is it?) and object detection (what is it, and where is it?).
  • Review the common JSON response structures from the Vision service to understand outputs like bounding box coordinates and confidence scores.
  • Memorize the specific tasks handled by the Face service, such as detecting attributes like age or emotion, and the principles of Responsible AI associated with it.

4: Describe features of Natural Language Processing (NLP) workloads on Azure · 2 questions

📖 About this Domain

This domain introduces Natural Language Processing (NLP) workloads on the Azure platform. It focuses on the features of Azure AI services that process and understand human language. You will learn about services for text analysis, speech processing, and building conversational AI solutions.

🎓 What You Will Learn

  • You will learn to identify features of the Azure AI Language service, including key phrase extraction, entity recognition, and sentiment analysis.
  • You will understand the capabilities of Azure AI Speech for speech-to-text (transcription) and text-to-speech (synthesis) workloads.
  • You will explore text translation and language detection functionalities available through Azure AI services.
  • You will learn the core components of conversational AI, such as intents, utterances, and entities within Conversational Language Understanding (CLU).

🛠️ Skills You Will Build

  • You will build the skill to map common NLP business problems to specific Azure AI services like Azure AI Language or Azure AI Speech.
  • You will be able to describe the process of analyzing text for insights like sentiment, key phrases, and personally identifiable information (PII).
  • You will develop the ability to explain how to create conversational AI experiences using question answering and language understanding models.
  • You will gain the skill to identify the correct Azure resource for tasks like real-time speech transcription or multi-language text translation.

💡 Top Tips to Prepare

  • Focus on the specific tasks performed by each feature within the Azure AI Language service, such as differentiating entity recognition from key phrase extraction.
  • Memorize the distinction between speech-to-text and text-to-speech and the Azure service that provides these capabilities.
  • Understand the core concepts of conversational AI, particularly the relationship between an utterance and an intent.
  • Use the Microsoft Learn modules to see practical examples of provisioning and consuming these NLP services via their endpoints and keys.

1: Describe Artificial Intelligence workloads and considerations · 2 questions

📖 About this Domain

This domain covers the foundational concepts of artificial intelligence and its common workloads. You will explore machine learning, computer vision, natural language processing, and the core principles for responsible AI development on Microsoft Azure.

🎓 What You Will Learn

  • Identify features of common AI workloads, including machine learning, anomaly detection, computer vision, NLP, and conversational AI.
  • Understand the six guiding principles for responsible AI: fairness, reliability and safety, privacy and security, inclusiveness, transparency, and accountability.
  • Describe fundamental machine learning concepts such as features, labels, training, validation, and model types like regression, classification, and clustering.
  • Explore how to create machine learning models using no-code tools like the Azure Machine Learning designer.

🛠️ Skills You Will Build

  • The ability to identify and differentiate key AI workloads like computer vision and knowledge mining in business scenarios.
  • The skill to apply Microsoft's responsible AI principles to evaluate the ethical implications of AI solutions.
  • Competency in recognizing the appropriate machine learning model, such as regression or classification, for a given data problem.
  • The ability to map common AI workloads to specific Microsoft Azure AI services.

💡 Top Tips to Prepare

  • Master the specific capabilities and use cases for each AI workload as defined in the Microsoft Learn path for AI-900.
  • Memorize the six responsible AI principles and practice applying them to different scenarios.
  • Clearly differentiate between regression, classification, and clustering algorithms and their typical applications.
  • Complete the hands-on labs in the Microsoft Learn module to understand the Azure Machine Learning studio interface.

Premium Access Includes

  • Quiz Simulator
  • Exam Mode
  • Progress Tracking
  • Question Saving
  • Flash Cards
  • Drag & Drops
  • 3 Months Access
  • PDF Downloads
Get Premium Access
Scroll to Top

FLASH OFFER

Days
Hours
Minutes
Seconds

avail 10% DISCOUNT on YOUR PURCHASE