Azure Fundamentals March 28, 2026 16 min read

Azure AZ-900 Free Practice Test — 400+ Free Questions for Microsoft Azure Fundamentals 2026

Start the free AZ-900 practice test with no signup. Questions cover all three Azure Fundamentals domains, updated for 2026, with detailed explanations for every answer.

Start Here — Why AZ-900 Is the Best First Cert for Most People

If you're looking for your first cloud certification and you're not sure where to start, the answer for most people in 2026 is Microsoft Azure Fundamentals (AZ-900). Not because it's the easiest — though it is — but because of the combination of factors that make it the highest-ROI first certification available:

  • Azure is the #1 enterprise cloud platform by market share in Fortune 500 companies
  • Non-technical people can pass with 2–3 weeks of prep — no IT background required
  • Free exam vouchers are regularly available through Microsoft Virtual Training Days
  • It validates cloud fluency that's relevant to almost every modern IT and business role
  • It's the fastest path to being able to speak the language of your cloud team

Whether you're a project manager who needs to understand what Azure is, a developer wanting to formalize your cloud knowledge, or a business analyst working with Azure data services — the AZ-900 is designed specifically for you. And starting with a free practice test is the smartest first move.

Heads up: If you're already a technical Azure user (e.g., you manage Azure environments daily), you may want to skip AZ-900 and go straight to AZ-104 (Azure Administrator). AZ-900 is foundational — it's excellent for non-technical people but may feel too basic for experienced Azure engineers.

AZ-900 Exam Overview 2026

Here's everything you need to know about the AZ-900 exam before you start practicing:

DetailInfo
Exam CodeAZ-900
CertificationMicrosoft Certified: Azure Fundamentals
Questions40–60 questions
Duration45 minutes
Passing Score700 / 1000
Exam Cost$165 USD
DeliveryPearson VUE (test center or online proctored)
PrerequisitesNone — no experience required
ValidityDoes not expire
DifficultyBeginner (Microsoft's easiest certification)

The AZ-900 has no prerequisites and never expires — two things that make it a unique certification. Once you pass, it's on your LinkedIn and resume permanently. The exam tests your conceptual understanding of Azure cloud services, not your ability to configure them hands-on.

Pro Tip: The AZ-900 frequently includes true/false, drag-and-drop, and scenario-based matching questions — not just multiple choice. Our free practice test focuses on multiple choice format, but the conceptual knowledge transfers directly to all question types on the real exam.

What the Practice Test Covers (All 3 Domains)

The AZ-900 exam is divided into three domains. Our free practice test covers all three in proportion to their weighting:

25–30% — Domain 1

Cloud Concepts

The foundation. Covers the benefits of cloud computing (scalability, elasticity, agility, reliability, predictability), cloud service models (IaaS, PaaS, SaaS) and when to use each, deployment models (public, private, hybrid, multi-cloud), and the shared responsibility model — who is responsible for what in the cloud vs on-premises. This is the most conceptual domain.

35–40% — Domain 2

Azure Architecture and Services

The largest domain. Covers Azure regions and availability zones, Azure resource hierarchy (management groups, subscriptions, resource groups, resources), core Azure compute services (VMs, App Service, Container Instances, Azure Kubernetes Service, Functions), Azure storage (Blob, Files, Queue, Table, Disk), Azure networking (VNets, VPN Gateway, ExpressRoute, Azure DNS, Content Delivery Network), Azure databases (Azure SQL, Cosmos DB, Azure Database for MySQL/PostgreSQL), and AI/ML services (Azure AI, Cognitive Services, Azure Machine Learning). A broad but shallow domain — know what each service does, not how to configure it.

30–35% — Domain 3

Azure Management and Governance

Covers cost management (factors affecting Azure costs, Azure pricing calculator, Total Cost of Ownership calculator, Azure Cost Management), Azure support plans and SLAs, compliance and privacy (Microsoft trust center, compliance documentation, Azure Policy, Microsoft Purview), and Azure management tools (Azure portal, Azure CLI, Azure PowerShell, Azure Cloud Shell, Azure Resource Manager, Azure Arc, Azure Advisor, Azure Monitor, Service Health). Many candidates underestimate this domain — it has a significant number of questions on the real exam.

Free Practice Test — Try It Now

These 6 free AZ-900 practice questions represent the style and difficulty of the real exam. All three domains are covered. Click an option then "Check Answer" to see the explanation.

Question 1 — Domain 1: Cloud Concepts

A company is migrating from its on-premises data center to Azure. They want the ability to scale resources up or down automatically in response to demand, paying only for what they use. Which cloud benefit BEST describes this?

A. High availability
B. Disaster recovery
C. Scalability and elasticity
D. Reliability

C is correct. Scalability means the ability to handle increased load, and elasticity means automatically scaling up AND down in response to demand — paying only for what you use. High availability (A) means keeping services running with minimal downtime. Disaster recovery (B) means recovering from failures. Reliability (D) means a system delivers expected results consistently. The key phrase "automatically" and "paying only for what they use" points directly to elasticity.

Question 2 — Domain 1: Shared Responsibility

When using Azure Software as a Service (SaaS) applications like Microsoft 365, which area of responsibility remains with the CUSTOMER?

A. Application maintenance and updates
B. User accounts and access management
C. Physical data center security
D. Network infrastructure maintenance

B is correct. In the shared responsibility model, SaaS shifts almost all responsibilities to the cloud provider. Microsoft manages the application, infrastructure, physical security, and networks. The customer ALWAYS retains responsibility for: user accounts and access management, the data they store in the service, and device security for devices used to access the service. This is one of the most-tested AZ-900 concepts.

Question 3 — Domain 2: Azure Services

A developer needs to run a web application without managing the underlying server infrastructure. The application has variable traffic and should scale automatically. Which Azure service is MOST appropriate?

A. Azure App Service
B. Azure Virtual Machines
C. Azure Virtual Network
D. Azure Blob Storage

A is correct. Azure App Service is a PaaS offering for hosting web apps, REST APIs, and mobile backends — without managing the server OS or infrastructure. It auto-scales based on demand. Azure Virtual Machines (B) is IaaS — you manage the OS. Azure Virtual Network (C) is for networking, not app hosting. Azure Blob Storage (D) is for storing unstructured data (files, images, videos). The key phrase "without managing server infrastructure" points to PaaS → App Service.

Question 4 — Domain 2: Azure Architecture

What is the purpose of Azure Availability Zones?

A. To group related Azure resources for billing purposes
B. To reduce network latency by placing resources closer to users globally
C. To separate development, testing, and production environments
D. To protect against data center failures within a region by using physically separate locations

D is correct. Availability Zones are physically separate data centers within a single Azure region, each with independent power, cooling, and networking. Deploying resources across zones protects against a single data center failure. Option A describes Resource Groups (for organization) or Management Groups (for billing/governance). Option B describes Azure CDN or regions. Option C describes environment separation, which is done through subscriptions or resource groups. AZ-900 frequently tests the distinction between regions (geographic areas) and availability zones (separate buildings within a region).

Question 5 — Domain 3: Cost Management

Which Azure tool allows you to estimate the monthly cost of Azure resources BEFORE you deploy them?

A. Azure Cost Management
B. Azure Pricing Calculator
C. Azure Advisor
D. Total Cost of Ownership (TCO) Calculator

B is correct. The Azure Pricing Calculator estimates costs for specific Azure resources BEFORE deployment. Azure Cost Management (A) tracks and analyzes actual spending AFTER resources are deployed. Azure Advisor (C) provides recommendations for cost, security, performance, and reliability — but not pre-deployment estimates. The TCO Calculator (D) compares total cost of running workloads on-premises vs. Azure — it's for migration decision-making, not individual resource pricing. The exam tests all four of these tools — memorize the distinction.

Question 6 — Domain 3: Azure Governance

A company wants to enforce that all Azure resources must be created in specific geographic regions to comply with data residency laws. Which Azure governance tool BEST helps enforce this?

A. Azure Blueprints
B. Azure Role-Based Access Control (RBAC)
C. Azure Policy
D. Microsoft Entra ID (Azure Active Directory)

C is correct. Azure Policy lets you define and enforce rules for Azure resources — including restricting deployments to specific regions. When someone tries to create a resource in a disallowed region, the policy blocks it or flags it for audit. Azure Blueprints (A) packages policies, RBAC, and resource templates — useful for setting up environments but more complex than a simple policy. RBAC (B) controls who can perform actions, not where resources can be deployed. Microsoft Entra ID (D) is identity and access management — it handles user authentication, not resource governance.

Get 400+ Free AZ-900 Practice Questions

ExamCert's full AZ-900 question bank is available in our app — free to start, covering all three domains with performance tracking. Premium unlock is $4.99 (one-time) with a 100% money-back guarantee.

Start Free AZ-900 Practice Test

How to Get AZ-900 Exam for Free (Voucher Tips)

The AZ-900 is one of the only major IT certifications you can potentially earn for zero cost. Here's how:

🎓 Microsoft Virtual Training Days

Microsoft regularly hosts free 2-day virtual training events for AZ-900. Attend both days and you receive a free exam voucher. These events run frequently — check the Microsoft Events page for upcoming Azure Fundamentals sessions. The voucher typically arrives within 5 business days after the event.

🎓 Microsoft Learn Challenges

Microsoft periodically runs Learn challenges tied to Azure certifications. Completing a qualifying learning path earns you a free exam voucher. Watch for announcements on the Microsoft Tech Community and Microsoft Learn platform.

🎓 Employer Sponsorship

Many employers — especially those in Microsoft's partner network — will reimburse or sponsor certification exams. If your company uses Azure, ask your manager or HR department about certification reimbursement. Many have specific budgets for this.

Bottom line: Don't pay $165 for AZ-900 without first checking if you can get it free. Attend a Microsoft Virtual Training Day (free to register), complete the free Microsoft Learn path, then practice with ExamCert questions. You could pass AZ-900 for $0.

2-Week AZ-900 Study Plan

This plan works for complete beginners studying 1–2 hours per day. All resources mentioned are free.

DayActivityGoal
Day 1–3Microsoft Learn: Cloud Concepts path (Domain 1)Understand IaaS/PaaS/SaaS, cloud benefits, shared responsibility
Day 4–7Microsoft Learn: Azure Architecture and Services (Domain 2)Know what each major Azure service does (not how to configure it)
Day 8–10Microsoft Learn: Azure Management and Governance (Domain 3)Understand pricing tools, Azure Policy, governance tools
Day 11–12ExamCert practice questions — 50+ per dayIdentify weak areas; review all incorrect answers
Day 13Full timed mock exam (45 minutes, 50 questions)Target 80%+ before booking the real exam
Day 14Review missed questions; light review of weakest domainConfidence check — if 80%+ consistently, you're ready

The Microsoft Learn learning path for AZ-900 is excellent, completely free, and takes about 10–12 hours total. It's the best structured study resource available and it's made by Microsoft themselves — you're studying from the source.

What to Do After AZ-900

Congratulations — you've decided to start with AZ-900. Here's what comes next based on your career direction:

  • IT Administration / Operations: AZ-104 Azure Administrator — manages Azure environments, users, subscriptions
  • Software Development: AZ-204 Azure Developer — builds applications on Azure
  • Security: AZ-500 Azure Security Engineer — secures Azure workloads
  • Architecture: AZ-305 Azure Solutions Architect Expert — designs Azure solutions at enterprise scale
  • Data & AI: DP-900 (Azure Data Fundamentals) or AI-900 (Azure AI Fundamentals) — both follow a similar format to AZ-900

Related Reading: Check out our guides on AZ-900 vs AZ-104 — which to take first and how to pass AZ-900 in 2026 for more detailed guidance on your certification journey.

Frequently Asked Questions

Is the AZ-900 free practice test actually free?

Yes — no credit card, no signup. ExamCert's free AZ-900 practice questions are available immediately. Premium ($4.99 one-time) unlocks the full 400+ question bank with performance tracking and a 100% money-back guarantee.

Is the AZ-900 hard?

AZ-900 is Microsoft's easiest certification. It's designed for non-technical professionals. With 2–4 weeks of study, most people pass first attempt. The passing score is 700/1000 and the exam tests cloud concepts at a high level — no hands-on labs or technical configuration required.

Can I pass AZ-900 with no IT experience?

Yes — AZ-900 requires zero technical background. Business professionals, sales teams, and complete beginners pass every day. The exam tests whether you understand cloud concepts and what Azure services do, not how to use them technically.

How do I get a free AZ-900 exam voucher?

Register for a Microsoft Virtual Training Day for Azure Fundamentals (free to attend). Attend both days and Microsoft sends you a free exam voucher. Check events.microsoft.com for upcoming dates. These events run regularly and are genuinely free — no upsells.

How many questions are on the AZ-900?

40–60 questions in 45 minutes. Question formats include multiple choice, multiple select, drag-and-drop, and true/false. No simulation or lab questions — the exam is purely conceptual. Passing score is 700/1000.

How long does AZ-900 certification last?

AZ-900 does not expire — it's a permanent credential. Unlike most Microsoft certifications that require renewal every year, the Fundamentals-level certifications (AZ-900, AI-900, DP-900, SC-900) are lifetime credentials. Once you pass, it's yours forever.

What is the best free resource for AZ-900 practice in 2026?

ExamCert's free AZ-900 practice questions are written by certified Azure professionals, updated for 2026 exam objectives, and include detailed explanations for every answer. Combined with the free Microsoft Learn AZ-900 learning path, this gives you everything you need to pass.

ExamCert Team

Written and reviewed by certified Microsoft Azure professionals. Our content is updated regularly to reflect the current AZ-900 exam objectives and Microsoft's latest Azure services. Learn more about our team →