
Ultimate access to all questions.
The technology team at an investment bank leverages Amazon DynamoDB to support high-frequency trading operations. In this scenario, it’s common for multiple trades to attempt to update the same item concurrently.
To ensure that only the most recently updated value of any item is retained and used in the application, which of the following actions would be appropriate?
A
Use ConsistentRead = false while doing PutItem operation for any item
B
Use ConsistentRead = true while doing GetItem operation for any item
C
Use ConsistentRead = true while doing PutItem operation for any item
D
Use ConsistentRead = true while doing UpdateItem operation for any item