Exam AZ-900
AZ-900 MOCK EXAMS

Azure Fundamentals
Full Practice Tests

6 full blueprint-weighted mocks + 2 special modes.
Scaled scoring 100–1000. Passing: 700. Same format as the real AZ-900 exam.

Full Mock Exams 60 questions · 65 min · Scaled 100–1000

Mock 1 Full Exam
60 Questions 65 min 700/1000
Blueprint-weighted full exam
Start Mock 1
Mock 2 Full Exam
60 Questions 65 min 700/1000
Blueprint-weighted full exam
Start Mock 2
Mock 3 Full Exam
60 Questions 65 min 700/1000
Blueprint-weighted full exam
Start Mock 3
Mock 4 Full Exam
60 Questions 65 min 700/1000
Blueprint-weighted full exam
Start Mock 4
Mock 5 Full Exam
60 Questions 65 min 700/1000
Blueprint-weighted full exam
Start Mock 5
Mock 6 Full Exam
60 Questions 65 min 700/1000
Blueprint-weighted full exam
Start Mock 6

Special Practice Modes

Quick Drill 30 Questions
30 Questions 30 min All domains
Half-exam drill across all 3 Azure domains. Great for a focused study session.
Quick Drill (30Q)
Speed Challenge Timed
60 Questions 35 min High Pressure
Full exam with half the time. Tests decision speed and eliminates hesitation.
Speed Challenge
Domain-Wise Practice Domain-Wise
Per Domain 25 min Focused
Practice one Azure domain at a time. Target weak areas identified from mock exams.
Choose Domain

AZ-900 Exam Strategy

Know the Service Models
Understand IaaS, PaaS, SaaS deeply. Know real-world Azure examples: VMs (IaaS), App Service (PaaS), Office 365 (SaaS).
Shared Responsibility Model
Know exactly what Microsoft manages vs. what the customer manages for each service model. A guaranteed exam topic.
Understand Azure Pricing
Know the Azure Pricing Calculator, Total Cost of Ownership calculator, and Azure Cost Management. CapEx vs. OpEx.
Azure Governance Tools
Microsoft Defender for Cloud, Azure Policy, RBAC, Blueprints, Entra ID. Management and governance is 30–35% of the exam.

More Free Practice Resources

Prepping for Security+ too? Try the free Security+ PBQ practice library or the full CompTIA Security+ practice test (540 questions). Working toward GCP? The GCP PCA cheat sheet and free GCP PCA practice exams use the same exam-style format.

Sample AZ-900 Practice Questions

Real questions from our bank, with answers and explanations. The full mock exams serve the complete set, timed and scaled-scored.

Sample Question 1

Which of the following are valid ways to replicate data for an Azure Storage account? (Select all that apply).

  • Store three copies within a single datacenter.
  • Store three copies across multiple regions.
  • Store three copies across two regions, with read access to the secondary.
  • Store six copies across two datacenters in the same region.
Correct: These correspond to standard Azure Storage redundancy options: A is Locally-redundant storage (LRS). B is Geo-redundant storage (GRS) which replicates to a secondary region. C is Read-access geo-redundant storage (RA-GRS). There is no standard replication option that stores six copies within a region.
Sample Question 2

What are the primary benefits of using tags on Azure resources? (Select all that apply.)

  • To organize resources for billing and cost management
  • To automatically apply security updates
  • To define access permissions via RBAC
  • To provide metadata for resource management
  • To enforce compliance policies
Correct: Tags are key-value pairs that provide metadata for your resources. Their primary benefits include organizing resources (e.g., by department, project, environment) and enabling cost management by grouping and reporting on costs by tag. Tags themselves do not enforce policies or apply updates, but they can be used as conditions in Azure Policy. RBAC does not use tags for permissions.
Sample Question 3

Your company has a policy that all Azure resources must be tagged with a 'CostCenter' value upon creation. You need to ensure that any new resources created without this tag are automatically denied. What is the most efficient way to enforce this?

  • Manually review the Azure Cost Management report weekly and delete untagged resources.
  • Create and assign an Azure Policy with a 'Deny' effect for resources missing the required tag.
  • Create a ReadOnly Resource Lock on all resource groups.
  • Use Azure Advisor to recommend tags.
Correct: Azure Policy can enforce tagging compliance at deployment time. A policy definition with a 'Deny' effect will block the creation of any resource that does not include the required tag.