DBS-C01 Monitoring and Troubleshooting Practice Question
An Amazon DynamoDB table is experiencing throttled write requests. The table uses provisioned capacity with auto-scaling enabled. Which THREE factors could contribute to throttling despite auto-scaling?
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
✓
Auto-scaling maximum capacity is set too low
Auto-scaling can prevent throttling only if the maximum capacity is set appropriately and traffic patterns are predictable. Option B is correct because if the auto-scaling maximum capacity is set too low, the table cannot scale enough to handle the write demand. Option C is correct because auto-scaling reacts to sustained traffic but cannot instantly accommodate a sudden traffic spike that exceeds the maximum capacity. Option E is correct because even with auto-scaling, an uneven partition key distribution can cause a single partition to exceed its throughput capacity, leading to throttling. Option A is incorrect; a global secondary index with the same partition key does not inherently cause throttling on the base table. Option D is incorrect because eventually consistent reads affect read capacity, not write capacity, and do not cause write throttling.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Global secondary index is defined with same partition key
Why it's wrong here
GSI consumes write capacity from the table.
- ✓
Auto-scaling maximum capacity is set too low
Why this is correct
If max is reached, throttling occurs.
- ✓
Sudden traffic spike that exceeds the max capacity
Why this is correct
Auto-scaling has a ramp-up time and max limit.
- ✗
Use of eventually consistent reads
Why it's wrong here
Consistency model does not cause throttling.
- ✓
Uneven key distribution causing hot partitions
Why this is correct
Partition-level throttling occurs even if table-level is fine.
Go deeper
Related to this question
About these practice questions
This DBS-C01 question is part of Courseiva's 1,663-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.