Microsoft · AI-900
Validates foundational knowledge of machine learning and AI concepts and related Microsoft Azure services. Designed for candidates with both technical and non-technical backgrounds.
Questions
464
Duration
45 minutes
Passing Score
700/1000
Difficulty
FundamentalsLast Updated
Jan 2025
Use this AI-900 practice exam to prepare for Microsoft Certified: Azure AI Fundamentals (AI-900) with realistic questions, detailed explanations, and focused study modes. The practice bank includes 464 questions for Microsoft AI-900, so you can review the exam steadily instead of relying on one long cram session.
As you practice, pay extra attention to recurring topics such as Artificial Intelligence workloads and considerations, Machine learning principles on Azure, Computer vision workloads on Azure, Natural Language Processing workloads on Azure, and Generative AI workloads on Azure. Start with short sessions to identify weak areas, then move into timed quizzes once your accuracy is consistent.
The explanations are especially useful when you want to connect exam wording to the responsibilities and scenarios described in the official certification guidance. Use the free preview first, then unlock the full question bank when you are ready to build a complete study routine.
The Microsoft Certified: Azure AI Fundamentals certification (AI-900) validates foundational knowledge of machine learning and artificial intelligence concepts, along with the Microsoft Azure services that support them. It covers the full breadth of modern AI workloads — from classical machine learning techniques such as regression, classification, and clustering, to computer vision capabilities like image classification and optical character recognition, to natural language processing services including sentiment analysis and speech recognition, and through to generative AI powered by large language models via Azure OpenAI Service and Azure AI Foundry. The certification was most recently updated on May 2, 2025, with an increased emphasis on generative AI (now weighted at 20–25%), reflecting industry demand. Note: Azure AI Foundry is in the process of being rebranded to Microsoft Foundry, and associated exam materials are being updated accordingly.
This is a fundamentals-level, non-expiring certification priced at approximately $99 USD (varies by region). It is delivered through Pearson VUE for general candidates, or through Certiport for students and educators. The certification serves as a stepping stone toward more advanced role-based credentials such as Azure AI Engineer Associate (AI-102) and Azure Data Scientist Associate (DP-100), though it is not a formal prerequisite for either.
AI-900 is explicitly designed for candidates from both technical and non-technical backgrounds, requiring no prior data science or software engineering experience. It is well-suited for IT professionals, developers, and cloud practitioners who want to establish a formal AI foundation, as well as business stakeholders — project managers, sales professionals, marketing specialists, and executives — who need to understand AI capabilities in order to collaborate with technical teams or identify AI opportunities within their organizations.
Job roles that commonly pursue this certification include aspiring AI Engineers, Data Analysts, Cloud Support Associates, Solutions Architects, and students entering technology fields. It is also valuable for professionals currently working in Azure environments who want to formalize their understanding of Azure's AI and ML service portfolio before pursuing the AI-102 or DP-100 credentials.
There are no mandatory prerequisites for AI-900. Microsoft does not require any prior certification or formal coursework before scheduling the exam. However, candidates benefit from a basic awareness of cloud computing concepts (ideally familiarity with Azure fundamentals) and a general understanding of how client-server applications function. These are not hard requirements, but they help contextualize the Azure-specific content on the exam.
For practical preparation, Microsoft recommends completing the official AI-900 self-paced learning path on Microsoft Learn, which is free and structured around the five exam domains. Candidates with no prior cloud exposure may wish to complete the AZ-900 (Azure Fundamentals) content first, though this is optional. Most candidates with basic technology literacy can prepare adequately in one to two weeks using the official materials.
The AI-900 exam consists of a variable number of questions (Microsoft does not publish a fixed count; typical sittings include approximately 40–60 questions) and must be completed within a 45-minute time limit. The exam may include multiple question types such as multiple choice, drag-and-drop, matching, and interactive scenario-based items. Candidates should expect some questions on Preview Azure features that are in common use, in addition to Generally Available (GA) features.
The exam is delivered online through Pearson VUE (with remote proctoring available) or at a Pearson VUE testing center. Students and educators may schedule through Certiport. A score of 700 or higher on a scale of 100–1000 is required to pass. If a candidate fails, a retake can be scheduled 24 hours after the first attempt; subsequent retake waiting periods vary per Microsoft's exam retake policy. The AI-900 is a fundamentals-level certification and does not expire, so no annual renewal is required.
AI-900 functions primarily as a credential signaling foundational AI literacy, making it valuable both as a standalone certification for non-technical professionals and as a launch point for deeper technical paths. For business-oriented roles — product managers, consultants, sales engineers, and executives — it provides the vocabulary and conceptual framework to evaluate AI solutions, communicate with technical teams, and contribute to AI strategy. For technical candidates, it establishes a documented baseline before pursuing the Azure AI Engineer Associate (AI-102), which commands salaries in the $120,000–$175,000+ range for experienced practitioners.
Job roles commonly associated with AI certifications on the Azure track include AI Engineer, Machine Learning Engineer, Data Scientist, Cloud Solutions Architect, and Data Analyst. Salary ranges for Azure AI-related roles broadly span $96,900 to over $200,000 depending on seniority, specialization, and geography. While AI-900 alone does not qualify candidates for senior technical positions, it is a recognized signal of initiative and foundational knowledge in a hiring market where 81% of hiring managers, according to recent industry surveys, report prioritizing demonstrated AI skills during candidate screening. The certification does not expire, so it retains its value without requiring periodic renewal exams.
5 sample questions with answers and explanations. Start a practice session to test yourself across all 464 questions.
Preview — answers shown1. In a Conversational Language Understanding model for a smart home system, if a user says, 'Dim the living room lamp to 50 percent,' the system needs to understand that the user's overall goal is to adjust a light. What is this overall goal or objective of the user's phrase called in CLU?
Explanation
An Intent represents the goal or objective in an utterance. In this case, the user's intent is to adjust a light's brightness (e.g., an intent named 'AdjustLightSetting' or 'SetDeviceState'). Entities (A) would be 'living room lamp' and '50 percent'. The whole phrase is the utterance (C). A list entity (D) is a type of entity.
2. In Azure AI Search, a 'skillset' is applied during the indexing process to enrich documents. For example, if a document contains an image, a skillset might include an OCR skill to extract text from that image and an entity recognition skill to identify names of people mentioned in that extracted text. What is the primary purpose of applying such a skillset?
Explanation
A skillset in Azure AI Search is a collection of AI skills that are applied to documents during the indexing pipeline. The purpose is to enrich the content by extracting additional information (e.g., text from images via OCR, entities, key phrases, sentiment) or by transforming it (e.g., translating text). This enriched data is then added to the index, enabling more powerful and insightful search experiences. Query definition (A), result storage (B), and automating unsupported sources (C) are different aspects.
3. A user is interacting with a search bar powered by Azure AI Search. They type the query 'azure ai services'. By default, without any special query operators, how does Azure AI Search typically interpret this multi-word query to find matching documents?
Explanation
The default query syntax for Azure AI Search is the 'simple query syntax.' While configurable, it often defaults to an OR logic for terms unless operators like '+' (AND) or '""' (phrase) are used. The key is that it doesn't *require* complex Lucene operators for basic multi-word searches. Full Lucene (B) offers more power but isn't the default interpretation for basic input. Advanced/complex (C,D) are not the standard default terms. The focus is on how it *interprets* unadorned multi-word input.
4. SnapScan Corp is building a mobile app that allows users to capture images of receipts and automatically extract expense details. To use the pre-trained receipt analysis capabilities of Azure AI Document Intelligence, what is a fundamental prerequisite that SnapScan Corp must establish in their Azure subscription?
Explanation
To use any Azure AI service, including Azure AI Document Intelligence and its receipt analyzer, you must first create an instance of that service (or a multi-service Azure AI services resource) in your Azure subscription. This resource provides the endpoint and keys for authentication and access. Training custom models is only necessary when building specialized analyzers beyond the prebuilt capabilities, not for using the pre-trained receipt analyzer. The assumption that receipt analysis is automatically available upon creating an Azure subscription is incorrect; a dedicated resource is always needed to access Azure AI services.
5. TechCorp is developing a mobile app that can identify different species of birds from photos taken by users. The app needs to automatically categorize each bird photo into one of 150 predefined species categories. What type of AI workload is this application implementing?
Explanation
Image classification is the correct answer because the app needs to categorize entire images into predefined categories (bird species). The system analyzes the whole image and assigns it to one specific class from a set of known categories. Object detection would be used if the app needed to locate and identify multiple birds within a single image, facial recognition is for identifying people, and OCR is for reading text from images.
Microsoft Dynamics 365 Supply Chain Management Functional Consultant Expert (MB-335)
MB-335 · 2039 questions
Microsoft Dynamics 365 Business Central Functional Consultant (MB-800)
MB-800 · 1899 questions
Microsoft Certified: Azure AI Engineer Associate (AI-102)
AI-102 · 1392 questions
Microsoft Certified: Windows Server Hybrid Administrator Associate (AZ-801)
AZ-801 · 1376 questions
Microsoft Dynamics 365 Finance Functional Consultant (MB-310)
MB-310 · 1299 questions
Microsoft 365 Certified: Fundamentals (MS-900)
MS-900 · 1201 questions
$17.99
One-time access to this exam