A global maritime shipping logistics company is designing the disaster recovery architecture for its core vessel dispatch system. The database layer is deployed on an Azure SQL Managed Instance in the North Europe region.
The company has the following requirements for the disaster recovery site in the West Europe region:
- The Recovery Time Objective (RTO) must be less than 10 seconds.
- The Recovery Point Objective (RPO) must be less than 5 seconds.
- Client applications must connect using a single, unchanging connection string that automatically handles failovers.
- Read-heavy reporting queries must be automatically offloaded to the secondary replica.
- All database replication traffic must remain completely private and isolated from the public internet.
Which two components should you include in the relational database design to meet the requirements? (Select TWO.)
- Configure an auto-failover group containing the primary and secondary Azure SQL Managed Instances, and route read-write traffic through the primary listener endpoint.Answer
- Establish a Global Virtual Network Peering between the virtual networks hosting the primary and secondary Azure SQL Managed Instances.Answer
- CConfigure active geo-replication between the primary and secondary instances, and configure an Azure Application Gateway to manage the redirection of client connections during a failover.
- DConfigure an Azure Traffic Manager profile using performance routing to monitor the database endpoints and automatically update the application connection strings during a failover.