Question 24: You are doing development using Python programming language, now you need to execute some select query on the data stored in Cassandra, hence you will be using driver for that. Which of the following are correct statement with regards to driver?

  1. Cassandra does not support driver for Python, you must have to use Java for this.
  2. Cassandra requires new driver class instance for each Cassandra select query
  3. Cassandra requires new Cluster class instance for each Cassandra select query
  4. You will typically have one instance of Cluster for each Cassandra cluster you want to interact with

Correct Answer : ?

Explanation : Check Here For Detailed Explanation