Question-16: Which of the following statements are correct, with regards to configuration?

  1. You should use connect.yaml file for defining and configuring for client connection and security.
  2. You should use commit log directory to a different disk drive from the data file directories.
  3. yaml should be used for defining caching parameters of the tables.
  4. A,C
  5. B,C
  6. A,B,C

Ans : E

Exp : In Cassandra the main configuration file is cassandra.yaml file. Which is used for setting the initialization properties for a cluster, caching parameters for tables, tuning and resource utilization, timeout settings and client connections, backups and security. You should also change the commitlog directory to a different disk drive from the data file directories.

Based on above we can say option-2 and 3 are correct.