Question 787 of 953

Quick Answer

The answer is to create a failover group with an automatic failover policy. This is correct because while active geo-replication replicates data to a secondary region, it only supports manual failover; a failover group adds the orchestration layer needed to trigger automatic failover across different Azure geographies, ensuring minimal downtime during a regional disaster. On the DP-300 exam, this tests your understanding of the distinction between active geo-replication and failover groups, a common trap where candidates assume replication alone provides automation. The key exam context is that failover groups are the only built-in mechanism for automatic, cross-geography failover, satisfying compliance requirements for a secondary region in a different geography. Remember the mnemonic: “Replication is manual, Groups are automatic”—if the question demands automatic failover across geographies, always choose the failover group.

DP-300 Practice Question: Plan and configure a high availability and disaster recovery environment

This DP-300 practice question tests your understanding of plan and configure a high availability and disaster recovery environment. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Your company uses Azure SQL Database with active geo-replication. You need to ensure that in the event of a regional disaster, the failover to the secondary region occurs automatically with minimal downtime. The secondary region must be in a different Azure geography for compliance. What should you configure?

Question 1hardmultiple choice
Full question →

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

Create a failover group with automatic failover policy.

Option B is correct because Azure SQL Database failover groups support automatic failover when paired with auto-failover policy. Active geo-replication alone does not provide automatic failover. Option A is incorrect because active geo-replication requires manual failover. Option C is incorrect because always failover groups are not a feature. Option D is incorrect because auto-failover groups do not support cross-geography failover automatically without manual setup.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Create a failover group with automatic failover policy.

    Why this is correct

    Correct: Failover groups support automatic failover across regions.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Create an auto-failover group using Azure CLI and set cross-geography replication.

    Why it's wrong here

    Incorrect: Auto-failover is inherent in failover groups, but cross-geography requires explicit configuration.

  • Configure active geo-replication and set auto-failover policy.

    Why it's wrong here

    Incorrect: Active geo-replication does not support auto-failover.

  • Configure an always failover group with Microsoft Entra ID authentication.

    Why it's wrong here

    Incorrect: Always failover group is not a valid concept.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Detailed technical explanation

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.

What to study next

Got this wrong? Here's your next step.

Identify which DP-300 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

Related practice questions

Related DP-300 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free DP-300 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this DP-300 question test?

Plan and configure a high availability and disaster recovery environment — This question tests Plan and configure a high availability and disaster recovery environment — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Create a failover group with automatic failover policy. — Option B is correct because Azure SQL Database failover groups support automatic failover when paired with auto-failover policy. Active geo-replication alone does not provide automatic failover. Option A is incorrect because active geo-replication requires manual failover. Option C is incorrect because always failover groups are not a feature. Option D is incorrect because auto-failover groups do not support cross-geography failover automatically without manual setup.

What should I do if I get this DP-300 question wrong?

Identify which DP-300 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

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 →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

3 more ways this is tested on DP-300

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. You have an Azure SQL Database configured with active geo-replication. The primary region experiences an outage that lasts longer than the recovery time objective (RTO) of 5 minutes. You need to initiate a failover to the secondary region with minimal data loss. What should you do?

medium
  • A.Initiate a planned failover to the secondary region using the Azure portal.
  • B.Configure an auto-failover group and let it fail over automatically.
  • C.Force a failover to the secondary region using a PowerShell script.
  • D.Use geo-restore to recover the database from the most recent geo-replicated backup.

Why A: Option B is correct because initiating a planned failover via the portal ensures the secondary becomes primary with minimal data loss by synchronizing data before failover. Option A is wrong because automatic failover groups are not configured here. Option C is wrong because geo-restore is for point-in-time recovery, not failover. Option D is wrong because forced failover may cause data loss.

Variation 2. 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?

medium
  • A.Initiate an unplanned failover from the primary to the secondary.
  • B.Delete the secondary database and create a new one in the primary region.
  • C.Initiate a planned failover from the primary to the secondary.
  • D.Create a new secondary database in the same region as the primary.

Why C: Option B is correct because a planned failover (with data synchronization) ensures minimal data loss by syncing data before switching. Option A is incorrect because an unplanned failover may lose transactions not yet replicated. Option C is incorrect because you need to failover, not delete the secondary. Option D is incorrect because creating a new secondary does not failover.

Variation 3. You manage an Azure SQL Database that uses active geo-replication with a secondary in a paired region. During a planned maintenance, you need to fail over to the secondary with zero data loss. What should you do?

medium
  • A.Use Azure portal to 'Failover' without specifying data loss tolerance
  • B.Take the primary offline, then promote the secondary
  • C.Execute a planned failover (graceful failover) using Transact-SQL or PowerShell
  • D.Execute a forced failover allowing data loss

Why C: Option A is correct because a planned failover (graceful failover) ensures no data loss by synchronizing all transactions before switching. Option B causes data loss. Option C and D are not valid for planned failover.

Keep practising

More DP-300 practice questions

Last reviewed: Jun 21, 2026

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.

Loading comments…

Sign in to join the discussion.

This DP-300 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 DP-300 exam.