nerdexam
AmazonAmazon

SAA-C03 · Question #758

SAA-C03 Question #758: Real Exam Question with Answer & Explanation

The correct answer is C: Configure the application to use exponential backoff and retries to query the table.. HTTP 500 errors often occur when DynamoDB experiences transient throttling or request spikes. Implementing exponential backoff and retries allows the application to automatically handle these transient failures without disrupting operations, ensuring reliable access to the table

Submitted by jian89· Mar 4, 2026Design Resilient Architectures

Question

A company runs a web application on Amazon EC2 instances. The application also uses an Amazon DynamoDB table. The application generates sporadic HTTP 500 errors. The DynamoDB table is operating in on-demand mode, and other applications use the table without any issues. A solutions architect wants to resolve the HTTP 500 errors without disrupting in the web application. Which solution will meet these requirements?

Options

  • AConfigure DynamoDB to support larger write requests for increased throughput.
  • BEnable DynamoDB Streams to monitor changes in the table.
  • CConfigure the application to use exponential backoff and retries to query the table.
  • DConfigure the application to use strongly consistent reads.

Explanation

HTTP 500 errors often occur when DynamoDB experiences transient throttling or request spikes. Implementing exponential backoff and retries allows the application to automatically handle these transient failures without disrupting operations, ensuring reliable access to the table even under

Community Discussion

No community discussion yet for this question.

Full SAA-C03 PracticeBrowse All SAA-C03 Questions