Question 56: Which of the following statement true, with regards to Cassandra Index?

  1. An index provides a means to access data in Cassandra using attributes other than the partition key.
  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: 4

Explanation: An index provides a means to access data in Cassandra using attributes other than the partition key. The benefit is fast, efficient lookup of data matching a given condition. The index indexes column values in a separate, hidden table from the one that contains the values being indexed.

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