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?
- Cassandra does not support driver for Python, you must have to use Java for this.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Correct Answer: 4
Explanation: Before we can start executing any queries against a Cassandra cluster we need to setup an instance of Cluster. As the name suggests, you will typically have one instance of Cluster for each Cassandra cluster you want to interact with.
You can access to full explanation to question and answer from this page.