Courseiva

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

You have an Azure SQL Managed Instance configured with a failover group between the primary region (East US) and secondary region (West US). The secondary instance is used for read-only query workloads. During a planned failover test, you notice that after failover, the read-only queries on the secondary instance fail with error 4060 (cannot open database). What is the most likely cause?

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

The failover changed the secondary instance to primary, and read-only routing is not configured for the new secondary.

After failover, the secondary role changes to primary, and the database becomes writable. Read-only routing must be reconfigured or the connection string must specify ApplicationIntent=ReadOnly to reach the new secondary. Option A (secondary is not readable) is false because failover groups support readable secondary. Option B (firewall rules) would cause a different error. Option D (license type) does not affect read access.

Answer analysis

Option-by-option breakdown

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

  • The secondary instance is not in the same license type as the primary.

    Why it's wrong here

    License type does not affect read access.

  • The firewall rules on the secondary instance do not allow the client IP.

    Why it's wrong here

    Firewall issues would cause a different error, such as cannot connect.

  • The failover changed the secondary instance to primary, and read-only routing is not configured for the new secondary.

    Why this is correct

    After failover, the old secondary becomes primary; read-only routing must point to the new secondary (the old primary).

  • The secondary instance is not configured to allow read-only access.

    Why it's wrong here

    Failover groups allow read-only access to the secondary by default.

About these practice questions

One of 906 original DP-300 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

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.