Courseiva
Question 1,055 of 724
Troubleshooting and OptimizationmediumMultiple ChoiceObjective-mapped

DVA-C02 Troubleshooting and Optimization Practice Question

A DynamoDB application receives ProvisionedThroughputExceededException during predictable daily peaks. The workload is not cacheable. What should be changed?

⚠ Common exam trap

Many exam-takers think disabling CloudWatch metrics reduces overhead or that strongly consistent reads improve reliability, but both actions either remove monitoring or increase capacity consumption, making the throttling worse.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Use on-demand capacity or configure autoscaling/scheduled scaling for the table

The ProvisionedThroughputExceededException indicates that the table's read/write capacity is insufficient during peak loads. Since the workload is predictable but not cacheable, the correct solution is to either switch to on-demand capacity mode, which automatically scales to handle any traffic level, or configure auto scaling with scheduled scaling to match the predictable peaks. This directly addresses the capacity shortfall without requiring application changes.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Enable S3 Transfer Acceleration

    Why it's wrong here

    Enabling S3 Transfer Acceleration improves the speed of data transfers between clients and S3 buckets, particularly over geographical distances, by routing data through CloudFront's edge network. However, this feature is specific to Amazon S3 and has no impact on the performance or throughput capacity of an Amazon DynamoDB table. Therefore, it does not address any potential performance bottlenecks within a DynamoDB application.

  • Use on-demand capacity or configure autoscaling/scheduled scaling for the table

    Why this is correct

    Utilizing DynamoDB's on-demand capacity mode automatically scales read and write throughput to accommodate varying workloads without requiring capacity planning. Alternatively, configuring autoscaling for the table dynamically adjusts provisioned read and write capacity units (RCUs/WCUs) based on actual traffic patterns or target utilization, preventing throttling errors during peak loads. Scheduled scaling further allows for pre-planned capacity adjustments for predictable traffic spikes, ensuring the application always has sufficient resources.

  • Disable CloudWatch metrics

    Why it's wrong here

    Disabling CloudWatch metrics for a DynamoDB table would remove critical visibility into its operational performance, including key metrics like consumed read/write capacity units, throttled requests, and latency. While CloudWatch itself consumes minimal resources, disabling it does not enhance DynamoDB's throughput or resolve underlying performance issues. Instead, it prevents effective monitoring and troubleshooting, making it impossible to identify the root cause of any application performance problems.

  • Move all reads to strongly consistent mode

    Why it's wrong here

    Moving all reads to strongly consistent mode in DynamoDB ensures that a read always returns the most up-to-date data, reflecting all prior successful write operations. However, strongly consistent reads consume twice the read capacity units (RCUs) compared to eventually consistent reads for the same amount of data, and they can also incur higher latency. This change would likely *increase* the demand on the table's provisioned capacity, potentially leading to more throttling errors rather than resolving performance issues.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This DVA-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DVA-C02 exam.