Courseiva

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

Match each Azure SQL Database error code to its meaning.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Service is busy; retry the request later

Database is not currently available

Cannot open server '%.*ls' requested by the login

Login failed for user

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

4060: Cannot open database requested by the login. Login failed.

Common Azure SQL Database error codes: 4060 (database not accessible), 18456 (login failure), 40197 (transient error), 40501 (throttling). Distractors swap the definitions between 4060 and 18456.

Answer analysis

Option-by-option breakdown

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

  • 4060: Cannot open database requested by the login. Login failed.

    Why this is correct

    Error 4060 indicates that the specified database cannot be opened; often due to permissions or database not existing.

  • 18456: Login failed for user 'username'.

    Why this is correct

    Error 18456 is a generic login failure, often due to invalid credentials or disabled account.

  • 40197: The service has encountered an error processing your request. Please try again.

    Why this is correct

    Error 40197 is a transient error indicating a temporary issue; retrying usually resolves it.

  • 40501: The service is currently busy. Please retry the request after a delay.

    Why this is correct

    Error 40501 indicates throttling due to resource limits; retry after a backoff period.

  • 4060: Login failed for user 'username'.

    Why it's wrong here

    Incorrect — login failure is error 18456, not 4060. Error 4060 is about database access.

  • 18456: Cannot open database requested by the login.

    Why it's wrong here

    Incorrect — database open failure is error 4060, not 18456. Error 18456 is login failure.

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.