Question 6: A file to which Cassandra appends changed data for recovery in the event of a hardware failure is called.

  1. Commit log
  2. Memtable
  3. SSTable
  4. Redo log

Correct Answer: 1

Explanation: A sequentially written commit log on each node captures write activity to ensure data durability.