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. A manufacturing plant, 'PrecisionParts Co.', uses a sensor to monitor the vibration levels of a critical machine every minute. They want an immediate alert if the current vibration reading is significantly different from the recently observed normal operating range, indicating a potential imminent failure. Which detection mode of the Azure Anomaly Detector service would be most appropriate for this immediate, point-by-point analysis?
Explanation
Real-time detection mode is described as best when requiring the latest measurement to be detected as normal or an anomaly, comparing each new data point to past seen data. PrecisionParts Co. needs immediate alerts based on the current reading, making real-time detection the suitable choice. Batch mode (A) analyzes historical sets. Historical analysis (B) is too general. Seasonal trend (C) is a data characteristic, not a detection mode itself.
2. A team developing a Generative AI model for image creation is carefully considering how to prevent their model from producing harmful or deeply biased imagery. They are implementing filters and human oversight. Which specific aspect of Responsible AI for Generative AI are they focusing on?
Explanation
Preventing the generation of harmful or biased imagery falls directly under Ethical Use and Bias Mitigation, which are key Responsible AI considerations for Generative AI. This involves ensuring the AI-generated content is not offensive, discriminatory, or misleading. Speed (A), architectural transparency (B), and style variety (D) are different concerns.
3. KnowledgeBase Solutions is building a search application using Azure AI Search. They have a collection of product manuals in PDF format that they need to make searchable. When they 'push' the content of these manuals (after converting them to a suitable structure) into their Azure AI Search index, what data format must this pushed data adhere to?
Explanation
Azure AI Search requires data being pushed into an index to be in JSON format. Each document in the index is represented as a JSON object, containing fields that correspond to the index schema. Therefore, the PDF content would need to be processed and structured into JSON documents. CSV (A) and SQL (B) are not the direct formats for pushing data into an Azure AI Search index via the API.
4. TechSupport Solutions wants to build a comprehensive text analysis system for customer feedback. They need a service that can perform sentiment analysis, entity recognition, key phrase extraction, and language detection all in one integrated solution. Which Azure service should they choose?
Explanation
Azure AI Language service is correct because it provides comprehensive natural language processing capabilities including sentiment analysis, entity recognition, key phrase extraction, language detection, and more. It's specifically designed for text analysis scenarios and combines multiple NLP features in one service.
5. Within Azure Machine Learning designer, a data scientist constructs a workflow for a regression model by connecting various pre-defined blocks that perform specific tasks like data import, data splitting, model training, and model scoring. What is the term for these individual, functional blocks or steps that make up an Azure ML designer pipeline?
Explanation
An Azure ML Pipeline component is defined as a single, reusable step within an ML pipeline, akin to a function in programming. In the Azure ML designer, these components are visually represented as blocks that can be dragged, dropped, and connected to form a complete machine learning workflow or pipeline. Jobs (A) are executions. Datasets (B) are data. Workspaces (D) are management containers.
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