Medium1 markMultiple Choice
Domain 2.1: Relational Data StorageDomain 2Azure SQL DatabaseDisaster RecoveryHigh Availability

AZ-305 · Question 17 · Domain 2.1: Relational Data Storage

You are designing a disaster recovery solution for a mission-critical application backed by Azure SQL Database.

The requirements are:

  • The database must automatically fail over to a secondary region if the primary region experiences an outage.
  • The application connection string must NOT need to be updated after a failover.
  • You must be able to offload read-only reporting queries to the secondary region.

Which TWO features must you configure? (Select TWO)

Answer options:

A.

Auto-failover groups

B.

Active geo-replication

C.

Zone-redundant configuration

D.

Azure Traffic Manager

E.

Always Encrypted

How to approach this question

Identify the SQL DB features that provide cross-region replication and automatic endpoint management.

Full Answer

Auto-failover groups, Active geo-replication
To meet the requirements, you need Auto-failover groups. This feature builds on top of Active geo-replication. Active geo-replication provides the readable secondary database for reporting. Auto-failover groups provide the automatic failover capability and read/write listener endpoints (e.g., failover-group-name.database.windows.net) so the application connection string remains unchanged during a regional failover.

Common mistakes

Thinking Active geo-replication alone is enough. Active geo-replication requires manual failover and connection string updates unless combined with Auto-failover groups.

Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 2

55 questions · hints · full answers · grading

More questions from this exam