AWS · Associate · scenario-based

SAA-C03 Architecture Decision Practice

Use these scenarios to practice turning requirements into architecture decisions. Commit to an answer before revealing feedback, then explain the decision rule in your own words.

5 questions~18 minutesReviewed 2026-08-16
How to use this set
  1. Read the requirement before looking at the choices.
  2. Predict the architecture decision and say why it fits.
  3. Select one answer only after you can reject at least one distractor.
  4. Submit once, then study the feedback and review links.
Review AWS Solutions Architect - Associate study guide
Question 1Which design best meets the requirement with the least long-lived credential risk?

A CI workload in a tooling AWS account must deploy to production accounts. Security requires centralized control, short-lived credentials, least privilege, and auditable sessions. The team wants to avoid storing production access keys in CI.

Question 2Which change most directly addresses both zone failure and duplicate-order risk?

An order API runs across two Availability Zones. During a zone failure, clients retry requests and occasionally create duplicate orders. Compute capacity exists in both zones, but the current request handler writes directly to a datastore without an idempotency design.

Question 3Which architecture best matches the access patterns while keeping operational complexity reasonable?

A document platform stores files from 5 MB to 2 GB. Users search metadata by owner, date, status, and tags. Files are downloaded far more often than metadata is changed. The design must support lifecycle policies for older files.

Question 4What should drive the compute choice before selecting a service?

A media pipeline receives unpredictable bursts. Work can queue for a few minutes. Individual jobs usually run for 4-20 seconds, but some image transformations take several minutes. The team wants low idle cost without overwhelming downstream services.

Question 5Which design best reduces origin load and user latency for repeatable public content?

A learning platform serves public images and downloadable study files globally. Objects change infrequently, requests are read-heavy, and the application currently serves every object request from the origin region.

What to do with the result

A score is only a signal. For every miss, write the requirement you overlooked and the decision rule that would have eliminated the wrong answer. Then use the linked lesson before repeating the set.