AWS Certified Solutions Architect – Professional — Question 349

Which of the following does Amazon DynamoDB perform?

Answer options

Correct answer: A

Explanation

Amazon DynamoDB supports atomic counters using the UpdateItem API, which allows for both atomic increment and decrement operations on scalar numeric values. This ensures that updates occur sequentially without interfering with other write requests. Other choices are incorrect because DynamoDB is not restricted to only decrementing, nor does it limit these atomic updates to vector values or disallow them entirely.