EnglishDeutschFrançaisEspañolPortuguês

Microsoft · AZ-900 · Fundamentals

Microsoft Azure Fundamentals (AZ-900) — Practice Questions and Mock Exam

Prepare for AZ-900 with original practice questions and clear answer explanations. Ask Alex, your AI tutor, when you need more detail, use your results to identify topics to review, and practice your pacing with timed mock exams.

50Mock exam questions
45minTime limit
700/ 1000Passing score

Checked against Microsoft · September 2026 · Current exam version

About the exam

The AZ-900 certification demonstrates foundational knowledge of cloud concepts and Azure services. It covers core cloud computing principles, Azure architecture components, Azure management and governance tools, compute, networking, storage services, identity, security, privacy, compliance, and Azure pricing and support. The exam validates a broad understanding of what Azure offers without requiring deep technical implementation skills.

This is the recommended entry point for anyone new to cloud computing or Azure, including business professionals, IT managers, sales and marketing teams, students, and non-technical stakeholders. It provides a solid foundation before pursuing role-based Azure certifications like AZ-104 or AI-200.

Try five AZ-900 questions

Try five practice questions from the app’s current Microsoft Azure Fundamentals question bank, with answers and explanations.

Describe Azure architecture and services1 / 5

A company has multiple Azure subscriptions across different departments. They need to apply a single Azure Policy to all subscriptions to restrict the deployment of virtual machines to specific regions. What should they use?

AlexFull explanation from Alex

Management groups provide a governance scope above subscriptions, enabling you to apply Azure Policy, RBAC, and budgets across multiple subscriptions in a single assignment. By placing departmental subscriptions under one management group, a policy restricting VM deployment to specific regions inherits down to all child subscriptions and their resource groups automatically. Resource groups exist within a single subscription and cannot span multiple subscriptions—wrong scope. Resource tags add metadata for cost tracking and organization but cannot enforce policy restrictions. Azure Blueprints package policies, role assignments, and ARM templates together, but they still rely on management groups or subscriptions as their assignment scope. Exam tip: whenever a question says 'apply one policy across multiple subscriptions,' the answer is management groups. (Ref: learn.microsoft.com/azure/governance/management-groups/overview)

Sourcelearn.microsoft.com

Describe Azure management and governance2 / 5

Which of the following is a benefit of using Azure Resource Manager templates for deploying infrastructure?

AlexFull explanation from Alex

Azure Resource Manager (ARM) templates use declarative JSON syntax to define the desired state of your infrastructure. Key benefits include: repeatable deployments (the same template produces identical environments every time), consistency across dev/staging/prod, idempotency (redeploying the same template yields the same result without duplicating resources), and built-in orchestration (ARM resolves dependency ordering automatically). Templates do not replace subscriptions—you still need a subscription as the deployment target. A single template can deploy dozens of resources simultaneously, not just one. Cost optimization is Azure Advisor's domain, not ARM templates. Exam tip: ARM templates = declarative, repeatable, consistent, idempotent infrastructure-as-code. Also note Bicep is the recommended successor to JSON ARM templates. (Ref: learn.microsoft.com/azure/azure-resource-manager/templates/overview)

Sourcelearn.microsoft.com

Describe Azure management and governance3 / 5

True or False: Azure Cloud Shell includes both Azure CLI and Azure PowerShell pre-installed, and persists files across sessions using an Azure Files share.

AlexFull explanation from Alex

Azure Cloud Shell is a browser-based, authenticated terminal accessible from the Azure portal, shell.azure.com, or the Azure mobile app. It comes pre-installed with both Azure CLI (az commands) and Azure PowerShell (Az module), plus tools like kubectl, Terraform, git, and code editors. File persistence works through an Azure Files share (5 GB) mounted at your $HOME directory, ensuring scripts and configurations survive session restarts. Cloud Shell runs on a temporary Linux host that auto-authenticates with your Azure credentials. Sessions time out after 20 minutes of inactivity. You choose between Bash or PowerShell at launch. The statement is True because both CLIs are pre-installed and Azure Files provides cross-session persistence. (Ref: learn.microsoft.com/azure/cloud-shell/overview)

Sourcelearn.microsoft.com

Describe Azure management and governance4 / 5

Your company needs to prevent accidental deletion of critical production resources in Azure. Which feature should you implement?

AlexFull explanation from Alex

Azure resource locks prevent accidental deletion or modification of critical resources. Two lock types: CanNotDelete (Delete lock) — authorized users can read and modify the resource but cannot delete it. ReadOnly — authorized users can read the resource but cannot modify or delete it. Locks can be applied at subscription, resource group, or individual resource levels and inherit to child resources. Locks override RBAC permissions — even Owners cannot delete a CanNotDelete-locked resource without first removing the lock. Azure Policy enforces compliance rules but doesn't prevent deletion directly. RBAC controls access but can't prevent Owner-level deletions. Exam tip: Resource locks = prevent accidental deletion/modification. Two types: CanNotDelete and ReadOnly. Override RBAC.

Sourcelearn.microsoft.com

Describe Azure architecture and services5 / 5

Identify the correct order of the Azure resource hierarchy from highest to lowest scope.

AlexFull explanation from Alex

The Azure resource hierarchy from highest to lowest scope is: Management groups → Subscriptions → Resource groups → Resources. Management groups sit at the top, organizing multiple subscriptions and applying governance at scale. Subscriptions are billing and access boundaries containing resource groups. Resource groups are logical containers grouping related resources for lifecycle management. Resources are the individual Azure services (VMs, databases, storage accounts). Policies and RBAC assignments at higher levels inherit down to lower levels. A resource can only belong to one resource group, a resource group to one subscription, and a subscription to one management group. Exam tip: Hierarchy top-down: Management groups > Subscriptions > Resource groups > Resources.

Sourcelearn.microsoft.com

452 practice questions

The Pass-IT question pool gives you material to practice for AZ-900. A Pass-IT mock exam uses 50 questions and a 45-minute time limit; these are practice settings.

Pool details: AZ-900

Exam details checked against MicrosoftSeptember 3, 2026

date of the last check against the official Microsoft source

Passing score700 / 1,000

as published by Microsoft

Objectives in the guide68 objectives listed in the official guide

across 3 domains in the official exam guide

Pool size452 questions

= The pool size is equivalent to 9 sets of 50 questions; this does not mean that each mock exam uses a separate set.

Blueprint domains3 domains in the exam blueprint

Describe cloud concepts 118 · Describe Azure architecture and services 180 · Describe Azure management and governance 154

Recorded as checked against sources452 of 452

questions recorded as having their answer, options, and explanation checked against official Microsoft documentation

What's on the exam

Azure architecture and services carries the most weight at 35–40%: regions and availability zones, compute and networking basics, storage services, and identity fundamentals like Microsoft Entra ID and RBAC. Management and governance follows close behind at 30–35%, covering cost management, Azure Policy, resource locks, and the portal, CLI, and ARM tooling used to manage resources. Cloud concepts (the shared responsibility model, service types, deployment models) sits at 25–30%, the conceptual base the other two domains build on.

The two heavier domains reward breadth across the Azure service catalog over depth in any one service, which is why the exam favors candidates who've explored the portal broadly rather than gone deep on a single workload.

Exam blueprint: AZ-900

Describe cloud concepts25–30%

Cloud computing fundamentals including shared responsibility model, cloud models (public/private/hybrid), consumption-based model, cloud pricing, serverless, benefits of cloud services, and cloud service types (IaaS, PaaS, SaaS)

≈ 4 h
Describe Azure architecture and services35–40%

Core architectural components of Azure (regions, availability zones, resources, subscriptions, management groups), compute and networking services, storage services, and identity/access/security including Microsoft Entra ID, RBAC, and Zero Trust

≈ 6 h
Describe Azure management and governance30–35%

Cost management in Azure, governance and compliance features (Azure Policy, resource locks, Microsoft Purview), tools for managing and deploying resources (Azure portal, Cloud Shell, Azure Arc, ARM templates), and monitoring tools (Azure Advisor, Service Health, Azure Monitor)

≈ 5 h

Exam format and question types

AZ-900 draws 40–60 questions from a mix of multiple-choice, multiple-response, drag-and-drop, true/false, and dropdown-selection formats inside a 45-minute window. Questions test conceptual understanding rather than hands-on configuration — recognizing what a service does and when to use it, not how to deploy it.

Question types: AZ-900

Multiple Choice42%

Select the single answer that best meets the question’s requirements.

Drag & Drop18%

Move items into the slots, groups, or sequence specified by the task.

Multiple Response18%

Select multiple answers. Follow the question’s instructions on how many to choose.

Dropdown12%

Choose options from dropdown menus to complete a statement or configuration.

True / False10%

Decide whether a statement is true or false, paying attention to its conditions and wording.

See Microsoft for official question-format information. The shares shown describe the Pass-IT practice pool; they do not establish the proportions on the official exam.

Preparing for AZ-900

AZ-900 runs through Pearson VUE, either online with a remote proctor or at an authorized testing center, and is offered in English, Japanese, Chinese, Korean, French, German, Spanish, Portuguese, and several other languages depending on location. As a Fundamentals certification, it does not expire and carries no renewal requirement.

Preparation and logistics: AZ-900

Preparation

Illustrative study time10–25 h

illustrative planning range: 10 h with relevant experience to 25 h when starting out; your needs may fall outside this range

LevelFundamentals

Taking and maintaining the certification

DeliveryPearson VUE online proctored or at authorized testing centers worldwide
Retake policy24-hour wait after the first attempt, 14 days between subsequent attempts, maximum 5 attempts per exam within a 12-month period
Certification validityFundamentals certifications do not expire and do not require renewal. However, Microsoft recommends staying current with evolving Azure services.

Common pitfalls

Topics to review: AZ-900

  1. 01Cloud Models

    Confusing IaaS, PaaS, and SaaS responsibility models and not knowing which Azure services fall into which category.

  2. 02Azure Regions

    Not understanding availability zones, region pairs, and sovereign cloud concepts and their impact on service availability.

  3. 03Pricing Calculator

    Struggling to differentiate the Azure Pricing Calculator from the Total Cost of Ownership (TCO) Calculator and their use cases.

  4. 04Governance Tools

    Mixing up Azure Policy, Blueprints, Management Groups, and Resource Locks and their specific governance functions.

  5. 05Identity Services

    Confusing Microsoft Entra ID (Azure AD) features like MFA, Conditional Access, and SSO with on-premises Active Directory.

Frequently asked questions

How long is the Microsoft Azure Fundamentals exam?

The AZ-900 exam has 50 questions and a 45-minute time limit.

What is the passing score for Microsoft Azure Fundamentals?

The passing score for the AZ-900 exam is 700 / 1000.

Which pitfalls should I review when preparing for Microsoft Azure Fundamentals?

Topics to review include Cloud Models, Azure Regions, Pricing Calculator, Governance Tools, Identity Services. Work through examples to check that you understand the distinctions and can explain your answer.

Does AZ-900 expire?

No. Microsoft fundamentals certifications do not expire and carry no renewal requirement, so once you pass AZ-900 it stays on your transcript. Azure itself keeps moving, so the certificate lasts longer than the knowledge does.

Do you need AZ-900 before AZ-104 or AZ-204?

No, both are open to book without it. AZ-900 is worth taking if cloud concepts, Azure regions and governance tooling are still new to you, since those are exactly the areas it covers. If you already administer Azure resources, going straight to the associate exam saves you a sitting.

How long does it take to prepare for AZ-900?

Around 15 hours is a realistic budget for someone with some IT background. The exam runs 45 minutes and leans on recognition rather than configuration, so spaced practice over a week or two beats one long session.

What happens if you fail AZ-900?

You can sit it again after 24 hours. Later attempts need 14 days between them, with a ceiling of five attempts on the same exam in any 12-month period.

How should you study for AZ-900?

The trap is treating AZ-900 as a vocabulary test and then meeting questions about the pricing calculator and governance tools that assume you have actually opened them. Our guide sets out what to click through rather than just read. Read the AZ-900 study guide

One certification, 12 months

Practice for AZ-900

Focus your practice on one certification, or choose Pro to practice across all certifications.

Start a free practice sessionTry the first 20 questions without a card to see whether the practice suits you.

For eligible purchases: money-back guarantee if you fail your exam.

View guarantee terms →