- A
Configure active geo-replication to a secondary region and use automatic failover.
Why wrong: Active geo-replication is not supported for Managed Instance.
- B
Deploy in General Purpose tier with zone redundancy and geo-redundant backup.
Why wrong: General Purpose tier does not support zone redundancy.
- C
Create a failover group to a secondary region and rely on that for both HA and DR.
Why wrong: Failover group alone does not provide sub-minute RTO for planned maintenance.
- D
Deploy the instance in the Business Critical tier with zone redundancy, and configure a failover group to a secondary region.
Zone redundancy provides HA within region; failover group provides DR across regions.
Quick Answer
The answer is to deploy the instance in the Business Critical tier with zone redundancy and configure a failover group to a secondary region. This combination works because zone redundancy, available only in the Business Critical service tier, provides high availability within a single region by replicating data across three Azure availability zones, achieving an RPO of 0 and an RTO of approximately 30 seconds for planned maintenance events like patching. The failover group then adds cross-region disaster recovery, automatically replicating the entire managed instance to a paired secondary region with a 5-minute RPO and a 1-hour RTO during a regional outage. On the DP-300 exam, this question tests your understanding that active geo-replication is not supported for Azure SQL Managed Instance, so failover groups are the only cross-region DR option, and that zone redundancy alone cannot protect against a full region failure. A common trap is assuming failover groups alone provide sub-minute RTO, but they do not—zone redundancy handles that within the region. Remember the mnemonic: Zone for zero, Failover for far.
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.
Your company uses Azure SQL Managed Instance for a critical application. You need to meet a Recovery Point Objective (RPO) of 15 seconds and a Recovery Time Objective (RTO) of 30 seconds for planned maintenance. You also need to protect against a regional failure with an RPO of 5 minutes and an RTO of 1 hour. What combination of features should you use?
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
Deploy the instance in the Business Critical tier with zone redundancy, and configure a failover group to a secondary region.
Option A is correct because a failover group provides cross-region DR with RPO of 5 minutes and RTO of 1 hour, while zone redundancy (available in Business Critical) provides HA within region with RPO of 0 and RTO of ~30 seconds for planned maintenance. Option B is wrong because active geo-replication is not available for Managed Instance. Option C is wrong because failover groups do not provide sub-minute RTO for planned maintenance alone. Option D is wrong because zone redundancy alone does not protect against regional failure.
Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Configure active geo-replication to a secondary region and use automatic failover.
Why it's wrong here
Active geo-replication is not supported for Managed Instance.
- ✗
Deploy in General Purpose tier with zone redundancy and geo-redundant backup.
Why it's wrong here
General Purpose tier does not support zone redundancy.
- ✗
Create a failover group to a secondary region and rely on that for both HA and DR.
Why it's wrong here
Failover group alone does not provide sub-minute RTO for planned maintenance.
- ✓
Deploy the instance in the Business Critical tier with zone redundancy, and configure a failover group to a secondary region.
Why this is correct
Zone redundancy provides HA within region; failover group provides DR across regions.
Related concept
Static NAT maps one inside address to one outside address.
Common exam traps
Common exam trap: NAT rules depend on direction and matching traffic
NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.
Detailed technical explanation
How to think about this question
NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.
KKey Concepts to Remember
- Static NAT maps one inside address to one outside address.
- PAT allows many inside hosts to share one public address using ports.
- Inside local and inside global describe the private and translated addresses.
- NAT ACLs identify traffic for translation, not always security filtering.
TExam Day Tips
- Identify inside and outside interfaces first.
- Check whether the scenario needs static NAT, dynamic NAT or PAT.
- Do not confuse NAT matching ACLs with normal packet-filtering intent.
Key takeaway
NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Real-world example
How this comes up in practice
A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.
What to study next
Got this wrong? Here's your next step.
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related DP-300 NAT questions on configuration and troubleshooting.
- →
Plan and configure a high availability and disaster recovery environment — study guide chapter
Learn the concepts, then practise the questions
- →
Plan and configure a high availability and disaster recovery environment practice questions
Targeted practice on this topic area only
- →
All DP-300 questions
953 questions across all exam domains
- →
Microsoft Azure Database Administrator Associate DP-300 study guide
Full concept coverage aligned to exam objectives
- →
DP-300 practice test guide
How to use practice tests most effectively before exam day
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.
Plan and configure a high availability and disaster recovery environment practice questions
Practise DP-300 questions linked to Plan and configure a high availability and disaster recovery environment.
Plan and implement data platform resources practice questions
Practise DP-300 questions linked to Plan and implement data platform resources.
Monitor, configure, and optimize database resources practice questions
Practise DP-300 questions linked to Monitor, configure, and optimize database resources.
Configure and manage automation of tasks practice questions
Practise DP-300 questions linked to Configure and manage automation of tasks.
Plan and configure high availability and disaster recovery practice questions
Practise DP-300 questions linked to Plan and configure high availability and disaster recovery.
Implement a secure environment practice questions
Practise DP-300 questions linked to Implement a secure environment.
DP-300 fundamentals practice questions
Practise DP-300 questions linked to DP-300 fundamentals.
DP-300 scenario practice questions
Practise DP-300 questions linked to DP-300 scenario.
DP-300 troubleshooting practice questions
Practise DP-300 questions linked to DP-300 troubleshooting.
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 — Static NAT maps one inside address to one outside address..
What is the correct answer to this question?
The correct answer is: Deploy the instance in the Business Critical tier with zone redundancy, and configure a failover group to a secondary region. — Option A is correct because a failover group provides cross-region DR with RPO of 5 minutes and RTO of 1 hour, while zone redundancy (available in Business Critical) provides HA within region with RPO of 0 and RTO of ~30 seconds for planned maintenance. Option B is wrong because active geo-replication is not available for Managed Instance. Option C is wrong because failover groups do not provide sub-minute RTO for planned maintenance alone. Option D is wrong because zone redundancy alone does not protect against regional failure.
What should I do if I get this DP-300 question wrong?
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related DP-300 NAT questions on configuration and troubleshooting.
What is the key concept behind this question?
Static NAT maps one inside address to one outside address.
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 →
Last reviewed: Jun 21, 2026
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.
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.
Sign in to join the discussion.