Medium1 markMultiple Choice
AWS SAA-C03 · Question 25 · Domain 3.3: Database Performance
A company is building a serverless application using Amazon API Gateway and AWS Lambda. The application needs to store user session state data that requires sub-millisecond read latency. <br/><br/>Which database solution should the solutions architect recommend?
A company is building a serverless application using Amazon API Gateway and AWS Lambda. The application needs to store user session state data that requires sub-millisecond read latency. <br/><br/>Which database solution should the solutions architect recommend?
Answer options:
A.
Amazon RDS for PostgreSQL
B.
Amazon DynamoDB with DynamoDB Accelerator (DAX)
C.
Amazon S3
D.
Amazon Aurora Serverless
How to approach this question
Look for the keyword 'sub-millisecond'. This usually points to an in-memory cache like DAX or ElastiCache.
Full Answer
B.Amazon DynamoDB with DynamoDB Accelerator (DAX)✓ Correct
Amazon DynamoDB with DynamoDB Accelerator (DAX)
Amazon DynamoDB Accelerator (DAX) is a fully managed, highly available, in-memory cache for Amazon DynamoDB that delivers up to a 10x performance improvement—from milliseconds to microseconds—even at millions of requests per second.
Common mistakes
Choosing standard DynamoDB, which only provides single-digit millisecond latency.
Practice the full AWS SAA-C03 Practice Exam 4
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 wants...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert