Medium-EasyApplyDistributed Systems FundamentalsMultiple Choice
A distributed database processes a write. How many nodes must acknowledge before the client gets a success response?
Apply — Tests ability to use knowledge in practical scenarios.
Answer Options
AAll nodes
BOne node (any)
CDepends on the consistency level configured (quorum)
DThe leader node only
Want to see the correct answer?
Get the answer with a detailed explanation, plus practice 21+ more Distributed Systems Fundamentals questions with adaptive quizzes and timed interviews.
See the Answer on Guru Sishya →This question is from the Distributed Systems Fundamentals topic (System Design).
More Distributed Systems Fundamentals Questions
In the CAP theorem, what does 'P' (Partition Tolerance) mean?
EasyRaft requires a majority (quorum) of nodes to elect a leader.
EasyWhich databases are examples of CP systems?
Medium-EasyWhat is eventual consistency?
Medium-EasyTrue or False: Vector clocks can detect concurrent events, while Lamport timestamps cannot.
Medium-Easy