How to remove duplicates from a sorted linked list ?
Answer : To write a removeDuplicates() function which takes a list sorted...
Detect loop in a linked list ?
Answer : There are two ways to detect loop in linked list...
Which of the following has the quickest average time complexity ?
Answer : B. Radix
The time required to insert in the Queue is ?
The time required to insert in the Queue is ?
In regards to time complexity which will perform better ω(n4) or O(n3) ?
Answer : A. ω(n4)
What is Data Structure ?
Answer : Data structures are used to store data in a computer in an organized form...
What is an AICA abend ?
Answer : A task has been executing for longer than the runaway time...
What is an AEY9 abend ?
Answer : The AEY9 abend can occur for the following reasons...
What is the use of DSECT parameter in BMS ?
Answer : DSECT is the parameter used for creating a symbolic map...
When you do a START, what will the value of EIBCALEN ?
Answer : Value of Eibcalen=0...
What is the difference between primary, partition and clustering key in Cassandra ?
Answer : In Cassandra, a table contain a number of rows.
What is the difference between Cassandra and Hadoop ?
Answer : All nodes are same in Peer-to-Peer Distributed architecture. Master/Slave. Name Node act as Master and data node...
What is the virtual node in Cassandra ?
Answer : Prior to Cassandra 1.2, every node was allocate to a particular token range.
What is the use of Cassandra database ?
Answer : Apache Cassandra is a high-performance provides database to manage large number of data among many commodity...
What is the replica placement strategy in Cassandra ?
Answer : Once you’ve absorbed that the strategy should fit the kind of environment you are placing your cluster in...
What is the relationship between Apache Hadoop, HBase, Hive and Cassandra ?
Answer : It is a Big Data framework which uses Hadoop Distributed File System to Store the data and MapReduce framework to...
What is the most widely used API to write data to Cassandra ?
Answer : Java makes the write procedure locked into the Java program.