IT Certifications9 min read

AZ-900 Practice Questions with Explained Answers

By the QUFF Team

AZ-900 is the shortest serious certification exam most people will ever sit, and that brevity is a trap. With only around three dozen questions, there is no room for a weak area to average out - and Microsoft weights governance and cost management far more heavily than candidates coming from AWS expect.

A student working through study material on a laptop and phone, representing self-paced certification preparation

What the AZ-900 exam looks like

Microsoft is deliberately vague about question counts because exam forms differ. What is fixed is the scoring scale and the skills-measured breakdown, which is published and updated on the exam page.

AZ-900 format and skills-measured weights, verified July 2026. Microsoft revises the skills outline periodically - check the official exam page for the current version.
ItemDetail
Exam codeAZ-900 (Microsoft Azure Fundamentals)
QuestionsApproximately 32-36; Microsoft does not publish an exact figure
ScoringScaled 100-1000, passing score 700
Describe cloud concepts25-30%
Describe Azure architecture and services35-40%
Describe Azure management and governance30-35%
  • Question formats include single-answer, multiple-response, drag-and-drop ordering and yes/no series where each statement is scored separately.
  • In a yes/no series you usually cannot go back, so read all statements before answering the first.
  • There is no penalty for a wrong answer, so never leave one blank.

Practice: cloud concepts

This domain is platform-neutral. If you have studied any cloud fundamentals, most of it will already be familiar - the risk is answering from AWS vocabulary instead of Azure's.

Which cloud service model gives you the most control over the operating system?

Infrastructure as a Service. You manage the operating system, runtime and application; the provider manages the physical infrastructure and virtualisation. Platform as a Service takes the operating system away from you, and Software as a Service leaves you managing only your data and users.

A company keeps some workloads in its own data centre and runs others in Azure, with connectivity between them. What is this called?

A hybrid cloud. Distinguish it from multi-cloud, which means using two or more public cloud providers - the presence of an on-premises data centre in the question is what makes it hybrid rather than multi-cloud.

Which pricing characteristic describes paying only for the resources you actually consume, with no upfront hardware purchase?

Consumption-based pricing, which converts capital expenditure into operational expenditure. Exam wording often contrasts CapEx and OpEx directly, so learn which is which: buying servers is CapEx, paying a monthly Azure bill is OpEx.

What does high availability mean in the context of an Azure workload?

That the workload stays accessible during expected disruptions such as a single component or data centre failing. Do not confuse it with disaster recovery, which is about restoring service after a major unplanned event, or with scalability, which is about handling changes in load.

Practice: Azure architecture and services

The largest domain. You are being asked to match a described need to a named Azure service, and to know the hierarchy that everything sits inside.

What is the relationship between a management group, a subscription and a resource group?

They nest from broad to narrow: management groups contain subscriptions, subscriptions contain resource groups, and resource groups contain resources. A subscription is the billing and access boundary; a resource group is a logical container for resources that share a lifecycle. This hierarchy underpins most governance questions, so learn the order.

A company wants to migrate existing on-premises virtual machines to Azure with minimal changes. Which service?

Azure Virtual Machines. Lift-and-shift with minimal changes points at IaaS. If the question emphasised not managing servers or deploying only code, it would be pointing at Azure App Service or Azure Functions instead.

What does an Azure Availability Zone protect a workload against?

The failure of a single data centre within a Region. Availability Zones are physically separate locations inside one Region, each with independent power, cooling and networking. Region pairs, by contrast, protect against a Region-wide event.

Which Azure service provides identity and access management for users and applications?

Microsoft Entra ID. This was renamed from Azure Active Directory, and current exam content uses the Entra name - if your study material still says Azure AD, it predates the change. Note that Entra ID is not a cloud version of on-premises Active Directory Domain Services; that would be Microsoft Entra Domain Services.

Practice: management and governance

This is where AZ-900 differs most from comparable exams on other platforms, and where candidates lose the most marks. Three tools answer three different questions, and the exam constructs scenarios specifically to see whether you can tell them apart.

You must ensure nobody can delete a production resource group, including users with the Owner role. What do you use?

A resource lock set to CanNotDelete. This is the key distinction: role-based access control decides who is permitted to act, but a lock applies to everyone regardless of role, including owners. When a question says even administrators or regardless of permissions, it wants a lock.

The company requires that resources may only be created in specific Azure regions. What enforces this?

Azure Policy. Policy governs what may be created and how it must be configured - allowed regions, allowed SKUs, required tags - and can audit or block non-compliant deployments. RBAC would let you stop someone creating anything at all, but it cannot express a rule about which region is acceptable.

A finance analyst needs to view billing data but must not be able to change any resources. What is the correct approach?

Assign an appropriate read-only role through role-based access control. This is the who-can-do-what question, which is RBAC's job. Reach for Policy only when the constraint is about the properties of resources rather than the permissions of people.

Which tool would you use to estimate the cost of a planned Azure deployment before building it?

The Azure Pricing Calculator. Keep it separate from the Total Cost of Ownership calculator, which compares running workloads on-premises against Azure, and from Microsoft Cost Management, which tracks and analyses spend you have already incurred.

How AZ-900 differs from AWS Cloud Practitioner

If you have taken or studied for the AWS entry-level exam, most of the cloud concepts domain transfers directly. Two things do not.

The first is governance depth. AZ-900 expects you to reason about the management group and subscription hierarchy, Azure Policy, RBAC scope inheritance and resource locks as an interacting system. The AWS equivalent exam touches governance far more lightly.

The second is question format. Microsoft uses drag-and-drop ordering and yes/no statement series, which punish partial knowledge differently from straight multiple choice - you cannot eliminate your way to an answer. Practise in the format, not just on the content.

The bottom line

Now go test yourself

AZ-900 is a weekend exam for anyone with technical exposure, provided you spend one of those days on governance rather than on service names. The service catalogue is the part that feels like studying; the Policy-versus-RBAC-versus-lock distinction is the part that decides the result.

Test yourself on the governance scenarios first. If you can answer those without hesitating, the rest of the exam is recognition.

FAQs

Frequently asked questions

How many questions are on the AZ-900 exam?

Around 32 to 36, though Microsoft does not publish an exact number and it varies between exam forms. The passing score is 700 on a scale of 100 to 1000, which is a scaled result rather than a straight percentage of correct answers.

Is AZ-900 hard?

It is the least difficult certification in the Azure portfolio and assumes no hands-on experience. The common failure pattern is not difficulty but breadth: with so few questions, one weak domain - usually management and governance - is enough to drop you below the line.

What is the difference between Azure Policy and RBAC?

RBAC controls who can perform actions; Azure Policy controls what resources may exist and how they must be configured. A user with Contributor rights can create a virtual machine, but a policy restricting allowed regions or SKUs can still block that specific deployment. Resource locks are a third thing again - they prevent deletion or changes regardless of role.

Is Azure Active Directory the same as Microsoft Entra ID?

Yes - Entra ID is the current name for what was called Azure Active Directory. Study material that still uses the old name predates the rename, which matters because exam content uses the current terminology.

Should I take AZ-900 or AWS Cloud Practitioner first?

Take whichever matches the platform you will actually use, since the concepts transfer but the vocabulary does not. If you have no constraint either way, taking one and then the other is quick - the second is largely a translation exercise, with Azure governance being the main genuinely new material.

Related quizzes

Put it into practice

Keep reading

Related articles

Browse all articles →

Test yourself in two minutes

Six adaptive questions, every answer explained by an AI tutor. Free.

▶ Start an AI quiz