0
0
DynamoDBquery~20 mins

Table capacity modes (on-demand vs provisioned) in DynamoDB - Practice Questions

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
DynamoDB Capacity Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Difference in billing between on-demand and provisioned capacity modes
Which statement correctly describes how billing works for DynamoDB tables using on-demand capacity mode compared to provisioned capacity mode?
AOn-demand charges based on the number of read/write requests, while provisioned charges a fixed rate regardless of usage.
BProvisioned charges based on the number of read/write requests, while on-demand charges a fixed monthly fee.
COn-demand charges a fixed monthly fee, and provisioned charges based on storage size only.
DProvisioned charges based on storage size only, and on-demand charges based on the number of read/write requests.
Attempts:
2 left
💡 Hint
Think about how you pay for what you use versus paying for reserved capacity.
query_result
intermediate
2:00remaining
Result of switching capacity mode on a DynamoDB table
What happens to the table's capacity settings immediately after switching from provisioned to on-demand mode?
AThe provisioned capacity units remain active and are billed alongside on-demand usage.
BThe provisioned read and write capacity units are ignored and replaced by on-demand billing.
CThe table is deleted and recreated with on-demand mode, losing all data.
DThe table continues to use provisioned capacity until manually updated.
Attempts:
2 left
💡 Hint
Consider how capacity modes affect billing and usage immediately after switching.
optimization
advanced
2:00remaining
Choosing capacity mode for unpredictable traffic
You expect your DynamoDB table to have highly variable and unpredictable traffic spikes. Which capacity mode is best to minimize cost and avoid throttling?
AProvisioned mode with fixed capacity set to the highest expected traffic.
BProvisioned mode with auto-scaling enabled to adjust capacity automatically.
COn-demand mode to pay only for the requests made without capacity planning.
DProvisioned mode with manual capacity adjustments during spikes.
Attempts:
2 left
💡 Hint
Think about which mode handles unpredictable traffic without manual intervention.
🔧 Debug
advanced
2:00remaining
Identifying cause of throttling in provisioned mode
A DynamoDB table using provisioned capacity mode is experiencing throttling errors despite having capacity units set higher than average usage. What is the most likely cause?
ATraffic spikes exceeded provisioned capacity units temporarily causing throttling.
BOn-demand mode was accidentally enabled causing billing conflicts.
CThe table's storage size exceeded the provisioned capacity units.
DProvisioned capacity units automatically scale down causing throttling.
Attempts:
2 left
💡 Hint
Think about how provisioned capacity handles sudden traffic spikes.
🧠 Conceptual
expert
2:00remaining
Impact of capacity mode on global secondary indexes (GSIs)
How does the choice between on-demand and provisioned capacity modes affect the billing and capacity management of Global Secondary Indexes (GSIs) in DynamoDB?
AGSIs do not consume capacity units and are free to use.
BGSIs always use provisioned capacity mode regardless of the table's mode.
CGSIs always use on-demand capacity mode regardless of the table's mode.
DGSIs inherit the table's capacity mode; on-demand tables have on-demand GSIs billed per request, provisioned tables require separate capacity units for GSIs.
Attempts:
2 left
💡 Hint
Consider how GSIs are billed in relation to the main table's capacity mode.