You are on page 1of 3

1. Which of the following statements about NoSQL databases is true?

-
support unstructured
2. Which among the following is a NoSQL db?- All the options

3. What is meant by 'Active everywhere design'?- What is meant by 'Active


everywhere design'= written and read
4. Cassandra is not suitable for IoT applications. – false
5. Cassandra is a __________ architecture.-peer to peer
6. Continuous uptime and low latency is achieved in NoSQL systems as -
YES
7. A bloom filter can return __________.A false positive
8. Which Linux flavour can be used for Cassandra Installation?= all the
options
9. Which type of data model does Cassandra use?-bothkey and tabular
10. SSTable resides in memory.- false
11. Which command can be used to list all available commands/operations
in Cassandra?- HELP
12. What are ‘seed nodes’ in Apache Cassandra?- All the options mentioned
13. Java instance should be running in the machine inorder to setup
Cassandra.-Yes java need
14. What is the default partitioner in Apache Cassandra cluster?-Murmur3
15. Authorization capabilities for Cassandra use the
familiar__________ security paradigm to manage object permissions. –
GRANT
16. The simplest and the fastest read path is when the record is present in
the __ROW cache
17. To be able to read data from compressed blocks, Cassandra
consults __________.Compression offsets
18. What is C-A-P, in CAP theorem? –Consis ,Ava,Part
19. Pick the correct statements. (5)– All the options
20. Row cache is an in-memory cache, which stores recently read rows. –
True
21. Cassandra attaches a timestamp to each version of the record and uses
this to merge records . –Yes
22. Is Timestamp an optional field in Column?- True
23. Pick the correct statement.
24. Which among the following is the right syntax for 'Using a Keyspace'?-
USE Identifiee
25. Which among the following is not a Replica Placement strategy?- None
of yhe options
26. Pick the correct statement. – Each key space
27. Keyspace is analogous to __________ in realtional world.- database
28. Pick the correct statement. – All the options (A cluster ans question )
29. Which Linux flavour can be used for Cassandra Installation?-all the
options
30. Defining a primary key is mandatory while creating a table. – True
31. Which of the following statements is true about CQL?- all the options
32. Which directory contains Cassandra configuration files?-Conf
33. What is the  primary language for communicating with the Apache
Cassandra™ database? – CQL
34. Pick the correct statement. –(Primary ans in all ans )- all the options
35. Each flush of the memtable results in the creation of __________ -
Parition
36. What is the use of commit log? – crash recovery
37. CQL features include __________.- all the options
38. What can be used to monitor clock drifts? –NTP
39. Cassandra will keep appending the records into the Commit Log and
then to the memtable.- true
40. Partitioners supported by Cassandra are- All the options
41. Which of the following is not part of SSTable?- Mem table
42. Replication can be configured to work across- one or more
43. A cluster is __________. Collection of connected nodes
44. How does Cassandra store data?- divide as ring
45. Minimum JVM version required for Cassandra is- 1.6
46. What can also be attributed as wide-row in Apache Cassandra?-
Compound key
47. can be configured per table for non-QUORUM consistency levels.-read
repair
48. User accounts may be altered and dropped using the __________ Query
Language.- Cassandra
49. What percentage is the default threshold of memory used for flushing of
the largest Memtables?- 75
50. Which collection type in Cassandra is dictionary like object?- LIST
51. There are __________ types of read requests that a coordinator can send
to a replica. - 3
52. The process of turning a Memtable into a SSTable is
called _________Spilling
53. Cassandra promotes __________ operation.- read after write
54. Which among the following is not a performance measurement tool?-
cmstat
55. In cassandra consistency is achieved through consistency tuning
mechanisms- true
56. Which collection type is used to maintain uniqueness of data store?- SET
57. Cassandra supports ACID transactions?- false
58. which of the following statements is true? – (Masterless answer) – All
the options
59. The process of turning a Memtable into a SSTable is called __________. –
Compaction
60. Partitioned data in Cassandra can be looked up using __________.-
Primary Key
61. Which technique is used for error correction for every compressed
block? – CRC
62. In Cassandra, data is first written to __________.commit log
63. Which OS does Cassandra support? – Both
64. Which collection type is used to maintain uniqueness of data structure?
– list
65. NoSQL db - Cassandra is of type __________.Wide column store
66. What is the critical bottleneck faced during creation of data model? –
Hotspots
67. How does Murmur3Partitioner work? –Fast hash

You might also like