Medium1 markMultiple Choice
Domain 3.3: Performance ImprovementDynamoDBPerformanceCost Optimization

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?

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