Question 781 of 953

Quick Answer

The correct answer is automatic failover based on the grace period, along with the ability to fail over multiple databases as a single unit. Failover groups extend active geo-replication by wrapping a set of databases into a logical group, enabling coordinated failover that preserves application consistency—something active geo-replication alone cannot do, as it only handles individual database failover manually. On the DP-300 exam, this distinction tests your understanding of high-availability architectures: failover groups provide a listener endpoint and a grace period for automatic failover, while active geo-replication requires you to manage each database’s failover separately. A common trap is assuming both features offer the same automatic failover capability, but only failover groups include the grace-period-based automatic trigger. Remember the mnemonic “Group for Grace” to recall that failover groups give you automatic, coordinated failover with a configurable grace period.

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. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. 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.

Which TWO of the following are benefits of using Azure SQL Database failover groups compared to active geo-replication alone?

Question 1mediummulti select
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

Failover of multiple databases in a single group.

Failover groups extend active geo-replication by allowing you to manage failover for a group of databases as a single unit. This simplifies the failover process when you have multiple databases that must be failed over together to maintain application consistency. Option B is correct because failover groups support the coordinated failover of multiple databases, which active geo-replication alone does not.

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.

  • Support for manual failover.

    Why it's wrong here

    Incorrect: Both support manual failover.

  • Failover of multiple databases in a single group.

    Why this is correct

    Correct: Failover groups allow coordinated failover of multiple databases.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Readable secondary replicas for read-scale workloads.

    Why it's wrong here

    Incorrect: Both support readable secondaries.

  • Automatic failover based on the grace period.

    Why this is correct

    Correct: Failover groups support automatic failover; active geo-replication requires manual failover.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Synchronous data replication to the secondary.

    Why it's wrong here

    Incorrect: Both use synchronous replication for the secondary.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse the features of active geo-replication (like readable secondaries and manual failover) with the unique benefits of failover groups, which are specifically the ability to fail over multiple databases as a group and the automatic failover based on a grace period.

Detailed technical explanation

How to think about this question

Failover groups use the same underlying asynchronous geo-replication technology as active geo-replication, but they add a group-level endpoint and a listener that automatically updates the connection string after failover. The grace period for automatic failover (option D) is configurable between 1 hour and 24 hours, and it triggers failover only when the primary region is completely unavailable, not just for transient issues. This is particularly useful for multi-tier applications where multiple databases must be failed over together to avoid partial availability.

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.

TExam Day Tips

  • 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

An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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: Failover of multiple databases in a single group. — Failover groups extend active geo-replication by allowing you to manage failover for a group of databases as a single unit. This simplifies the failover process when you have multiple databases that must be failed over together to maintain application consistency. Option B is correct because failover groups support the coordinated failover of multiple databases, which active geo-replication alone does not.

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

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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. Which TWO of the following are benefits of using Azure SQL Database failover groups compared to active geo-replication? (Choose Two.)

medium
  • A.Failover groups allow you to fail over multiple databases simultaneously.
  • B.Failover groups provide a read-write listener endpoint that remains unchanged after a failover.
  • C.Failover groups automatically fail over without any manual intervention.
  • D.Failover groups provide a readable secondary replica for read-only workloads.
  • E.Failover groups eliminate the need for geo-redundant storage.

Why A: Options A and D are correct. Failover groups allow multiple databases to fail over together as a unit (A) and provide a read-write listener endpoint that automatically updates after failover (D). Option B is incorrect because geo-replication also supports readable secondaries. Option C is incorrect because failover groups do not provide automatic failover without manual or auto-failover policy. Option E is incorrect because failover groups do not require additional costs beyond geo-replication.

Variation 2. Which TWO of the following are benefits of using Azure SQL Database failover groups for high availability?

medium
  • A.Synchronous replication of data across availability zones.
  • B.Automatic failover to a secondary region based on a grace period.
  • C.Routing of read-only queries to the secondary region.
  • D.Load balancing read-write traffic across multiple replicas.
  • E.Geo-redundant backup storage for disaster recovery.

Why B: Options A and D are correct. Failover groups provide automatic failover (A) and read-only routing (D). Option B is wrong because failover groups do not provide load balancing within a region. Option C is wrong because failover groups do not replicate data synchronously across zones within a region (zone-redundancy does). Option E is wrong because failover groups do not provide backup redundancy.

Variation 3. Which TWO are benefits of using a failover group for Azure SQL Database? (Select two.)

easy
  • A.Allows the secondary database to be readable for reporting
  • B.Enables transparent data encryption (TDE) across regions
  • C.Provides a single read/write listener endpoint for the primary database
  • D.Automatically balances read queries between primary and secondary
  • E.Supports synchronous replication between primary and secondary

Why A: Options A and D are correct. Failover groups provide a single endpoint for read/write and allow a readable secondary. Option B is incorrect because it does not provide built-in load balancing. Option C is incorrect because TDE is not related to failover groups. Option E is incorrect because failover groups do not provide synchronous replication; they use asynchronous.

Last reviewed: Jun 24, 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.