0 votes
in AWS by

A live online game uses DynamoDB instances in the backend to store real-time scores of the participants as they compete against each other from various parts of the world.

Which data consistency option is the most appropriate to implement?

1 Answer

0 votes
by

Correct Answer - A.

Since the gamers are from geographically distinct locations, the data will need to be immediately readable within a second as soon as it is written.

...