Courseiva
Design infrastructure solutionshardMultiple SelectObjective-mapped

AZ-305 Design infrastructure solutions Practice Question

You are designing a disaster recovery (DR) solution for a critical application hosted on Azure VMs. The solution must meet the following requirements: - Recovery Point Objective (RPO) of 15 minutes. - Recovery Time Objective (RTO) of 1 hour. - Automatically fail over to a secondary region in the event of a regional outage. - Support for non-disruptive DR testing. Which THREE components should you include in the solution? (Choose three.)

⚠ Common exam trap

A common mix-up: candidates confuse Azure Backup (data protection) with Azure Site Recovery (disaster recovery), or mistakenly think Azure Front Door can handle VM-level failover when it only operates at the application layer with HTTP/HTTPS traffic.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Azure Site Recovery test failover capability

Azure Site Recovery's test failover capability allows you to perform non-disruptive DR testing by isolating the test failover in a separate virtual network, ensuring no impact on the production environment. This meets the explicit requirement for non-disruptive DR testing while validating replication and failover processes.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Azure Backup

    Why it's wrong here

    Azure Backup delivers snapshots and point-in-time recovery of Azure VMs and workloads to a Recovery Services vault, allowing you to restore data from a previous state after corruption or accidental deletion. However, it does not provide continuous asynchronous replication to a secondary region, nor does it orchestrate a DNS cutover or failover of VM compute — meaning there is no automatic failover to a standby location. For that reason, Backup is effectively the 'safety net' for data, not the DR failover mechanism.

  • Azure Site Recovery test failover capability

    Why this is correct

    Azure Site Recovery's test failover capability lets you perform a real failover of replicated VMs into an isolated Network Security Group-backed test network, without affecting the production environment or the ongoing replication stream. This exercise validates the orchestration of your recovery plan, as well as the boot order, IP addressing, DNS resolution, and connectivity of your recovered workloads — essentially a no-cost dress rehearsal of DR. It directly satisfies the need to prove that a DR solution actually works before a real outage occurs.

  • Azure Site Recovery

    Why this is correct

    Azure Site Recovery itself is a comprehensive DR orchestration service that continuously replicates Azure VMs or on-premises Hyper-V/VMware VMs to a primary or secondary Azure region, maintaining a configurable RPO in the range of as low as 30 seconds. It automates failover and failback with a structured recovery plan that sequences VMs in the correct order and supports actions such as scripts, runbooks, and notifications. With ASR, you achieve a genuinely automated disaster recovery that meets the RTO/RPO requirements of a critical application, and the test-failover capability is a built-in verification feature of it.

  • Azure Traffic Manager

    Why this is correct

    Azure Traffic Manager operates at the DNS layer to route end-user traffic to an application endpoint deployed in the primary or secondary region, using priority routing to failover automatically when a health probe fails. This is the traffic-routing half of a DR strategy: after ASR has failed over the VM across regions, Traffic Manager must be updated or health probes must detect the down primary and send users to the secondary IP. It does not replicate data, but it is essential for redirecting user traffic with a controlled DNS-based failover in multi-region architectures.

  • Azure Front Door

    Why it's wrong here

    Azure Front Door is a global reverse proxy that routes HTTP(S) traffic and provides CDN capabilities, web application firewall (WAF) protection, SSL termination, and path-based routing, rather than cheap DNS-based geoproximity routing like Traffic Manager. While Front Door could technically serve as a global load balancer in a DR design, it adds significant complexity and cost, and it is redundant if you've already implemented Traffic Manager for geo-routing of a DR scenario. It is certainly not a requirement or replacement for Site Recovery; it's an optional entry point, and using both for the same DR route is over-engineered.

Go deeper

Related to this question

About these practice questions

This AZ-305 question is part of Courseiva's 212-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AZ-305 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-305 exam.