dc dotCreds
Daily, exam-focused micro practice

Free AZ-305 practice test

Know why every answer is right or wrong.

Every answer explained with source-backed reasoning No guessing Progress tracked Questions updated at May 13, 2026, 10:01 AM CDT
Exam breakdown Top domains in this AZ-305 bank
Design Infrastructure Solutions 37%
About 77 items in this bank
Design Identity, Governance, and Monitoring Solutions 29%
About 60 items in this bank
Design Data Storage Solutions 23%
About 48 items in this bank

What AZ-305 covers: Design Infrastructure Solutions (37%) • Design Identity, Governance, and Monitoring Solutions (29%) • Design Data Storage Solutions (23%)

New set every day. Start today's questions before they rotate.

AZ-305 icon

AZ-305

Designing Microsoft Azure Infrastructure Solutions

What you get immediately

  • A real AZ-305 question first, not a wall of copy
  • Correct answer plus per-choice explanation
  • Source link for follow-up study
  • Free daily set, then full-bank Pro when you want more
Question 1 of 10
Objective 4.20 Design Infrastructure Solutions

Which Azure service allows you to distribute traffic across global regions using DNS-based routing?

Concept tested: Design Infrastructure Solutions

A. Incorrect: It is used for HTTP(S) traffic management and does not focus on global DNS-based routing.

B. Incorrect: It is designed for internal load balancing within a virtual network, not for global traffic distribution.

C. Incorrect: It is intended for application delivery and SSL termination, not for global DNS-based traffic routing.

D. Correct: Azure Traffic Manager is specifically designed for DNS-based traffic load balancing across global Azure regions.

Why this matters: Architects choose Traffic Manager when the design needs DNS-based routing across regional endpoints instead of regional layer-7 proxying.
Question 2 of 10
Objective 1.4 Design Identity, Governance, and Monitoring Solutions

A Conditional Access policy must strengthen sign-in security without blocking access outright. Which grant control is the least restrictive option that still adds protection?

Concept tested: Design Identity, Governance, and Monitoring Solutions

A. Incorrect: It adds no extra protection at all.

B. Correct: MFA strengthens authentication without fully blocking the user.

C. Incorrect: Blocking access is the most restrictive outcome.

D. Incorrect: Turning off policies removes enforcement rather than applying a Conditional Access control.

Why this matters: Architects often need to balance security and user experience, and MFA is a common way to raise assurance without shutting users out.
Question 3 of 10
Objective 3.5 Design Business Continuity Solutions

Which Azure Storage redundancy option should an architect choose when blob data must be replicated to a secondary region and remain readable there before failover?

Concept tested: Design Business Continuity Solutions

A. Correct: RA-GRS provides a replicated secondary region together with read access to the secondary endpoint.

B. Incorrect: ZRS protects data across availability zones in one region, not a readable secondary region.

C. Incorrect: LRS keeps copies within a single datacenter or region and does not provide a secondary region endpoint.

D. Incorrect: Premium SSD v2 is a managed-disk performance offering, not a blob redundancy option.

Why this matters: Architects choose the storage redundancy model based on whether the design needs zone resilience, regional resilience, or a readable secondary region before failover.
Keep the momentum

You're 3 questions in. Want the full bank?

Unlock the full question set, timed exam mode, practice mode, saved progress, previous tests, and readiness scoring.

Unlock this exam

200 more questions, timed exam mode, and saved history are waiting in the full unlock.

Question 4 of 10
Objective 2.5 Design Data Storage Solutions

Which feature allows you to restore a database from a specific point in time using Azure SQL Database?

Concept tested: Design Data Storage Solutions

A. Incorrect: Automated backups create the restore points, but the restore feature itself is point-in-time restore.

B. Correct: Point-in-time restore allows you to recover your database to any point in time within the retention period.

C. Incorrect: Long-term retention preserves backups for extended periods, but it is not the feature name for restoring to an exact point in time within the retention window.

D. Incorrect: Backup storage is where backups are kept, not the restore capability that targets a specific timestamp.

Why this matters: Architects need this distinction when choosing storage features for access patterns, protection, and long-term operations.
Question 5 of 10
Objective 4.10 Design Infrastructure Solutions

When should an architect recommend Azure Cache for Redis?

Concept tested: Design Infrastructure Solutions

A. Correct: Caching is primarily about low-latency access and reducing repeated reads to slower backing stores.

B. Incorrect: Long-term backup retention is a data-protection requirement, not a caching use case.

C. Incorrect: Private DNS resolution is a networking concern, not the purpose of Redis caching.

D. Incorrect: Disaster recovery orchestration is handled by continuity services such as Azure Site Recovery, not Azure Cache for Redis.

Why this matters: Architects should add caching for a clear performance or scale reason, not as a generic default component.
Question 6 of 10
Objective 1.12 Design Identity, Governance, and Monitoring Solutions

What language do advanced users have access to when using KQL mode in the Log Analytics query editor?

Concept tested: Design Identity, Governance, and Monitoring Solutions

A. Incorrect: It is used for relational databases and not specifically for Log Analytics.

B. Correct: Kusto Query Language (KQL) is the advanced query language available in the Log Analytics query editor.

C. Incorrect: It is a scripting language for managing Windows systems, not for querying logs.

D. Incorrect: It is used for SQL Server databases and not for Log Analytics.

Why this matters: KQL and Log Analytics matter because architects must design where operational data is queried, retained, and analyzed.
Question 7 of 10
Objective 3.4 Design Business Continuity Solutions

Which option best protects Azure virtual machines from a datacenter-level failure within a supported region?

Concept tested: Design Business Continuity Solutions

A. Correct: Availability zones are correct because they provide datacenter-level separation within a supported region.

B. Incorrect: Availability sets help with fault and update domains, but they do not provide the same datacenter-level separation as zones.

C. Incorrect: Proximity placement groups optimize latency, not resiliency to datacenter failure.

D. Incorrect: Scale sets help with scaling and orchestration, but by themselves they do not guarantee zone-level separation.

Why this matters: High-availability design for compute depends on matching the failure domain you need to survive with the right Azure construct.
Question 8 of 10
Objective 2.12 Design Data Storage Solutions

In Azure Data Factory, what component is used to manage connections to external data stores?

Concept tested: Design Data Storage Solutions

A. Incorrect: It is used to orchestrate activities in a data factory workflow.

B. Incorrect: Define how and where data is read from or written to, but do not manage connections.

C. Incorrect: It handle the execution of activities that require on-premises or cloud connectivity, but they do not establish external connections.

D. Correct: Linked services are specifically designed to manage connections to external data stores.

Why this matters: Architects need this distinction when choosing storage features for access patterns, protection, and long-term operations.
Question 9 of 10
Objective 4.7 Design Infrastructure Solutions

Which Azure service is the better fit when Azure services need to push event notifications to subscribers instead of using brokered queues or topics?

Concept tested: Design Infrastructure Solutions

A. Correct: Event Grid is designed for push-based event routing to subscribers.

B. Incorrect: A Service Bus queue is brokered messaging for one consumer pattern, not general event push routing.

C. Incorrect: A Service Bus topic is brokered pub-sub messaging rather than the lightweight event-routing service described here.

D. Incorrect: Azure Batch is for parallel compute workloads, not event delivery.

Why this matters: Messaging design depends on knowing whether the workload needs push event delivery, brokered queues, or topic-based pub-sub.
Question 10 of 10
Objective 1.14 Design Identity, Governance, and Monitoring Solutions

Which Azure Monitor feature should you use to collect request rates, response times, dependency calls, and exceptions from an application?

Concept tested: Design Identity, Governance, and Monitoring Solutions

A. Correct: Application Insights is Azure Monitor's application performance monitoring feature.

B. Incorrect: Azure Policy evaluates compliance and governance rules, not application telemetry.

C. Incorrect: Azure Backup protects data for recovery, not application observability.

D. Incorrect: Microsoft Purview focuses on data governance and cataloging, not request and dependency telemetry.

Why this matters: Application telemetry design is different from infrastructure monitoring, and AZ-305 expects you to pick the right observability layer.
Free preview complete

You've reached the free preview.

Go beyond sample questions with the full source-backed bank, objective practice, exam mode, saved progress, and readiness scoring.

210 verified questions are ready behind the full unlock.

Go Pro

Unlock the full AZ-305 bank.

Get the full source-backed bank, timed exam mode, practice mode, saved progress, previous tests, and readiness scoring for this exam.

210 full-bank questions Every choice explained Exam Mode and Practice Mode Question sets and random tests Readiness score and trends Previous test box scores

You've answered 0/10 free questions today.

Locked: 200 more questions in the full bank.

Locked: exam simulation mode and end-of-exam review.

Today's free set refreshes soon. Upgrade to continue with the full bank.

Question sets Random tests Timed Exam Mode Practice Mode feedback Readiness tracking Previous tests and domain breakdowns Full explanation review No ads

Unlock this exam, or compare the career path and bundle options when you want a broader guided route.

Compare paths and bundles
Secure checkout powered by Stripe. Source-backed questions. Not brain dumps. Daily audit checks. Reported issues are reviewed and repaired.

Today’s Set
10 questions
Daily set rotates at 10:00 AM local time
Progress
0/10
Answered on this page session
Accuracy
0%
Loading countdown…

7-day score keeper

Answer questions today and this will become a rolling 7-day scorecard.

Local history
Optional progress sync

Keep today’s practice moving

Guest progress saves automatically on this device. Add an email later when you want a magic link that keeps your daily AZ-305 practice in sync across browsers.

Guest progress saves on this device automatically

Guest progress is available without an account.

210 verified questions are currently in the live bank. Questions updated at May 13, 2026, 10:01 AM CDT. The daily set rotates at 10:00 AM local time, and each explanation links back to the source used to write it. Use the web set for quick practice, then switch to the app when available for larger banks and deeper review.

Careers and fields this exam supports

AZ-305 is a design-heavy Azure exam, so it fits best when the role is drifting toward architecture, platform design, migration planning, and resilience decisions.

  • Role examples: Azure Solutions Architect, cloud architect, senior cloud engineer, and platform lead.
  • Where it shows up: cloud architecture, infrastructure design, migration planning, governance, and resilience engineering.
  • On-the-job payoff: you already know the Azure basics and now need stronger judgment on identity, networking, compute, data, and recovery tradeoffs.
  • Typical next step: It is often paired with AZ-104 so you have both administration depth and architecture coverage.
What matters more on AZ-305

AZ-305 usually rewards clean service-selection logic, role clarity, and matching the scenario to the right Microsoft capability.

  • Current emphasis in this bank: Design Infrastructure Solutions (37%).
  • A lot of misses happen when the answer sounds like the right Microsoft product family but does not actually fit the workload, admin scope, or governance constraint in the prompt.
  • Best official starting point: AZ-305 study guide.
How to pass AZ-305

The fastest path is to turn this exam into a repeatable pattern-recognition loop instead of a one-time cram session.

  • Start with the free daily set closed-book so you can see which parts of the cloud and it lane still feel weak.
  • Use every explanation as a checkpoint for why the right answer fits the scenario and why the other answer choices do not.
  • Open the official Microsoft source when a concept keeps missing so you fix the gap at the source instead of rereading generic notes.
  • Use the nearby cert pages when you need broader context around the same job path or technology stack.
Common mistakes on AZ-305

The usual misses happen when learners recognize keywords but do not slow down enough to match the scenario to the exact decision the exam is testing.

  • Reading for one familiar keyword and skipping the deeper clue that tells you which cloud and it concept actually fits.
  • Memorizing isolated terms without checking why the right answer wins over the other answer choices in the same scenario.
  • Ignoring the official Microsoft source after a miss and hoping the next question will feel easier on its own.
  • Studying this page in isolation when one nearby cert page could clear up the broader pattern much faster.
How to use this AZ-305 practice page

The fastest path is simple: answer the set, review the reasoning, then use the score history and source links to decide what to hit next.

  • Answer the free set first without looking anything up so the score reflects what is actually sticking.
  • Read every explanation, especially the wrong answer choices, so the weaker options stop looking plausible next time.
  • Open the linked source when a concept feels weak, then come back and repeat the question flow while the wording is fresh.
  • Use the 7-day score keeper, related cert links, and comparison pages to decide what to study next instead of guessing.
  • Move into Pro when you want the full bank, timed reps, readiness tracking, and previous-test review.
Official exam resources

Use these official Microsoft resources alongside the daily practice set. They cover the provider's own exam page, study guide, or prep material.

Need adjacent Microsoft practice pages too? Microsoft practice hub.

FAQ

How are AZ-305 questions generated?

dotCreds builds AZ-305 practice questions from Microsoft Learn documentation and product references, with official or primary sources preferred first. The questions are written for realistic study practice, not copied from exam dumps.

How are explanations sourced?

Each question includes a source-backed explanation and a link to the documentation or reference used to validate the answer. If an official page is too broad, dotCreds uses a reputable answer-level reference instead of pretending a generic page proves the answer.

What score do I get?

The page tracks today's answered count and accuracy for the 10-question daily set, then saves a 7-day score history on this device so you can see your recent practice trend.

Why use this site?

The site is the fastest way to start AZ-305 practice without installing anything. It is built for daily recall, quick weak-topic discovery, and source-backed explanations you can review immediately.

Why use the app when available?

The web page is the quick free sampler. If a dotCreds app is available for AZ-305, the app is better for larger banks, focused weak-domain drills, longer review sessions, and mobile study routines.