The AZ-305 runs 120 minutes. There are case study sections you cannot return to once you submit them, no flagging, no second pass. That alone catches more experienced candidates off guard than any individual topic. Add 40–60 questions across four domains spanning the entire Azure surface area, and you have an exam that punishes narrow preparation as reliably as it rewards breadth.
What Is the AZ-305, in Plain Terms?
The AZ-305 is the design half of the Azure Solutions Architect Expert credential. You're not being tested on whether you can administer Azure, that's the AZ-104. You're being tested on whether you can design Azure solutions that satisfy competing constraints: cost, reliability, security, and operational manageability.
Every question presents a scenario. Every scenario has requirements and constraints. The right answer is the one that satisfies all stated requirements while respecting the constraints, not the most technically impressive option, and not your personal preference. That shift from operational thinking to architectural judgment is what trips experienced Azure administrators more than any knowledge gap.
Quick Facts
- Passing score: 700/1000
- Duration: 120 minutes, including 2–3 case studies that cannot be revisited after submission
- Question count: 40–60 questions (official range)
- Cost: $165 USD
- Prerequisite for the badge: Active AZ-104 required alongside AZ-305 to earn the Expert credential
- Renewal: Annual, via free online assessment (no re-exam)
- Total study hours: 40–120 hours depending on your Azure background
- Mental model: Trade-off reasoning, not feature memorization
Exam at a Glance
| Item | Value |
|---|---|
| Cost | $165 USD (varies by country) |
| Duration | 120 minutes |
| Questions | 40–60 (official range; includes 2–3 case studies) |
| Passing Score | 700/1000 |
| Format | Multiple choice, multiple response, true/false, drag-and-drop, case studies |
| Validity | 1 year (free online renewal assessment) |
| Testing | Online proctored or test center (Pearson VUE) |
| Retake Policy | Per Microsoft's standard retake policy |
The case studies deserve specific attention. Each one presents a multi-page scenario, business context, technical requirements, constraints, followed by several questions. Once you submit a case study section, you cannot go back. This is not the same as a flagging system where you revisit individual questions later. The whole block closes. Candidates who don't know this going in often rush the case studies to "finish them quickly" and miss the nuance the questions depend on.
For standalone questions, you have a wide variety of formats: multiple choice, multiple select, yes/no, true/false, drag-and-drop ordering. Some are single-click; others require you to evaluate four or five options. The format variation itself isn't hard, but it means you can't develop a single answer rhythm. Read each question type before you start selecting.
One note on the format data: some older sources cite 150 minutes and 65 questions. The current consensus from multiple community sources, and the figure used by Microsoft's own documentation, is 120 minutes and 40–60 questions. Plan for 120 minutes.
What Is the AZ-305 Actually Testing?
The exam is testing judgment. Specifically, it wants to know whether you can look at a scenario with constraints, budget ceiling, RTO of four hours, data residency in Germany, existing on-premises Active Directory, and select the architecture that satisfies every condition simultaneously.
This is harder than it sounds. Most Azure professionals have a comfortable subset of Azure they know deeply. The AZ-305 covers the whole service catalog at a design level. The pattern across pass reports is consistent: candidates who passed quickly had broad Azure exposure, not necessarily deep expertise in any single area. Candidates who failed often knew their preferred domain well and ran into trouble everywhere else.
The Well-Architected Framework's five pillars, Cost Optimization, Operational Excellence, Performance Efficiency, Reliability, Security, give you a vocabulary for evaluating answer choices. When you're unsure between two options, ask which pillar each one optimizes and which pillar the scenario constraint is emphasizing.
Who Should Take This Exam?
This exam is right for you if you're working as a cloud architect, senior cloud engineer, or cloud consultant who designs Azure solutions rather than just operating them. People with two or more years of Azure experience across compute, networking, and storage will find the breadth manageable. People who hold the AZ-104 and are ready to move from operational execution to architectural design are the core audience.
Who should wait: AZ-104 candidates who just passed and want to stack the Expert immediately. The jump in reasoning style is significant. Spend time actually designing systems before you attempt the design exam. If you're architecting under supervision or reviewing others' designs, that's the signal you're ready.
One non-obvious prerequisite: you need an active AZ-104 to earn the Expert badge. Passing AZ-305 alone grants you nothing except a passed exam. If your AZ-104 has lapsed or you haven't taken it, sort that out before booking AZ-305.
Domain Breakdown
Domain 1, Design Identity, Governance, and Monitoring Solutions (28%)28%
The identity and governance domain covers Azure Entra ID, Conditional Access policies, RBAC hierarchies, Azure Policy, Azure Key Vault, and monitoring strategies using Azure Monitor and related tooling. At 28%, it's the second-heaviest domain on the exam.
Plenty of candidates consistently underestimate this one. The reasoning is understandable: identity and governance feel administrative, not architectural. But the exam tests it architecturally, which RBAC scope satisfies least-privilege across a management group hierarchy, which Conditional Access configuration meets a compliance requirement without blocking legitimate access, when Key Vault is the right answer versus a managed identity pattern.
What shows up repeatedly in community threads: questions that combine identity with cost or with operational complexity. A scenario might require you to pick the identity pattern that satisfies a security constraint without requiring manual key rotation. That's not a trivia question about what Key Vault does; it's a judgment question about when to use it.
Don't underestimate the monitoring sub-topic. Azure Monitor, Log Analytics workspaces, and diagnostic settings appear in architectural scenarios, not just as "how do you monitor this" but as "which monitoring architecture supports these operational requirements at this scale."
Domain 2, Design Data Storage Solutions (23%)23%
This domain covers relational storage (Azure SQL Database, Azure SQL Managed Instance), non-relational storage (Cosmos DB, Table Storage), blob storage with lifecycle management, analytics platforms (Synapse, Data Factory), and data integration patterns.
Some candidates report that SQL vs. Cosmos DB decision-making appears frequently; the exam wants you to know when consistency requirements, global distribution needs, or schema flexibility push you toward one over the other. Limited community data on this domain makes it harder to characterize precisely, but the official study guide is clear that selecting the right storage service for a given scenario is the core skill being tested.
Work through the decision criteria: transactional workloads with structured data and ACID requirements point toward SQL. Global distribution with flexible schemas and high write throughput point toward Cosmos DB. Blob storage with tiered access lifecycle policies is its own track. Know the decision tree, not just the service definitions.
The analytics piece is smaller but present. Understanding when Azure Synapse Analytics is the right answer versus a simpler SQL Database, and when Data Factory handles integration requirements, keeps you covered here.
Domain 3, Design Business Continuity Solutions (18%)18%
Business continuity covers Azure Backup, Azure Site Recovery, high availability patterns, RTO and RPO design, and availability sets versus availability zones.
Some candidates report that RTO/RPO scenario questions are more precise than expected; the exam gives you a specific RTO, say, four hours, and asks you to select the recovery architecture that meets it. Knowing that Site Recovery supports near-zero RPO but has different cost and complexity implications than geo-redundant backup is the kind of distinction these questions probe.
Hands-on time with Site Recovery and Azure Backup configurations helps here. The conceptual knowledge isn't enough when questions get specific about failover behavior. At 18%, this domain won't save or sink your score, but missing it entirely on a 40–60 question exam is a meaningful hit.
Availability zones versus availability sets is a reliable question topic. Know which provides protection against datacenter failure versus rack failure, and when each is the right design choice given the scenario's reliability requirements.
Domain 4, Design Infrastructure Solutions (33%)33%
This is the heaviest domain and the most technically broad. Compute selection across VMs, containers, Azure Kubernetes Service, Azure App Service, and Azure Functions; networking topologies including hub-and-spoke, virtual WAN, VPN gateways, and ExpressRoute; load balancing with Traffic Manager, Application Gateway, and Azure Load Balancer; migration planning with Azure Migrate; and application architecture patterns.
Allocate the most study time here. The candidates who pass consistently say this domain decides the outcome, not because it's disproportionately hard, but because 33% of the exam is a lot of questions to lose on.
The networking questions are particularly specific. Know when Traffic Manager (DNS-based global routing) is the right answer versus Application Gateway (layer-7 regional load balancing with WAF) versus Azure Load Balancer (layer-4). Know hub-and-spoke topology and when Azure Virtual WAN simplifies it. VPN gateway SKUs and ExpressRoute scenarios appear in cost-constrained contexts.
Compute selection is the other reliable focus. Serverless (Azure Functions) versus containerized workloads (AKS or Container Apps) versus traditional VMs with scale sets, the exam gives you workload characteristics and asks you to match. The key constraint variables are: state requirements, scaling behavior, latency sensitivity, and cost structure.
Migration scenarios require knowing Azure Migrate's assessment and discovery capabilities. The question isn't usually "what is Azure Migrate" but "given this on-premises environment and these requirements, what migration approach and landing zone design is correct."
Why Experienced Azure Professionals Still Fail This Exam
The failure pattern is consistent across community accounts. Here are the five reasons candidates don't pass.
Narrow breadth. Candidates know their domain and struggle everywhere else. The exam tests all of Azure at a design level. One community source described it directly: the exam tests "knowledge of all of Azure, not only the parts you are comfortable with." If you've spent three years on Azure networking, you still need to know Cosmos DB consistency levels and Entra ID Conditional Access.
Treating it like the AZ-104. The AZ-104 rewards knowing how to do things in Azure. The AZ-305 rewards knowing which thing to do and why. Candidates who study by memorizing service features fail because features aren't what the questions ask about. The question is always: given these constraints, which design satisfies them all.
Trusting the official Microsoft Learn path too completely. Community sources are consistent on this point: candidates who relied solely on the Microsoft Learn study path felt underprepared on exam day. The path is a starting point, not a complete preparation strategy. It has a documented disconnect from what the exam actually tests.
Skipping practice exams under real time pressure. Taking practice questions at leisure is not the same as running a timed 120-minute session with a strict case study sequence. Several failure accounts mention that time management collapsed under real conditions despite knowing the material.
Underestimating identity and governance. At 28%, this domain deserves serious preparation. Candidates who skimmed it to spend more time on infrastructure found themselves without enough points to compensate.
One concrete data point from the community: one candidate failed on a first attempt with a score of 634 after 36 hours of study using only the official Microsoft path. After 40 additional hours with broader resources, the same person passed with a score of 844. That's not a horror story, it's a calibration guide.
How to Prepare
The official starting point
Begin with Microsoft Learn's official learning paths for AZ-305. They're free and comprehensive, and they give you the complete domain inventory. The weakness: the learning paths are gentler than the real exam. Finishing them does not mean you're ready. Use them as a structured foundation, then go broader.
The Azure Architecture Center deserves specific mention. The reference architectures there are not just supplementary reading, they are high-yield exam preparation. Scenarios you encounter on the exam closely mirror the architectural decisions those reference docs discuss. Read them not as documentation, but as design reasoning.
Microsoft publishes an official exam readiness video series on Microsoft Learn covering each domain. Watch the infrastructure and identity episodes especially; they clarify what the exam is testing in terms you won't get from a service feature list.
Practice questions and score targets
Use CertCompanion's AZ-305 practice exams at /exams/microsoft-azure-infrastructure-solutions-az-305 as your primary practice exam tool. Aim for 80% or above on three consecutive timed sessions before you book the exam. Hitting 80% once doesn't tell you much; hitting it consistently under timed conditions tells you your preparation is stable.
When you get a question wrong, don't just note the right answer. Understand which constraint the right answer satisfies that your answer didn't. That analysis is the skill the exam actually tests.
Cost per study hour
At $165 for the exam, the investment question is really about total time cost. Most candidates who pass put in somewhere between 40 and 120 hours total. At 80 hours (a reasonable midpoint for someone with solid Azure background), you're looking at roughly $2 per study hour just on the exam fee. The real cost is the time, not the fee.
Official tools worth using
- Microsoft Learn official learning paths, free, comprehensive, use as your domain inventory
- Azure Architecture Center, free, high-yield for scenario reasoning
- Official Exam Readiness Zone video series, free, available on Microsoft Learn
- AZ-305 official study guide, the skills measured document at learn.microsoft.com; use it as your checklist
Hands-on labs
Do the hands-on work. Configure availability sets and zones. Set up Azure Site Recovery for a test workload. Build an Azure Policy initiative and apply it at the management group scope. Create a hub-and-spoke network with peering. The exam will test these patterns in scenarios, and having actually built them makes the constraint-matching obvious in a way that reading doesn't.
How Long Will This Take?
The honest answer is that it depends entirely on your current Azure breadth.
| Background | Estimated hours | Notes |
|---|---|---|
| Deep Azure experience across compute, networking, storage, and identity | Some candidates report as few as 20–40 hours | Limited data on this tier; individual results vary significantly |
| Solid Azure experience, AZ-104 held, some architectural exposure | Community reports suggest 40–80 hours; one candidate documented roughly 80 hours across two attempts | Most candidates fall in this range |
| Newer to Azure or primarily operational background | 80–120+ hours is a reasonable estimate | Plan for broader coverage and more hands-on time |
These figures come from limited community data and should be treated as rough guides, not guarantees. Your specific gaps matter more than your tier. Run a practice exam early to find them.
What to Do on Exam Day
Book the exam during the hours when you think most clearly. This is not a minor optimization; 120 minutes of architectural reasoning on questions that require reading multiple-paragraph scenarios takes real mental energy.
Read the entire case study before answering any questions in that section. The requirements and constraints are distributed across the scenario document, and answering based on an incomplete read leads to errors that feel obvious in retrospect. Take the time.
Once you submit a case study section, it closes. This is the rule that catches people. You cannot flag a question from a case study and return to it during the standalone question portion. Decide before you submit, not after.
For standalone questions, maintain roughly two to three minutes per question. Flag questions that require extended reasoning and return to them. Don't let a single difficult question compress your time on later questions.
The right answer always satisfies all stated constraints. When two options both seem technically valid, identify which constraint the question is actually testing: cost ceiling, RTO requirement, data sovereignty, least-privilege access. One option will satisfy it; the other will trade it away for a different benefit the scenario didn't ask for.
Scores post immediately for most question types. Your scaled score appears on screen before you leave the testing center or close the online proctoring window.
After You Pass
What the credential actually does
The Azure Solutions Architect Expert credential sits at the top of the Azure role-based certification track. It signals to employers that you can design production Azure environments, not just operate them. The roles that list it include Azure Solutions Architect, Cloud Consultant, Senior Cloud Engineer, and Principal Architect positions.
Azure Solutions Architect roles are competitive at every experience level. Community salary data and job postings consistently place entry-level architect roles in the $90,000 range, with senior positions reaching $215,000 and above. National averages reported across job platforms land between roughly $146,000 and $175,000 in base salary, with total compensation higher at senior levels when bonuses and equity are included.
Demand for cloud architecture roles has been strong. AI-related Azure roles in particular have grown significantly in recent years, and cloud positions broadly are projected to grow through the end of the decade. The Expert credential positions you for that demand directly.
Renewal
The certification requires renewal annually. You don't retake the exam; Microsoft provides a free online renewal assessment on Microsoft Learn. It covers updates to the exam domains and can be completed without scheduling or fees. Calendar it before your expiry date, there's no grace period.
What to do next
The natural follow-ons after AZ-305 are:
- AZ-400 (Azure DevOps Engineer Expert), if you're moving toward platform engineering and CI/CD architecture
- AZ-500 (Azure Security Engineer Associate), if identity and governance was a strong domain for you and you want to go deeper on security
- AZ-700 (Azure Network Engineer Associate), if networking was the technical area you found most interesting or where you had gaps
If you don't yet hold AZ-104 and passed AZ-305 first, the AZ-104 is what unlocks the Expert badge. Prioritize it.
Questions Candidates Actually Ask
Is the AZ-305 hard? It's hard in a specific way. The individual topics aren't obscure, but the exam tests your ability to apply them simultaneously under constraint. Candidates with deep but narrow Azure experience often find it harder than the AZ-104 despite having more total Azure knowledge. The difficulty is in the reasoning, not the recall.
How many hours do I need to study? Community data suggests 40–120 hours depending on your existing Azure breadth. Most candidates with solid Azure experience and the AZ-104 already held land somewhere in the 40–80 hour range. Candidates who are newer to Azure or primarily operational should plan for 80–120 hours or more. Don't schedule the exam based on hours studied; schedule based on consistent 80%+ on practice exams.
Does the cert expire? Yes. The Azure Solutions Architect Expert credential requires annual renewal via a free online assessment on Microsoft Learn. You don't retake the full exam; the renewal assessment covers domain updates and is free to complete.
Do I need the AZ-104 before taking AZ-305? AZ-104 is not required to sit the AZ-305 exam. But it is required to earn the Expert badge. Passing AZ-305 alone gives you a passed exam record, not the credential. If you don't already hold AZ-104, you'll need it to get the Expert certification on your transcript.
Is the Microsoft Learn study path enough? No, and this is the most consistent warning in community experience posts. The official Microsoft Learn path is a good structural foundation, but it's easier than the real exam and has a documented gap from what the exam actually tests. Use it as a starting point and supplement with the Azure Architecture Center, practice exams, and hands-on labs.
What happens if I fail? Microsoft's standard retake policy applies. You can reschedule after a waiting period. If you fail, review which domains cost you points before rescheduling. The scoring report shows domain-level performance. One candidate in the community failed with 634, studied for 40 more hours with broader resources, and passed with 844. The gap between attempts was targeted preparation, not random re-studying.
What's the retake waiting period? Microsoft's standard policy requires a waiting period before retaking a failed exam. Check the current policy on the Microsoft Learn certification page before scheduling, as specific timelines can change.
Is the case study format as hard as it sounds? The case studies themselves aren't dramatically harder than standalone questions, the scenarios are longer, but the question logic is the same. The harder part is the no-return rule. Once you submit a case study section, it's locked. Read the entire scenario before answering anything, and make your final answers before you move on.
The AZ-305 is a serious exam. It won't reward you for studying features and it won't forgive narrow preparation. The candidates who pass it reliably are the ones who study Azure broadly, practice under real time constraints, and develop the habit of reading scenarios for constraints before they start evaluating options. Build practice exam scores to 80% consistently before you book the exam date.
Start your AZ-305 practice today at CertCompanion, where scenario-based questions are built around the same trade-off reasoning the real exam tests.