Medium1 markMultiple Choice
AWS SAA-C03 · Question 58 · Domain 4.3: Database Cost Optimization
A startup is launching a new mobile app backed by Amazon DynamoDB. They have no historical data to predict traffic patterns and expect sudden, unpredictable spikes in usage. Which DynamoDB capacity mode is the MOST cost-effective for this launch?
A startup is launching a new mobile app backed by Amazon DynamoDB. They have no historical data to predict traffic patterns and expect sudden, unpredictable spikes in usage. Which DynamoDB capacity mode is the MOST cost-effective for this launch?
Answer options:
A.
Provisioned capacity mode with Auto Scaling
B.
On-demand capacity mode
C.
Provisioned capacity mode with high RCUs and WCUs
D.
DynamoDB Standard-IA table class
How to approach this question
Look for 'no historical data' and 'unpredictable spikes'. On-demand mode requires no capacity planning.
Full Answer
B.On-demand capacity mode✓ Correct
Amazon DynamoDB on-demand is a flexible billing option capable of serving thousands of requests per second without capacity planning. It is ideal for new applications with unknown workloads or unpredictable traffic, as you pay only for what you use.
Common mistakes
Choosing Provisioned with Auto Scaling, which is better for predictable, gradual traffic changes.
Practice the full AWS SAA-C03 Practice Exam 3
65 questions · hints · full answers · grading
More questions from this exam
Q01A company stores sensitive documents in an Amazon S3 bucket. The security team requires that only...EasyQ02A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...MediumQ03A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (AL...EasyQ04A company wants to continuously monitor its AWS accounts for malicious activity and unauthorized ...MediumQ05A company needs to encrypt data at rest in Amazon RDS and manage database credentials securely. T...Medium
Expert