Medium1 markMultiple Choice
AWS SAP-C02 · Question 38 · Domain 3.3: Performance Improvement
An application uses Amazon DynamoDB. During peak hours, the application experiences ProvisionedThroughputExceededException errors. The workload is highly unpredictable. What is the MOST cost-effective and operationally efficient way to resolve this?
An application uses Amazon DynamoDB. During peak hours, the application experiences ProvisionedThroughputExceededException errors. The workload is highly unpredictable. What is the MOST cost-effective and operationally efficient way to resolve this?
Answer options:
A.
Implement exponential backoff in the application code.
B.
Configure DynamoDB Auto Scaling with a target utilization of 70%.
C.
Change the DynamoDB table to On-Demand capacity mode.
D.
Provision the table to the maximum expected peak capacity.
How to approach this question
Match 'unpredictable workload' with the appropriate DynamoDB capacity mode.
Full Answer
C.Change the DynamoDB table to On-Demand capacity mode.✓ Correct
DynamoDB On-Demand capacity mode is designed specifically for unpredictable workloads. It instantly scales to accommodate traffic spikes without the delay associated with Auto Scaling.
Common mistakes
Choosing Auto Scaling, which can be too slow for sudden, sharp spikes.
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