Which of the following statements about virtual base classes is correct ?
Answer : B. It is used to avoid multiple copies of base class in derived class.
Which of the following concepts means wrapping up of data and functions together ?
Answer : B. Encapsulation
Which of the following can access private data members or member functions of a class ?
Answer : C. Any member function of that class.
What is pure virtual function in C++ ?
Answer : A virtual function will become pure virtual function...
State whether the following statements about inheritance are True or False.
Answer : C. True, True
Encapsulation is ?
Answer : C. Reduce Complexity
Which of the following concepts of OOPS means exposing only necessary information to client ?
Answer : C. Data Hiding
Given a list of numbers ( fixed list) Now given any other list, how can you efficiently find out if there is any element in the second list that is an element of the first list (fixed list) ?
Answer : In this method, we store all elements of second array in a hash table....
What are the advantages and disadvantages of using inline and const ?
Answers : Advantages of inline....
What are the OOPS concepts ?
Answer : An object is an abstraction...
What is the process to perform an incremental data load in sqoop ?
Answer : Sqoop provides an incremental import mode.
What is commodity hardware ?
Answer : Commodity hardware is a low-cost system identified ...
What are the features of Apache HBase ?
Answer : Linear and modular scalability...
Difference between Hive and HBase ?
Answer : Hive is a datawarehousing package built on the top of Hadoop...
What are the different configuration files in Hadoop ?
Answer : hadoop-env.sh,core-site.xml,hdfs-site.xml...
What are the different types of file permissions in HDFS ?
Answer : Hadoop distributed file system (HDFS) uses a specific permissions...
Difference between nfs and hdfs ?
Answer : NFS (Network File System) is one of the oldest and popular...