Question 851 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) is a standard SQS feature for handling message processing failures.. 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 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 to a separate queue after a specified number of receive attempts. This prevents poison messages from blocking the main queue and consuming retry capacity, while avoiding custom operational scripts by using native SQS functionality.

Key principle: A Dead-Letter Queue (DLQ) is a standard SQS feature for handling message processing failures.

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) is a standard SQS feature for handling message processing failures.

  • 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 often confuse increasing message retention or changing polling behavior with solving poison message issues, but only a dead-letter queue with a maxReceiveCount directly removes repeatedly failing messages from the processing flow.

Detailed technical explanation

How to think about this question

Under the hood, SQS tracks the receive count for each message via the ApproximateReceiveCount attribute. When the maxReceiveCount threshold is reached, the message is automatically redirected to the configured DLQ using a redrive policy. This mechanism is essential in event-driven architectures where downstream consumers may fail due to malformed data, ensuring that the main queue remains healthy and retries are reserved for recoverable messages.

KKey Concepts to Remember

  • A Dead-Letter Queue (DLQ) is a standard SQS feature for handling message processing failures.
  • The `maxReceiveCount` attribute in a redrive policy determines how many times a message can be received before moving to a DLQ.
  • DLQs isolate problematic messages, preventing them from blocking the main queue's processing.
  • Using a DLQ avoids the need for custom application logic or operational scripts to manage failed messages.

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) is a standard SQS feature for handling message processing failures.

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) is a standard SQS feature for handling message processing failures. 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) is a standard SQS feature for handling message processing failures., 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) is a standard SQS feature for handling message processing failures..

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 to a separate queue after a specified number of receive attempts. This prevents poison messages from blocking the main queue and consuming retry capacity, while avoiding custom operational scripts by using native SQS functionality.

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

Review a Dead-Letter Queue (DLQ) is a standard SQS feature for handling message processing failures., 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) is a standard SQS feature for handling message processing failures.

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.