Question-161: You are using the “NetworkTopologyStrategy” for the replication for your keyspace. However, you want to change the replication for this keyspace as below

ALTER KEYSPACE HE_KEYSPACE WITH REPLICATION = {'class' : 'NetworkTopologyStrategy', 'dc_he_1' : 3, 'dc_he_2' : 2};

Which of the following nodetool command you should run after this change?

  1. “nodetool decommission”
  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 : C

Exp : Once you are done the modifying the replication strategy, you should run the following command.

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