Home › Certifications › Azure AZ-900 Fundamentals
251 multiple-choice questions, 120 flashcards and 10 scenario simulations, organised into 7 chapters, written to the Microsoft AZ-900 blueprint. Every question carries a full rationale.
Study Azure AZ-900 Fundamentals in CoStudy →
Microsoft AZ-900 (Azure Fundamentals) — study guide updated 20 July 2026. Three domains: Describe cloud concepts 25-30%, Describe Azure architecture and services 35-40%, Describe Azure management and governance 30-35%. About 45 minutes of exam time, question count not published, passing score 700 on a 1-1000 scaled range (not 70% correct). No case studies and no labs. Fundamentals certifications do not expire.
CoStudy's Azure AZ-900 Fundamentals bank holds 381 items organised into 7 chapters that follow the published blueprint. Every multiple-choice question carries a written rationale explaining why the correct answer is correct and why each distractor is tempting but wrong, and the bank includes 10 scenario-based simulations.
Each chapter follows a domain of the published exam outline. Practise one on its own:
A sample of 12 multiple-choice questions from the bank, with the full rationale shown.
Which responsibility moves from the customer to Microsoft when a workload is migrated from an Azure virtual machine to an equivalent platform as a service offering?
Answer: A — Patching and maintaining the operating system that hosts the workload
A) Correct — moving up to platform as a service hands operating system maintenance to Microsoft. B) Access control remains a customer responsibility in every service model. C) Region selection is always a customer decision. D) Data classification and protection never transfers to the provider.
A finance team compares running workloads in its own server room against running them in Azure. Which characteristic BEST defines cloud computing as distinct from that server room?
Answer: A — Computing services are delivered on demand over the internet and billed for what is used
A) Correct — cloud computing is the on-demand delivery of compute, storage and networking over the internet, paid for as consumed. B) Tempting because it describes a real funding model, but outright purchase and depreciation is the capital-expenditure pattern of on-premises hardware. C) This is capacity planning for peak, the very practice cloud elasticity removes. D) A common misconception: cloud shifts cost structure and can be cheaper, but stable predictable workloads are sometimes cheaper on owned hardware.
An Availability Zone is:
Answer: B — A physically separate data center within a region
A) A region contains one or more zones. B) Correct — AZs are physically distinct data centers (separate power, cooling, network) within a region. Supported regions have at least 3 AZs for high availability. C) Networking is separate. D) Not a backup concept.
What is a 'sovereign region' (e.g., Azure Government, Azure China)?
Answer: C — A physically isolated cloud built for sovereignty rules
C) Sovereign clouds are physically and logically isolated deployments that satisfy a jurisdiction's regulatory and data residency rules. A) Commercial public regions are the general-purpose offering. B) Regions are not shared across providers. D) Connectivity exists, but access boundaries are far stricter.
An Azure VM Scale Set is BEST used for:
Answer: B — Running identical VMs that scale out behind a load balancer
B) A scale set deploys and manages a group of identical VMs as one resource, adding or removing instances automatically behind a load balancer. A) A single large machine is just a VM. C) Shared file storage is Azure Files or Blob storage. D) Event-driven code with no servers is Azure Functions.
A team runs a stateless image-thumbnailing routine that fires only when a file lands in storage, roughly 400 times a day, and takes two seconds per run. Which hosting choice BEST matches the workload's shape?
Answer: B — Azure Functions, invoked by an event trigger and billed on executions
B) Correct — event-driven, short-lived, bursty code with no state between runs is the textbook serverless profile; you pay per execution and the platform handles all scaling. A) Two always-on VMs are the opposite tradeoff: you carry cost for idle capacity and patch the OS for two seconds of work per invocation. C) Containers are right when you need custom runtimes or long-lived processes, but a resident container group is still paying for idle time here. D) A scale set solves elastic scaling for VM fleets and reacts to CPU metrics, not to a file-created event, so it is the answer to a different question.
Which Azure storage tier is CHEAPEST but takes the longest to retrieve data from?
Answer: C — Archive
A) Hot = most expensive, instant access. B) Cool = lower cost, instant access; 30-day minimum. C) Correct — Archive: lowest cost, retrieval takes HOURS, 180-day minimum. Best for compliance/long-term backup. D) Premium = highest cost, lowest latency.
Azure Files provides:
Answer: C — SMB and NFS file shares that clients can mount as drives
C) Azure Files exposes managed shares over SMB and NFS, which servers and clients mount like a traditional network drive. A) Object storage over REST is Blob storage. B) Long-term retention is the cool and archive blob tiers. D) Block devices for VMs are managed disks.
RBAC (Role-Based Access Control) follows the principle of:
Answer: B — Least privilege — assign only the minimum permissions needed
A) Violates security best practice. B) Correct — least privilege: users get the minimum permissions to do their job. RBAC roles: Owner, Contributor, Reader, custom. C) Not how RBAC works. D) Opposite of RBAC.
Microsoft Entra External ID is BEST used to:
Answer: A — Let partner and customer identities sign in to your apps as guests
A) Correct — External ID covers identities outside your organisation, letting partners and customers use their own credentials to reach your resources. B) Microsoft Entra Connect and Cloud Sync handle directory synchronisation. C) That is Azure RBAC, an authorisation feature. D) Badges are physical security, not identity management.
Cost analysis in Azure's cost management capabilities lets a customer:
Answer: A — Track actual spend and forecast future cost across selected scopes
A) Correct — cost analysis breaks down charges by scope, service and tag, and projects the trend forward. B) That is Azure Key Vault. C) That is a networking control. D) That is identity administration.
A retailer has servers in its own datacenter and in another public cloud, and wants them all visible in the Azure portal so policy and monitoring can be applied consistently. Which service enables this?
Answer: B — Azure Arc-enabled servers
B) Correct — Arc projects non-Azure machines, Kubernetes clusters and data services into Azure Resource Manager so they can be governed and monitored like native resources. A) Migrate assesses and moves workloads into Azure; the requirement here is to manage them where they are. C) ExpressRoute provides connectivity, which may be present but does not make external servers manageable resources. D) Templates deploy Azure resources and cannot enroll an outside server on their own.
6 sample cards from the 120 in the bank.
Availability Zone?
Physically separate data center within a region. Min 3 per supported region for fault tolerance.
Azure Functions?
Serverless compute. Pay per execution. Triggered by HTTP, queue, timer, etc.
Multi-Factor Authentication (MFA)?
Requires 2+ verification methods: something you know (password) + have (phone) + are (biometric).
Azure Load Balancer?
Layer 4 (TCP/UDP). Distributes traffic within a region. Public or internal.
What does Azure Policy do, and how does it differ from Azure RBAC?
Azure Policy evaluates resources against rules and enforces the result — auditing, denying non-compliant deployments, or modifying resources so they conform. RBAC controls who may perform an action; Policy controls what the resulting resource is allowed to look like. They are complementary, not alternatives.
Name the four core Azure Storage data services and the shape of data each holds.
Blob Storage — unstructured objects such as images, backups and logs. Azure Files — fully managed SMB and NFS file shares that can be mounted like a network drive. Queue Storage — messages for decoupling application components. Table Storage — schemaless structured NoSQL rows.
These samples are a small slice. The full bank runs flashcards, multiple choice and timed mock exams with per-chapter progress tracking, on the web and in the iOS app.
Open Azure AZ-900 Fundamentals →
The Azure AZ-900 Fundamentals bank holds 381 items: 251 multiple-choice questions, 120 flashcards and 10 scenario-based simulations. 18 of them are on this page to read free, with no signup.
Yes. Every multiple-choice item carries a written rationale that states the controlling principle behind the correct answer and then addresses each wrong option in turn — why it tempts and precisely where it fails. Knowing why the plausible answer was wrong is worth more than knowing which letter was right.
It is organised into 7 chapters that follow the published exam blueprint: Cloud Concepts; Core Architectural Components; Compute and Networking Services; Storage Services; Identity, Access and Security; Cost Management and Governance; Deployment Tools and Monitoring. The number of questions in each chapter is proportional to that domain's published weight, so working through the bank exposes you to roughly the mix the real exam uses.
Microsoft AZ-900 (Azure Fundamentals) — study guide updated 20 July 2026. Three domains: Describe cloud concepts 25-30%, Describe Azure architecture and services 35-40%, Describe Azure management and governance 30-35%. About 45 minutes of exam time, question count not published, passing score 700 on a 1-1000 scaled range (not 70% correct). No case studies and no labs. Fundamentals certifications do not expire.
The samples on this page are free to read in full, rationales included, with no account. The complete 381-item bank, the timed mock exams and per-chapter progress tracking are part of CoStudy on the web and in the iOS app.
Last reviewed 2026-08-22. Banks are written against the certifying body's published exam outline and re-checked when that outline changes — exams get renumbered, retired and reweighted, and a bank written to a superseded outline teaches the wrong proportions. Figures that are re-indexed annually are deliberately not asserted as rules; the questions test the governing principle instead.
This bank is written against Microsoft's published exam material. Check Microsoft Credentials study guides for the current outline, fees and eligibility rules — those change, and the certifying body is the only authority on them. CoStudy is not affiliated with Microsoft.