Easy1 markMultiple Choice
AWS SAA-C03 · Question 22 · Domain 2.1: Scalable Architectures
An architecture consists of an API Gateway routing requests to AWS Lambda functions. The Lambda functions process the requests and store data in Amazon DynamoDB. What type of architecture is this?
An architecture consists of an API Gateway routing requests to AWS Lambda functions. The Lambda functions process the requests and store data in Amazon DynamoDB. What type of architecture is this?
Answer options:
A.
Monolithic architecture
B.
Containerized architecture
C.
Serverless architecture
D.
Stateful architecture
How to approach this question
Recognize the combination of API Gateway, Lambda, and DynamoDB as the classic AWS Serverless stack.
Full Answer
C.Serverless architecture✓ Correct
Serverless architecture
A serverless architecture allows you to build and run applications without thinking about servers. API Gateway, Lambda, and DynamoDB are core serverless components.
Common mistakes
Assuming Lambda implies containers.
Practice the full AWS SAA-C03 Practice Exam 7
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team needs...MediumQ02An application runs on Amazon EC2 instances and needs to access an Amazon S3 bucket. What is the ...EasyQ03A company wants to implement federated access to the AWS Management Console for its employees usi...MediumQ04A company is building a mobile application that requires users to sign in using their social medi...EasyQ05A security team wants to enforce MFA for all IAM users before they can terminate EC2 instances. H...Medium
Expert