Question 332 of 1,040
Design Resilient ArchitectureshardMultiple SelectObjective-mapped

SAA-C03 Design Resilient Architectures Practice Question

This SAA-C03 practice question tests your understanding of design resilient architectures. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: dynamoDB PITR provides continuous backups for 35 days.. 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 requires point-in-time recovery and accidental-delete protection for a DynamoDB table. Which two settings should the architect enable?

Question 1hardmulti select
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

Point-in-time recovery

Point-in-time recovery (PITR) for DynamoDB enables continuous backups with 35-day granularity, allowing restoration to any second within that window. This directly satisfies the requirement for point-in-time recovery by providing the ability to restore the table to a specific state before a data corruption or accidental write event.

Key principle: DynamoDB PITR provides continuous backups for 35 days.

Answer analysis

Option-by-option breakdown

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

  • Point-in-time recovery

    Why this is correct

    PITR allows restoration to a specific second within the supported recovery window.

    Related concept

    DynamoDB PITR provides continuous backups for 35 days.

  • DAX

    Why it's wrong here

    DAX improves read performance but does not provide recovery.

  • Deletion protection or tightly controlled delete permissions

    Why this is correct

    Deletion protection and least-privilege controls reduce accidental table removal risk.

    Related concept

    DynamoDB PITR provides continuous backups for 35 days.

  • Global secondary indexes

    Why it's wrong here

    GSIs support query access patterns but do not protect against data loss.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse DAX or GSIs as data protection mechanisms, but neither provides backup, recovery, or deletion prevention—they are performance and query optimization features, not resilience controls.

Detailed technical explanation

How to think about this question

DynamoDB PITR restores the entire table to a new table using incremental backups stored in Amazon S3, with a restore time proportional to the table size. Deletion protection prevents accidental table drops by blocking DeleteTable API calls at the service level, while tightly controlled IAM delete permissions add a second layer of defense. In a real-world scenario, combining PITR with deletion protection ensures both recovery from logical errors (e.g., unintended updates) and protection against structural deletion.

KKey Concepts to Remember

  • DynamoDB PITR provides continuous backups for 35 days.
  • PITR allows restoration to any second within the recovery window.
  • Enabling PITR has no performance impact on table operations.
  • PITR protects against accidental writes, deletes, and table deletions.

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

DynamoDB PITR provides continuous backups for 35 days.

Real-world example

How this comes up in practice

A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.

What to study next

Got this wrong? Here's your next step.

Review dynamoDB PITR provides continuous backups for 35 days., 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 — DynamoDB PITR provides continuous backups for 35 days..

What is the correct answer to this question?

The correct answer is: Point-in-time recovery — Point-in-time recovery (PITR) for DynamoDB enables continuous backups with 35-day granularity, allowing restoration to any second within that window. This directly satisfies the requirement for point-in-time recovery by providing the ability to restore the table to a specific state before a data corruption or accidental write event.

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

Review dynamoDB PITR provides continuous backups for 35 days., then practise related SAA-C03 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

DynamoDB PITR provides continuous backups for 35 days.

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.