Question 665 of 1,786
Data Store ManagementhardMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is that the database is a Single-AZ deployment and is not a read replica. This is determined by interpreting the RDS CLI describe-db-instances output, where the field 'MultiAZ: False' directly confirms a Single-AZ configuration, and the absence of a 'ReadReplicaSourceDBInstanceIdentifier' or 'SourceDBInstanceIdentifier' field confirms it is not a read replica. On the AWS Certified Data Engineer Associate DEA-C01 exam, this type of output interpretation tests your ability to quickly read CLI JSON responses and distinguish between primary instances, read replicas, and Multi-AZ setups—a common trap is confusing 'MultiAZ: False' with a read replica, when in fact read replicas can be either Single or Multi-AZ. Remember the memory tip: "No source, no replica; MultiAZ false means single zone."

DEA-C01 Data Store Management Practice Question

This DEA-C01 practice question tests your understanding of data store management. 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].[Engineoutput textRefer to the exhibit.Output:mysql available False None

Refer to the exhibit. A data engineer ran the CLI command to check the configuration of an RDS instance named 'mydb'. Which statement accurately describes the current configuration?

Question 1hardmultiple choice
Full question →
Network Topology
aws rds describe-db-instancesdb-instance-identifier mydbquery 'DBInstances[0].[Engineoutput textRefer to the exhibit.Output:mysql available False None

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 a Single-AZ deployment and is not a read replica

Option B is correct because the CLI command output shows 'DBInstanceStatus: available' and 'MultiAZ: False', indicating the database is running as a Single-AZ deployment. Additionally, the absence of a 'SourceDBInstanceIdentifier' field confirms it is not a read replica. The 'ReadReplicaSourceDBInstanceIdentifier' is not present, which would be required if it were a read replica.

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 is in the 'stopped' state

    Why it's wrong here

    DBInstanceStatus is 'available'.

  • The database is a Single-AZ deployment and is not a read replica

    Why this is correct

    MultiAZ False and no ReadReplicaSourceDBInstanceIdentifier.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The database is a read replica of another instance

    Why it's wrong here

    ReadReplicaSourceDBInstanceIdentifier is None.

  • The database is a Multi-AZ deployment

    Why it's wrong here

    MultiAZ is False.

Common exam traps

Common exam trap: answer the scenario, not the keyword

AWS often tests the misconception that a database with 'available' status must be a read replica or Multi-AZ, but the absence of the 'ReadReplicaSourceDBInstanceIdentifier' and 'MultiAZ: False' clearly identify it as a standalone Single-AZ instance.

Detailed technical explanation

How to think about this question

Under the hood, the AWS CLI command 'aws rds describe-db-instances --db-instance-identifier mydb' returns JSON output with fields like 'DBInstanceStatus', 'MultiAZ', and 'ReadReplicaSourceDBInstanceIdentifier'. A read replica always has the 'ReadReplicaSourceDBInstanceIdentifier' populated with the source instance's identifier, and its 'DBInstanceStatus' can be 'available' while replicating. In contrast, a Multi-AZ deployment uses synchronous replication to a standby in a different Availability Zone, which is indicated by 'MultiAZ: True' and typically shows a 'SecondaryAvailabilityZone' field.

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

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

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

Data Store Management — This question tests Data Store Management — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The database is a Single-AZ deployment and is not a read replica — Option B is correct because the CLI command output shows 'DBInstanceStatus: available' and 'MultiAZ: False', indicating the database is running as a Single-AZ deployment. Additionally, the absence of a 'SourceDBInstanceIdentifier' field confirms it is not a read replica. The 'ReadReplicaSourceDBInstanceIdentifier' is not present, which would be required if it were a read replica.

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