Question-32: Please arrange below in correct order of writing the data by Cassandra Storage engine?

 

  1. Logging data in the commit log
  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: A,B,C,D

Exp: When write happens it first goes to commit log as well as memTables. Commit logs survives permanently even if power fails on a node. Memtable keeps all the write operations in sorted order until reaching a configurable limit and then flushed to SSTable.

 

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