Easy1 markMultiple Choice
AWS SAP-C02 · Question 46 · Domain 3.5: Cost Optimization
An application uses Amazon DynamoDB. The workload is highly unpredictable, with sudden, massive spikes in read and write traffic followed by long periods of inactivity. The architect wants to minimize costs while ensuring the application is never throttled. Which DynamoDB capacity mode should be used?
An application uses Amazon DynamoDB. The workload is highly unpredictable, with sudden, massive spikes in read and write traffic followed by long periods of inactivity. The architect wants to minimize costs while ensuring the application is never throttled. Which DynamoDB capacity mode should be used?
Answer options:
A.
Provisioned Capacity Mode with Auto Scaling
B.
On-Demand Capacity Mode
C.
Provisioned Capacity Mode with a high baseline
D.
DynamoDB Standard-IA table class
How to approach this question
Match 'highly unpredictable' and 'sudden spikes' to On-Demand capacity.
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 unpredictable workloads with sudden spikes.
Common mistakes
Choosing Provisioned with Auto Scaling, which cannot scale fast enough for 'sudden, massive spikes'.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 1
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 50 VPCs across two AWS Regions. They need to establish transitive routing betwe...HardQ02A company uses AWS Organizations. The security team wants to ensure that no IAM user or role can ...MediumQ03An application requires a relational database with an RPO of 1 second and an RTO of less than 1 m...HardQ04A company is setting up a new multi-account environment. They want to automate the provisioning o...MediumQ05An organization wants to allocate AWS costs to specific business units. They use AWS Organization...Hard
Expert