Question-183: In Cassandra cluster to repair dropped writes, which of the following data structure is used to compare the data between two nodes?

  1. B- tree 
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering Python Certification Material

Ans : B

Exp : You require repair in the Cassandra cluster when replicas across the nodes are not in sync. There could be multiple reason for this, like one of the nodes is offline for some time and got reconnected to the cluster. Similarly, there are some drops in the write of the data then also you need to initiate the repair. 

You can access to full explanation to question and answer from this page.