Question 1,129 of 1,730
Workload-Specific Database DesignmediumMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is that the database is deployed in a Multi-AZ configuration. This is confirmed because the AWS CLI command output explicitly shows the field `"multi-az": True` alongside a `"DBInstanceStatus": "creating"` state, which directly indicates that the instance is being provisioned with a synchronous standby replica in a different Availability Zone. On the AWS Certified Database Specialty DBS-C01 exam, this tests your ability to parse JSON output from the `describe-db-instances` CLI command and distinguish between Multi-AZ and read replica deployments. A common trap is confusing the `creating` status with a single-AZ setup, but the `multi-az` key is the definitive flag. Remember the memory tip: “Multi-AZ is a pair, look for the `True` in the `multi-az` lair.”

DBS-C01 Workload-Specific Database Design Practice Question

This DBS-C01 practice question tests your understanding of workload-specific database design. 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.

Network Topology
aws rds describe-db-instancesdb-instance-identifier mydbquery 'DBInstances[0].[DBInstanceClassRefer to the exhibit.```Output:"db.r5.large","true","mysql","available"

A database administrator runs the above command. The database is currently in a healthy state. Which statement is true about this database?

Question 1mediummultiple choice
Full question →
Network Topology
aws rds describe-db-instancesdb-instance-identifier mydbquery 'DBInstances[0].[DBInstanceClassRefer to the exhibit.```Output:"db.r5.large","true","mysql","available"

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 database is deployed in a Multi-AZ configuration

Option C is correct because the command output shows the database is in the 'creating' state with 'multi-az': True. This explicitly indicates that the database is being deployed in a Multi-AZ configuration, which provides high availability by synchronously replicating data to a standby instance in a different Availability Zone.

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.

  • The database engine is Amazon Aurora

    Why it's wrong here

    The engine is MySQL, not Aurora.

  • The database uses a burstable instance class

    Why it's wrong here

    db.r5.large is a memory-optimized instance, not burstable.

  • The database is deployed in a Multi-AZ configuration

    Why this is correct

    MultiAZ is true, so it has a standby in another AZ.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The database has a read replica in another region

    Why it's wrong here

    Multi-AZ is for high availability, not read replicas.

Common exam traps

Common exam trap: answer the scenario, not the keyword

AWS often tests the distinction between Multi-AZ and read replicas, where candidates mistakenly think 'multi-az': True implies a read replica or cross-region setup, but Multi-AZ is solely for high availability within a single region, not for read scaling or disaster recovery across regions.

Detailed technical explanation

How to think about this question

Multi-AZ deployments in Amazon RDS use synchronous replication to a standby instance in a different Availability Zone, with automatic failover handled by a DNS CNAME update. The 'creating' state with 'multi-az': True means the primary and standby are being provisioned simultaneously; during failover, the standby becomes the new primary, and the DNS record is updated, typically within 60-120 seconds. This is distinct from read replicas, which use asynchronous replication and are visible under 'read_replica': True.

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 DBS-C01 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 DBS-C01 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 DBS-C01 question test?

Workload-Specific Database Design — This question tests Workload-Specific Database Design — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The database is deployed in a Multi-AZ configuration — Option C is correct because the command output shows the database is in the 'creating' state with 'multi-az': True. This explicitly indicates that the database is being deployed in a Multi-AZ configuration, which provides high availability by synchronously replicating data to a standby instance in a different Availability Zone.

What should I do if I get this DBS-C01 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

Keep practising

More DBS-C01 practice questions

Last reviewed: Jun 30, 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 DBS-C01 practice question is part of Courseiva's free Amazon Web Services 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 DBS-C01 exam.