Medium1 markMultiple Choice
AWS SAA-C03 · Question 48 · Domain 3.3: Database Performance
A company is building a highly available web application. They need a database that provides single-digit millisecond latency at any scale, supports key-value data models, and automatically replicates data across multiple AWS Regions for active-active usage. Which database should they choose?
A company is building a highly available web application. They need a database that provides single-digit millisecond latency at any scale, supports key-value data models, and automatically replicates data across multiple AWS Regions for active-active usage. Which database should they choose?
Answer options:
A.
Amazon Aurora Global Database
B.
Amazon DynamoDB with Global Tables
C.
Amazon RDS for PostgreSQL with Cross-Region Read Replicas
D.
Amazon DocumentDB
How to approach this question
Match 'single-digit millisecond', 'key-value', and 'active-active multi-region' with DynamoDB Global Tables.
Full Answer
B.Amazon DynamoDB with Global Tables✓ Correct
Amazon DynamoDB with Global Tables
Amazon DynamoDB is a key-value and document database that delivers single-digit millisecond performance at any scale. DynamoDB Global Tables provide a fully managed solution for deploying a multi-region, active-active database.
Common mistakes
Confusing Aurora Global Database (relational) with DynamoDB Global Tables (NoSQL).
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