Question-131: You want to replace the existing node in the cluster with the new node. Hence, you add the new node as well as keep the older node in the cluster. Once data is fully copied on the new node, you would be removing the one node, which is not needed anymore.

  1. True
  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: In Cassandra to replace a node, you need to follow the certain steps. Just adding new node and removing a node from the cluster would not work. How tokens would be taken care also matters.

Hence,

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