Cassandra Data Modeling
Cassandra Data Modeling
Which among the following is undesirable in a relational data model, but not in
Cassandra?
DeNormalization
What is key that dictates how the rows are ordered on reads?
Comparator
Cassandra support data transfer from RDBMS systems in and out of Cassandra
True
is used to ingest data into Cassandra in Real-Time while working with Spark
SparkStreaming
Which of the hadoop Components enables you to run analytics on your Cassandra data
All the options
Use secondary index if you want to query a column which is not a primary key/not
part of composite key
True
Cassandra supports which of the below API's to retrieve and manipulate data
Thrift API
Command used to imports data from CSV file into an existing table
COPY FROM