Medium1 markMultiple Choice
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)
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
Q01A global enterprise requires highly available hybrid connectivity between its on-premises data ce...HardQ02An organization has 50 VPCs across two AWS Regions connected via Transit Gateways (TGW). The TGWs...HardQ03A company uses AWS Organizations. The network team wants to share a central Transit Gateway (TGW)...MediumQ04An enterprise has on-premises data centers in the US and Europe. They want to use the AWS global ...HardQ05A company requires that all API calls to Amazon S3 from their VPC must not traverse the public in...Medium
Expert