...

/

SAA-C03 Domain 2: Design Resilient Architectures Questions

SAA-C03 Domain 2: Design Resilient Architectures Questions

Validate your understanding of building resilient, highly available systems. Focus areas include decoupling workloads, ensuring request durability, handling scale-in safely, implementing automated life cycle management, monitoring application health, and designing fault-tolerant, serverless event-driven systems.

Question 6

A web application processes user requests synchronously and writes results to a database. During sudden traffic spikes, the database becomes overloaded, causing request timeouts. The business requirement is that no user requests may be lost, even if processing is delayed.

What should a solutions architect do to meet this requirement?

A. Increase the database instance size.
B. Place an Amazon SQS queue between the application and the database writer.
C. Enable Multi-AZ on the database.
D. Add read replicas to the database.

...
Ask