

InterviewSolution
Saved Bookmarks
1. |
All read preference modes except _______ may return stale data.(a) primary(b) primaryPreferred(c) secondary(d) none of the mentioned |
Answer» Correct answer is (a) primary Explanation: Ensure that your application can tolerate stale data if you choose to use a non-primary mode. |
|