Medium1 markMultiple Choice
Domain 3.4: Reliability ImprovementReliabilityDecouplingServerless

AWS SAP-C02 · Question 58 · Domain 3.4: Reliability Improvement

A company is redesigning a monolithic application to improve reliability. The application currently processes user uploads synchronously, often timing out. The architect wants to decouple the architecture. Which THREE services can be used together to build a loosely coupled, asynchronous processing pipeline? (Select THREE)

Answer options:

A.

Amazon S3

B.

Amazon ElastiCache

C.

Amazon SQS

D.

AWS Direct Connect

E.

AWS Lambda

F.

Amazon API Gateway

G.

AWS CloudTrail

How to approach this question

Identify the storage, queueing, and compute components of an event-driven architecture.

Full Answer

A standard decoupled pattern: Users upload files to Amazon S3. S3 sends an event to an Amazon SQS queue. AWS Lambda consumes messages from the queue and processes the files asynchronously.

Common mistakes

Selecting API Gateway, which is typically synchronous.

Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 6

75 questions · hints · full answers · grading

More questions from this exam