Multiple Choices
Answer (Choose 1 answer)
The technology team at an investment bank uses DynamoDB to facilitate high-frequency trading where multiple trades can try and update an item at the same time.Which of the following actions would make sure that only the last updated value of any item is used in the application?
A. Use ConsistentRead = true while doing Putltem operation for any item
B. Use ConsistentRead = true while doing Updateltem operation for any item
C. Use ConsistentRead = true while doing Getltem operation for any item
D. Use ConsistentRead = false while doing Putltem operation for any item