Question-31: Which of the following statements are correct for the underlying storage engine of Cassandra?

  1. Cassandra follows read-before-write strategy
  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: E

Exp: Cassandra avoids the reading before writing. Read-before-write can result in large latencies in read performance and other problems. And to avoid read before write storage engine groups inserts and updates in memory and, at certain interval it sequentially writes the data to disk in append mode.

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