Question-56: You have a Cassandra cluster with the two nodes (X and Y) with replication factor is 1 and consistency level is also one. You are writing one row named row key K1. Here node X is coordinator node before writing the data node-x goes down, which of the following statement is correct?
- Node X will not be able to store hint.
- 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
Exp : Suppose cluster has two nodes X and Y with consistency level set a 1 as well as replication factor as 1. Now here node X is a coordinator node and goes down before K1 row is written. As node X is a coordinator node is down, it can not store the hint as well.
You can access to full explanation to question and answer from this page.