Question 26: When your driver uses TokenAwarePolicy

  1. Co-ordinator cannot be avoided, each read and write go through co-ordinator node
  2. Co-ordinator is not used, each read and write directly go to the specific node, which data belong to.
  3. It eliminates a hop for your data
  4. 1 and 3
  5. 2 and 3

Correct Answer : ?

Explanation : Check Here For Detailed Explanation