
Unit III
Quiz by Dr.Megiba Jasmine
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Which of the following API is used for Column Families and Tables in Cassandra?
Â
Â
Â
Â
In a collection that contains 100 post documents, what does the following command do?
db.posts.find().skip(5).limit(5)
Which of the following commands will return all the posts with number of likes greater than 100 and less than 200, both inclusive?
Which of the following commands removes a single document that matches the condition that Author is Joe?
What is CQL stands for?
Apache Cassandra is a massively scalable open source _______ database.
Cassandra uses a protocol called _______ to discover location and state information.
Cassandra has peer-to-peer distributed system across its nodes.
Which of the following is not a part of Cassandra architecture?
Which of the following decides the distribution of data in a cluster?
Which of them is a memory-resident data structure?
Which of the following is a unit of replication in Cassandra?
In which of the following data type order of the element entered is maintained?