You have an Azure SQL Database configured with active geo-replication to a secondary region. The primary region experiences a full outage. You need to fail over with minimal data loss. What should you do?
Correct. In a full outage, you must perform an unplanned failover to promote the secondary to primary. This is the only way to restore service, though some data loss may occur.
Why this answer
During a full outage, the primary is offline, so a planned failover (which requires connectivity to the primary to synchronize) is not possible. The only option to fail over with minimal data loss is to initiate an unplanned (forced) failover, which will make the secondary the new primary. Although there may be some data loss from transactions not yet replicated, this is the best available option.
Deleting the secondary or creating a new secondary does not fail over.
Exam trap
The trap is assuming a planned failover is always preferred for minimal data loss, but in a full outage, unplanned failover is the only option.