nerdexam
Microsoft

AZ-305 · Question #281

Hotspot Question You have an on-premises Microsoft SQL Server database named SQL1. You plan to migrate SQL1 to Azure. You need to recommend a hosting solution for SQL1. The solution must meet the…

This question tests knowledge of Azure SQL hosting options and their high availability/replication features, specifically which service tier and feature supports multiple read-only replicas, automatic replication, and failover within a 15-minute RTO.

Submitted by chiamaka_o· Mar 6, 2026Design business continuity solutions

Question

Hotspot Question You have an on-premises Microsoft SQL Server database named SQL1. You plan to migrate SQL1 to Azure. You need to recommend a hosting solution for SQL1. The solution must meet the following requirements: - Support the deployment of multiple secondary, read-only replicas. - Support automatic replication between primary and secondary replicas. - Support failover between primary and secondary replicas within a 15- minute recovery time objective (RTO). What should you include in the solution? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Answer:

Exhibits

AZ-305 question #281 exhibit 1
AZ-305 question #281 exhibit 2

Answer Area

  • Azure service or service tier:
    Azure SQL DatabaseAzure SQL managed InstanceThe Hyperscale service tier
  • Replication mechanism:
    Active geo-replicationAuto-failover groupsStandard geo-replication

Explanation

This question tests knowledge of Azure SQL hosting options and their high availability/replication features, specifically which service tier and feature supports multiple read-only replicas, automatic replication, and failover within a 15-minute RTO.

Approach. The correct solution is Azure SQL Managed Instance with a Business Critical service tier and Auto-failover groups. Business Critical tier supports up to 4 read-only secondary replicas using Always On Availability Groups, provides automatic replication between primary and secondary replicas, and supports auto-failover groups which enable failover with an RTO well within 15 minutes (typically under 30 seconds for planned failovers, and under a few minutes for unplanned). Auto-failover groups handle automatic replication and failover orchestration between the primary and secondary replicas, satisfying all three requirements: multiple secondary read-only replicas, automatic replication, and failover within the 15-minute RTO.

Concept tested. Azure SQL Managed Instance service tiers (General Purpose vs Business Critical), Auto-failover groups, and Always On Availability Groups in Azure - specifically which combination supports multiple readable secondaries, automatic replication, and a defined RTO for failover scenarios during SQL Server migration to Azure.

Reference. https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/business-critical-tier-configure-high-availability

Topics

#Azure SQL Database#Hyperscale#Auto-failover groups#Read replicas#RTO

Community Discussion

No community discussion yet for this question.

Full AZ-305 Practice