Question 34: Please map the following

A. Dynamic snitching

B. RackInferringSnitch

C. GossipingPropertyFileSnitch

1. Monitors the performance of reads from the various replicas and chooses the best replica based on this history.

2. Determines the location of nodes by rack and datacenter corresponding to the IP addresses.

3. Automatically updates all nodes using gossip when adding new nodes and is recommended for production.

  1. A-3, B-1, C-3
  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

Correct Answer: 3

Explanation: Dynamic snitching: Monitors the performance of reads from the various replicas and chooses the best replica based on this history. SimpleSnitch : The SimpleSnitch is used only for single-datacenter deployments.