Question 534 of 161
AZ-305 Design business continuity solutions Practice Question
A company runs a critical application using Azure SQL Database in the West US region. They need a disaster recovery solution that automatically fails over to a secondary region (East US) with a recovery point objective (RPO) of 5 seconds and a recovery time objective (RTO) of 1 minute. The secondary region must also be able to serve read-only queries for reporting purposes. Which Azure SQL Database feature should they implement?
⚠ Common exam trap
Many exam-takers confuse geo-restore (which is manual and has high RPO/RTO) with active geo-replication, or they mistakenly think that SQL Managed Instance failover groups support read-only secondaries for Azure SQL Database, when in fact they are for Managed Instance only.
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 SQL Database active geo-replication with auto-failover group
Active geo-replication with auto-failover groups is the correct choice because it provides automatic, synchronous failover to a secondary region with an RPO of 5 seconds and an RTO of 1 minute. Additionally, the secondary database can be used for read-only reporting by connecting with the 'ApplicationIntent=ReadOnly' connection string, meeting both the disaster recovery and reporting requirements.
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 SQL Database active geo-replication with auto-failover group
Why this is correct
For a critical application running on Azure SQL Database, active geo-replication with an auto-failover group provides the most suitable business continuity. The replication is asynchronous, keeping a second readable database in a different Azure region with an RPO of up to 5 seconds. The auto-failover group continuously monitors health and initiates automatic failover with a target RTO of 1 minute, minimizing downtime. This combination meets the strict RPO/RTO requirements while also allowing the secondary to serve read-only queries.
- ✗
Azure SQL Database geo-restore
Why it's wrong here
Geo-restore uses a geo-redundant backup of the database to recover in a paired region, but these backups are typically available with an RPO measured in hours and an RTO that can also span hours while the backup is restored. It is a manual disaster-recovery fallback, not a continuous replication mechanism, so it cannot meet the low data-loss tolerance of the scenario. Relying on geo-restore would mean accepting significant data loss and prolonged downtime.
- ✗
Azure SQL Database copy
Why it's wrong here
The database copy operation simply creates a one-time, point-in-time copy of the source database, either on the same or a different server. After the copy is created, no further changes are propagated, so the copy quickly becomes stale and there is no automatic failover capability. This option is suitable for testing, development, or migration scenarios, but it does not provide the ongoing replication or automated recovery demanded by a critical production application.
- ✗
Azure SQL Managed Instance failover group
Why it's wrong here
This option points to Azure SQL Managed Instance, not the Azure SQL Database service in the scenario; failover groups are a valid feature for Managed Instance, but the solution must target Azure SQL Database. Although SQL Database has its own failover-group capability, you cannot use a Managed Instance failover group to protect a single database in the SQL Database service. The platform mismatch makes this choice incorrect regardless of the RPO/RTO properties it would provide.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.