Backup Quiz Home › Cassandra Administration › Backup 💾 Cassandra Administration – Backup 20 questions · 15 min timer · Explanations included · Free You are starting Cassandra Administration - Backup . Please login for best experience. 1. How can you ensure that a snapshot in Cassandra is consistent across all nodes in a cluster? By using the 'nodetool flush' command before taking a snapshot. By disabling write operations during the snapshot process. By taking snapshots at different times on each node. By using the 'nodetool repair' command before taking a snapshot. None Show Hint Using the 'nodetool flush' command before taking a snapshot ensures that all in-memory writes are flushed to disk, providing a consistent snapshot across all nodes. 2. What is the purpose of the 'nodetool clearsnapshot' command in Cassandra? To reset the node's configuration to default. To delete all snapshots for a specific keyspace or the entire cluster. To clear all data from a keyspace. To clear the commit logs. None Show Hint The 'nodetool clearsnapshot' command is used to delete all snapshots for a specific keyspace or the entire cluster, which is essential for managing disk space. 3. What is the impact of not backing up the schema along with data in Cassandra? It increases the time required for data restoration. It causes data duplication issues. It has no impact as the schema is stored separately. It can lead to data being unreadable upon restoration. None Show Hint Not backing up the schema can lead to data being unreadable upon restoration because the schema defines the structure of the data, which is crucial for interpreting the stored information. Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Click Submit to see your final score! Previous Start Quiz Next Time's up