Browse Microsoft Certification Guides

Azure AZ-900 FAQ: Exam Format and Prep

Azure AZ-900 FAQ for exam format, topics, prep strategy, practice, and common candidate traps.

IaaS / PaaS / SaaS: Infrastructure, platform, and software as a service, the three cloud-service models AZ-900 expects you to distinguish quickly.

RBAC: Role-based access control for Azure resource authorization.

What is AZ-900 and who should take it?

AZ-900: Microsoft Azure Fundamentals validates core cloud concepts and high-level Azure knowledge. It’s ideal for beginners, students, non-technical stakeholders, and career-switchers who want a recognized Azure baseline.

Are there any prerequisites?

No formal prerequisite exam. Light hands-on exposure to Azure services or Microsoft Learn modules helps.

What’s the exam format and passing score?

Microsoft Learn currently says the exam is proctored, may include interactive components, and requires a passing score of 700.

How many questions and how long is the exam?

As of April 14, 2026, Microsoft Learn says you will have 45 minutes to complete the assessment. Microsoft does not foreground a fixed public question-count line the way some vendors do, so pace for a short, conceptual exam rather than a long scenario-heavy session.

What kind of candidate is this exam really for?

AZ-900 is strongest for people who can already:

  • explain cloud concepts in plain language
  • recognize broad Azure service families without deep implementation detail
  • separate identity, governance, pricing, and architecture into different lanes
  • describe when a managed Azure option is better than building more yourself

If you answer like an Azure administrator or architect when the question is really about fundamentals and service fit, you will often overcomplicate the item.

Do I need deep hands-on skills?

Not required. AZ-900 focuses on concepts: what services do, when to use them, and basic trade-offs (cost, resiliency, security). Light lab time accelerates learning.

How long should I study?

From near-zero: 1–2 weeks with short daily sprints. If brand-new to cloud, plan 2–3 weeks including labs.

What topics are tested?

  • Cloud concepts: IaaS/PaaS/SaaS, elasticity, scalability, shared responsibility
  • Global infrastructure: regions, availability zones, region pairs
  • Core services: compute, storage, networking, databases (at a conceptual level)
  • Identity & security: Microsoft Entra ID (Azure AD), RBAC, Key Vault basics
  • Governance & management: management groups, subscriptions, resource groups, tags, Policy
  • Cost & SLA: pricing calculator, budgets/alerts, availability basics

What does the exam punish most often?

Failure pattern Better instinct
mixing regions, availability zones, and region pairs state the Azure scope boundary first, then the resiliency purpose
answering with a deeper admin action instead of a fundamentals concept stay at the Azure Fundamentals altitude
confusing RBAC, Policy, and Locks separate access, allowed configuration, and hard protection
treating cost, pricing, and support as one topic separate price estimation, spend control, and support/help options
choosing a more complex service when a simpler managed answer fits prefer the cleaner conceptual fit unless the stem requires more control

High-yield concept splits

If the stem contrasts… Strongest first reading Why
region vs availability zone region = geographic area, zone = isolated datacenter location inside a region AZ-900 often tests scope and resiliency boundaries
availability zone vs region pair zone = intra-region resiliency, region pair = broader geography pairing for continuity planning They solve different failure lanes
RBAC vs Policy vs Locks RBAC = who can act, Policy = what is allowed, Locks = what cannot be deleted or changed easily Access, guardrails, and hard protection are separate
pay-as-you-go vs reservation pay-as-you-go = flexible consumption, reservation = discounted commitment for predictable usage Cost questions usually hinge on flexibility vs savings

What is the minimum useful hands-on baseline?

You do not need a large Azure environment. A strong minimum baseline is being able to explain:

  • what a subscription, resource group, and management group each do
  • when to use a VM, App Service, storage account, and virtual network at a high level
  • where RBAC, Policy, and resource locks fit
  • where to look for cost estimates, budgets, and health information

That baseline is enough to make the exam feel practical instead of abstract.

Does Microsoft still provide practice tools for AZ-900?

Yes. As of April 14, 2026, Microsoft Learn still exposes both a Practice Assessment and an Exam Sandbox on the certification page. The practice assessment helps you find weak lanes. The sandbox helps you stop losing confidence to unfamiliar question interactions.

How is AZ-900 different from AZ-104 (Administrator)?

  • AZ-900: breadth & concepts; recognize services and principles.
  • AZ-104: hands-on administration; implement RBAC/Policy, networking, backup/monitoring.

What’s the best way to practice?

Start with short domain drills, then mixed sets, then a full mock. Aim for ~80% consistently on mixed sets before test day.

How should you review misses?

If the miss was really about… Fix it by doing this next
service confusion restate the job to be done, then pick the Azure service family that best matches it
hierarchy confusion draw the scope chain: management group -> subscription -> resource group -> resource
governance confusion label the control as access, policy guardrail, or lock
pricing confusion decide whether the question is about estimating price, controlling spend, or commitment savings
resiliency confusion restate whether the question is about zone failure, regional failure, or simple scale

Do I need to memorize exact command syntax?

No. Know the purpose of tools: Portal for visual management, CLI for cross-platform scripting, PowerShell in Windows-centric automation.

How should I think about redundancy and SLAs?

Higher redundancy typically raises availability. Quick SLA math:

Downtime (hrs/yr) = (1 − SLA) × 8760

Examples:

  • 99.9% → ≈ 8.76 hours/year
  • 99.99% → ≈ 0.88 hours/year
SLA Approximate downtime per year Exam reading
99% 87.6 hours Basic redundancy only; not strong availability
99.9% 8.76 hours Better, but still a meaningful outage window
99.95% 4.38 hours Stronger platform expectation
99.99% 0.88 hours Very high availability target

Common weak spots to fix before test day

  • Distinguishing IaaS vs PaaS vs SaaS in scenarios
  • Knowing regions vs availability zones vs region pairs
  • RBAC vs Policy vs Locks (access vs guardrails vs hard protection)
  • Cost basics (pricing calculator, reservations vs pay-as-you-go)

Which languages is the exam currently offered in?

As of April 14, 2026, Microsoft Learn lists these languages:

  • English
  • Japanese
  • Chinese (Simplified)
  • Korean
  • Spanish
  • German
  • French
  • Indonesian (Indonesia)
  • Arabic (Saudi Arabia)
  • Chinese (Traditional)
  • Italian
  • Portuguese (Brazil)
  • Russian

If language choice matters, recheck the live certification page before you schedule because vendors can change availability.

What should you not over-study?

Do not disappear into:

  • deep Azure implementation steps that belong more to AZ-104 or role-based exams
  • long product lists without tying them to a basic use case
  • complex networking or identity detail beyond the fundamentals scope

Which official source wins if another page disagrees?

Use the current Microsoft Learn study guide for AZ-900 as the source of truth for skills measured, scope, and current weighting. If another site sounds broader or more implementation-heavy than the study guide dated January 14, 2026, trust the Microsoft guide.

Tips for the exam itself

  • First pass fast; flag longer items for review.
  • Prefer managed, secure-by-default answers (least privilege, private endpoints where appropriate).
  • If two options seem right, choose the one that is simpler and more operationally sound.

What’s next after AZ-900?

Choose a role path: AZ-104 (Administrator), AZ-204 (Developer), AZ-305 (Solutions Architect), or data/security tracks depending on your goals.

If you want to move toward… Strongest next exam first
day-to-day Azure administration AZ-104
application development on Azure AZ-204
architecture and design decisions AZ-305
broader security or data specialization follow the relevant security, data, or AI track after fundamentals

Quick glossary (mini)

  • Elasticity: auto scale out/in with demand
  • Scalability: handle growth (often scale-out)
  • Fault tolerance: keep operating despite component failure
  • Resiliency: recover quickly from failures
  • Private Endpoint: private IP to a PaaS service in your VNet
Revised on Sunday, May 10, 2026