Point out the correct statement
- All the optins
Cassandra searches the __________ to determine the approximate location on disk of
the index entry.
partition summary
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
In which of the following scenarios can we use 'Wide rows'
All the options
Cassandra searches the __________ to determine the approximate location on disk of
the index entry
partition record -- Wrong
partition search -- Wrong
The type of __________ strategy Cassandra performs on your data is configurable
and can significantly affect read performance
compaction
Cassandra has support to which among the following RDBMS system
All the options
Cassandra support data transfer from RDBMS systems in and out of Cassandra
True
What can also be attributed as wide-row in apache Cassandra
Clustering Key
Real-time data ingestion in Cassandra can be done using
both Spark and Kafka
Source Command in Cassandra is used to?
execute a file
In real time processing the data under consideration is Data-in-motion
True
Which among the following is possible in cassandra-Spark combination and not
delivered as a feature of cassandra alone
All the options
Cassandra supports joins while working in conjunction with spark
True
is used to connect Spark and Cassandra
Spark Combiner -- Wrong
Does Cassandra support JOIN operations?
Yes it supports JOINS while in conjunction
is used to ingest data into Cassandra in Real-Time while working with Spark
SparkStreaming
Real-time Analytics Use cases include
All the options
Select the best advantage of Analytics with cassandra
Fraud detection
Which of the hadoop Components enables you to run analytics on your Cassandra data
All the options
ColumnFamily refers to a structure having infinite number of rows
True
What is SuperColumn in Cassandra
column keys
What is the purpose of using Thrift in Cassandra
access to DB
Which is the least verbose logging level in cassandra
error
What is the default log level used by Log4J in cassandra
INFO
What is the biggest perrformance gain in cassandra write operations
commit log in separate desk
Which among the following is not a performance measurement tool
iostat
In cassandra consistency is achieved through consistency tuning mechanisms
True
Key Cassandra metrics that are important in Performance monitoring
All the options
What is the optimum number of concurrent_reads per processor core
4
Use secondary index if you want to query a column which is not a primary key/not
part of composite key
True
Which among the following is true
All the options
What is the best method to store row data in a sorted order
use a primary key
What is the need of a partition key
identify the partition
Which among the following is true about Thrift API
used to read and write to DB
When do you have to avoid using secondary indexes
less account of unique values
sstableloader uses __________ protocol to learn the topology of the cluste
all of the mentioned
_ is a Cassandra feature that optimizes the cluster consistency process
hindeted handoff
What is Replication Factor in Cassandra
number of data copies existing
Which among the following is a high-level goals of your data-model
date-duplicaiton minimize
Using sstableloader external data cannot be loaded into the cluster
false
Which among the ffollowing is true about COPY command
all the above
Cassandra supports which of the below API's to retrieve and manipulate data
Thrift API
COPY command can be used to read data
All the options
You can enable or disable hinted handoff in the cassandra.yaml file
true
JMX stands for
Java management extension
Which directory contain Cassandra configuration files
conf
While loading external data into a cluster
both the options
Which of the following is used to load the data in batch
all the options
Using sstableloader we can load
external data
Command used to imports data from CSV file into an existing table
COPY FROM