AWS Certified Solutions Architect – Professional SAP-C01 – Question362

In DynamoDB, "The data is eventually consistent" means that__________.

A.
a read request immediately after a write operation might not show the latest change.
B. a read request immediately after a write operation shows the latest change.
C. a write request immediately after a read operation might cause data loss.
D. a read request immediately after a write operation might cause data loss.

Correct Answer: A

Explanation:

Explanation: In DynamoDB, it takes time for the update to propagate to all copies. The data is eventually consistent, meaning that a read request immediately after a write operation might not show the latest change.
Reference:
http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/API…