Question 608 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 fail processing repeatedly.. 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 payments API uses Amazon SQS. Poison messages are repeatedly failing and blocking useful retries. What should the architect configure? The design must avoid adding custom operational scripts.

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 allows messages that repeatedly fail processing to be moved out of the source queue after a specified number of receive attempts. This prevents poison messages from blocking retries and consuming processing resources, without requiring custom operational scripts.

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

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.

  • 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 fail processing repeatedly.

  • A larger message retention period only

    Why it's wrong here

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

  • Short polling instead of long polling

    Why it's wrong here

    Polling mode changes request efficiency, not poison message handling.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may think increasing retention or switching polling modes solves poison messages, but only a DLQ with maxReceiveCount directly addresses repeated failures without custom scripts.

Detailed technical explanation

How to think about this question

Under the hood, SQS DLQ integration uses the redrive policy to specify a source queue, a DLQ ARN, and a maxReceiveCount (1–1000). When a message is received more times than the maxReceiveCount, SQS automatically moves it to the DLQ. This is a fully managed, serverless mechanism that requires no custom code. In real-world scenarios, poison messages often result from transient data format issues or downstream API timeouts; the DLQ allows you to isolate and inspect them without disrupting the main processing pipeline.

KKey Concepts to Remember

  • A Dead-Letter Queue (DLQ) isolates messages that fail processing repeatedly.
  • A redrive policy on the source queue links it to a DLQ.
  • The `maxReceiveCount` determines how many times a message can be received before moving to the DLQ.
  • 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 fail processing repeatedly.

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 fail processing repeatedly. 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 fail processing repeatedly., 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 fail processing repeatedly..

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 allows messages that repeatedly fail processing to be moved out of the source queue after a specified number of receive attempts. This prevents poison messages from blocking retries and consuming processing resources, without requiring custom operational scripts.

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

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

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

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.