Question-53: Which of the following best replication strategy for production Cassandra Cluster setup. Assuming you have Cassandra cluster with 12 nodes, which are across 3 datacenters in Europe, North America and Asia region?
- SimpleNetworkStrategy
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans : E
Exp : SimpleStrategy : In this topology first replica will be placed based on partitioner decision and additional replica are placed on the next nodes clockwise in the ring without considering topology for example rack and datacenter location.
You can access to full explanation to question and answer from this page.