What type of consistency model does DynamoDB provide by default?
a) Strongly consistent reads
b) Eventually consistent reads
c) Immediate consistency
d) Eventual consistency only for writes
Answer:
b) Eventually consistent reads
Explanation:
DynamoDB provides eventually consistent reads by default. However, it also offers an option for strongly consistent reads if required.