Easy1 markMultiple Choice
AWS SAP-C02 · Question 66 · Domain 2.5: Performance
An application requires a database that can handle millions of requests per second with microsecond latency. The data model is a simple key-value store. Which AWS database service is MOST appropriate?
An application requires a database that can handle millions of requests per second with microsecond latency. The data model is a simple key-value store. Which AWS database service is MOST appropriate?
Answer options:
A.
Amazon RDS for PostgreSQL
B.
Amazon DynamoDB with DAX
C.
Amazon Redshift
D.
Amazon Neptune
How to approach this question
Match 'microsecond latency' and 'key-value' to the database and cache.
Full Answer
B.Amazon DynamoDB with DAX✓ Correct
Amazon DynamoDB is a highly scalable key-value store. DynamoDB Accelerator (DAX) is an in-memory cache specifically designed for DynamoDB that delivers up to a 10x performance improvement, from milliseconds to microseconds.
Common mistakes
Choosing standard DynamoDB, which provides millisecond (not microsecond) latency.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 2
75 questions · hints · full answers · grading
More questions from this exam
Q01A company is setting up a multi-account AWS environment using AWS Organizations. They need to ens...EasyQ02An enterprise needs to connect its on-premises data center to AWS. They require a dedicated, priv...EasyQ03A company wants to share a single AWS Transit Gateway across multiple AWS accounts within their A...EasyQ04An architect needs to design a highly available database architecture that spans multiple AWS Reg...EasyQ05A global financial institution is migrating its core banking application to AWS. The application ...Medium
Expert