Question 336 of 1,663
DBS-C01 Monitoring and Troubleshooting Practice Question
A DevOps engineer notices that an Amazon DynamoDB table's read capacity is frequently throttled during peak hours. The table has read-once, read-many workload. Which action is MOST cost-effective to reduce throttling?
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
✓
Enable DynamoDB Accelerator (DAX)
DynamoDB Accelerator (DAX) caches frequently read items, reducing the number of read requests to the table. For a read-once, read-many workload, this significantly lowers read capacity consumption, thus reducing throttling cost-effectively. Option A is incorrect: Enabling auto-scaling for read capacity would help reduce throttling by automatically adjusting capacity, but it does not reduce the number of reads; it increases capacity when needed, which can be more expensive than using DAX. Option C is incorrect: Switching to On-Demand capacity mode eliminates throttling by paying per request, but for a predictable, high-read workload, this is typically more expensive than provisioned capacity with DAX. Option D is incorrect: Increasing the provisioned read capacity units would reduce throttling, but it increases cost because you pay for higher capacity even during off-peak hours. DAX is more cost-effective as it reduces the required capacity.
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 auto-scaling for read capacity
Why it's wrong here
Auto-scaling helps but still consumes capacity; DAX is more cost-effective.
- ✓
Enable DynamoDB Accelerator (DAX)
Why this is correct
DAX caches reads, reducing read load on the table.
- ✗
Switch to On-Demand capacity mode
Why it's wrong here
On-Demand may be more expensive for steady workloads.
- ✗
Increase the provisioned read capacity units
Why it's wrong here
This increases cost without addressing root cause.
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 →
Last reviewed: Jun 20, 2026
This DBS-C01 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 DBS-C01 exam.
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.
Sign in to join the discussion.