Easy1 markMultiple Choice
AWS SAP-C02 · Question 66 · Domain 4.2: New Architecture Design
An architect is designing a new serverless architecture to replace a legacy on-premises order processing system. The new system must receive orders via an API, validate them, save them to a database, and notify a downstream fulfillment system. Which THREE AWS services should be used to build this modern architecture? (Select THREE)
An architect is designing a new serverless architecture to replace a legacy on-premises order processing system. The new system must receive orders via an API, validate them, save them to a database, and notify a downstream fulfillment system. Which THREE AWS services should be used to build this modern architecture? (Select THREE)
Answer options:
A.
Amazon API Gateway
B.
Amazon EC2
C.
AWS Lambda
D.
Amazon RDS for Oracle
E.
Amazon DynamoDB
F.
AWS Direct Connect
G.
AWS Elastic Beanstalk
How to approach this question
Identify the core components of a standard serverless web application.
Full Answer
A, C, E
A standard serverless pattern uses Amazon API Gateway to receive requests, AWS Lambda to execute business logic, and Amazon DynamoDB as a highly scalable, serverless database.
Common mistakes
Selecting EC2 or Elastic Beanstalk, which are not serverless.
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