Question 385 of 1,040
Design Resilient ArchitectureshardMultiple ChoiceObjective-mapped

SAA-C03 Design Resilient Architectures Practice Question

This SAA-C03 practice question tests your understanding of design resilient architectures. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. A key principle to apply: a Dead-Letter Queue (DLQ) isolates messages that repeatedly fail processing.. 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.

A claims workflow uses Amazon SQS. Poison messages are repeatedly failing and blocking useful retries. What should the architect configure? The team wants the control to be enforceable during normal operations.

Question 1hardmultiple choice
Full question →

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

A dead-letter queue with an appropriate maxReceiveCount

A dead-letter queue (DLQ) with an appropriate maxReceiveCount is the correct solution because it automatically moves messages that have failed processing a specified number of times to a separate queue, preventing them from blocking subsequent retries. This enforces control during normal operations by isolating poison messages without manual intervention, allowing the main queue to continue processing valid messages.

Key principle: A Dead-Letter Queue (DLQ) isolates messages that repeatedly fail processing.

Answer analysis

Option-by-option breakdown

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

  • A FIFO queue without a redrive policy

    Why it's wrong here

    FIFO ordering does not solve repeated processing failure.

  • Short polling instead of long polling

    Why it's wrong here

    Polling mode changes request efficiency, not poison message handling.

  • A dead-letter queue with an appropriate maxReceiveCount

    Why this is correct

    A DLQ isolates messages that fail repeatedly so they can be investigated without disrupting normal processing.

    Related concept

    A Dead-Letter Queue (DLQ) isolates messages that repeatedly fail processing.

  • A larger message retention period only

    Why it's wrong here

    Longer retention keeps messages longer but does not isolate poison messages.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may confuse a dead-letter queue with simply increasing retention or changing polling methods, failing to recognize that only a DLQ with a maxReceiveCount enforces automatic removal of poison messages during normal operations.

Detailed technical explanation

How to think about this question

Under the hood, Amazon SQS uses the maxReceiveCount parameter in the redrive policy to track how many times a message has been received but not deleted. Once the count exceeds the threshold, SQS automatically moves the message to the configured DLQ, which can be either a standard or FIFO queue. In real-world scenarios, this is critical for workflows like order processing where a malformed message could cause infinite retries, exhausting Lambda concurrency or EC2 worker resources.

KKey Concepts to Remember

  • A Dead-Letter Queue (DLQ) isolates messages that repeatedly fail processing.
  • A redrive policy on a source queue specifies the DLQ and maxReceiveCount.
  • Messages are moved to the DLQ when their ReceiveCount exceeds maxReceiveCount.
  • DLQs prevent poison messages from blocking the main queue's processing.

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

A Dead-Letter Queue (DLQ) isolates messages that repeatedly fail processing.

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. A Dead-Letter Queue (DLQ) isolates messages that repeatedly fail processing. 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.

Review a Dead-Letter Queue (DLQ) isolates messages that repeatedly fail processing., then practise related SAA-C03 questions on the same topic to reinforce the concept.

Related practice questions

Related SAA-C03 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 SAA-C03 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 SAA-C03 question test?

Design Resilient Architectures — This question tests Design Resilient Architectures — A Dead-Letter Queue (DLQ) isolates messages that repeatedly fail processing..

What is the correct answer to this question?

The correct answer is: A dead-letter queue with an appropriate maxReceiveCount — A dead-letter queue (DLQ) with an appropriate maxReceiveCount is the correct solution because it automatically moves messages that have failed processing a specified number of times to a separate queue, preventing them from blocking subsequent retries. This enforces control during normal operations by isolating poison messages without manual intervention, allowing the main queue to continue processing valid messages.

What should I do if I get this SAA-C03 question wrong?

Review a Dead-Letter Queue (DLQ) isolates messages that repeatedly fail processing., then practise related SAA-C03 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

A Dead-Letter Queue (DLQ) isolates messages that repeatedly fail processing.

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 SAA-C03 practice questions

Last reviewed: Jun 11, 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 SAA-C03 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 SAA-C03 exam.