Question-46: Which of the following statement is correct with regards to write consistency?
- Write to first replica and the replica crashes one second later. The other messages are not delivered. The data is lost.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans: A, B, C, D
Exp: All below are correct.
- Write to first replica and the replica crashes one second later. The other messages are not delivered. The data is lost.
- Write to first replica and the operation times out. Future reads can return the old or the new value. You will not know the data is incorrect.
-
You can access to full explanation to question and answer from this page.