The answer is 4. In the Azure SQL Database Business Critical tier, the maximum number of readable replicas available for read-only queries is 4, because the highAvailabilityReplicaCount property specifies the number of replicas excluding the primary, and all of these replicas can serve read traffic when the readScale setting is enabled. This concept is frequently tested on the Microsoft Azure Database Administrator Associate DP-300 exam, often by presenting a database properties exhibit and asking you to interpret the replica count correctly—the common trap is counting the primary as a readable replica, which would incorrectly give you 5. Remember that the primary replica is reserved for write operations, so the maximum readable replicas are always the value of highAvailabilityReplicaCount, which tops out at 4 for Business Critical. A simple memory tip: think of the four readable replicas as your four “readers” in the business critical room, with the primary standing apart as the sole “writer.”
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.
Exhibit
Refer to the exhibit.
```
{
"properties": {
"readScale": "Enabled",
"zoneRedundant": false,
"highAvailabilityReplicaCount": 4,
"requestedServiceObjectiveName": "BC_Gen5_8"
}
}
```
You are examining the configuration of an Azure SQL Database in the Business Critical tier. The exhibit shows the database properties. What is the maximum number of readable replicas available for read-only queries?
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
4
Option C is correct. In Business Critical tier, the maximum number of readable replicas is 4, but the highAvailabilityReplicaCount property specifies the number of replicas excluding the primary. With a value of 4, there are 4 replicas, all of which can be readable when readScale is enabled. Option A is wrong because 5 would include the primary. Option B is wrong because 1 is too low. Option D is wrong because the maximum is 4.
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.
Read the scenario before looking for a memorised answer.
✗
5
Why it's wrong here
The primary is not readable.
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 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.
Related glossary terms
Concepts from this question explained
These glossary pages explain the core terms tested in this DP-300 question in full detail.
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.
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: 4 — Option C is correct. In Business Critical tier, the maximum number of readable replicas is 4, but the highAvailabilityReplicaCount property specifies the number of replicas excluding the primary. With a value of 4, there are 4 replicas, all of which can be readable when readScale is enabled. Option A is wrong because 5 would include the primary. Option B is wrong because 1 is too low. Option D is wrong because the maximum is 4.
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 →
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. Refer to the exhibit. You are reviewing the JSON configuration of an Azure SQL Database in the Business Critical tier. What is the primary benefit of setting highAvailabilityReplicaCount to 2?
medium
A.It enables automatic failover in case of a node failure.
B.It enables zone redundancy for the database.
C.It ensures zero data loss during a failover.
✓ D.It provides more read-only replicas to offload read workloads.
Why D: Option B is correct. Setting highAvailabilityReplicaCount to 2 in Business Critical tier creates two additional readable replicas (total of 3 replicas including primary). This improves read performance by allowing more read-only connections to be offloaded to replicas. Option A (zero data loss) is achieved by synchronous replication, not replica count. Option C (automatic failover) is inherent to Business Critical. Option D (zone redundancy) is determined by the zoneRedundant property, not replica count.
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.
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.