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.20Design Infrastructure Solutions
Which Azure service allows you to distribute traffic across global regions using DNS-based routing?
Correct Answer: D. Azure Traffic Manager
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.4Design 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?
Correct Answer: B. Require multifactor authentication
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.5Design 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?
Correct Answer: A. RA-GRS
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.
200 more questions, timed exam mode, and saved history are waiting in the full unlock.
Pro is active. Use the full bank, Exam mode, and saved box scores when you want deeper review.
Question 4 of 10
Objective 2.5Design Data Storage Solutions
Which feature allows you to restore a database from a specific point in time using Azure SQL Database?
Correct Answer: B. Point-in-time restore
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.10Design Infrastructure Solutions
When should an architect recommend Azure Cache for Redis?
Correct Answer: A. When the application needs an in-memory cache to reduce latency and offload repeated reads from a backing store.
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.12Design Identity, Governance, and Monitoring Solutions
What language do advanced users have access to when using KQL mode in the Log Analytics query editor?
Correct Answer: B. Kusto Query Language (KQL)
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.4Design Business Continuity Solutions
Which option best protects Azure virtual machines from a datacenter-level failure within a supported region?
Correct Answer: A. Availability zones
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.12Design Data Storage Solutions
In Azure Data Factory, what component is used to manage connections to external data stores?
Correct Answer: D. Linked services
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.7Design 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?
Correct Answer: A. Azure Event Grid
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.14Design 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?
Correct Answer: A. Application Insights
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.
Pro is active. Use the full bank, readiness score, and saved exams when you want deeper reps.
Ready to finish?Answer the questions, then submit your test for review.
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 questionsEvery choice explainedExam Mode and Practice ModeQuestion sets and random testsReadiness score and trendsPrevious 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.
Box scores, domain breakdowns, and full answer explanations for Pro exam attempts on this browser.
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
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.
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.
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.
Related practice tests
If you want another cert after AZ-305, these pages keep the same daily-question format with source-backed explanations.