Question 6: A file to which Cassandra appends changed data for recovery in the event of a hardware failure is called.
- Commit log
- Memtable
- SSTable
- Redo log
Correct Answer: 1
Explanation: A sequentially written commit log on each node captures write activity to ensure data durability.