1.What are the different types of tables available in HIve? There are two types. Managed table and external table. In managed table both the data an schema in under control …
Interview Questions and Answers
- HiveInterview Questions and AnswersTechnical Interview Questions and Answers
- IMS-DBInterview Questions and AnswersTechnical Interview Questions and Answers
IMS-DB Interview Questions and Answers For Freshers Part-5
by Sby S41.In PCB which field is used to store the level of the segment that was processed? Segment level is known as Segment Hierarchy Level Indicator. It contains character data and …
- IMS-DBInterview Questions and AnswersTechnical Interview Questions and Answers
IMS-DB Interview Questions and Answers For Freshers Part-4
by Sby S31.How can we access the data in IMS DB? Data can be processed in both the ways: Sequential & Random.
- IMS-DBInterview Questions and AnswersTechnical Interview Questions and Answers
IMS-DB Interview Questions and Answers For Freshers Part-3
by Sby S21.What is the return code you get after a successful IMS call? We receive spaces after a successful call.
- IMS-DBInterview Questions and AnswersTechnical Interview Questions and Answers
IMS-DB Interview Questions and Answers For Freshers Part-2
by Sby S11.What is the use of PROCOPT? Procopt parameter specifies PROCESSING OPTIONS that define the type of processing performed on a segment.
- IMS-DBInterview Questions and AnswersTechnical Interview Questions and Answers
IMS-DB Interview Questions and Answers For Freshers Part-1
by Sby S1.What is a hierarchy path? Hierarchy path is a line that starts at the root, passes through the intermediate levels in the hierarchy, and ends at a segment at the …
- HadoopInterview Questions and AnswersTechnical Interview Questions and Answers
Hadoop Interview Questions and Answers Part-5
by Sby S41.What does “file could only be replicated to 0 nodes, instead of 1” mean? The namenode does not have any available DataNodes.
- HadoopInterview Questions and AnswersTechnical Interview Questions and Answers
Hadoop Interview Questions and Answers Part-4
by Sby S31.Default replication factor to a file is 3. Use ‘-setrep’ command to change replication factor of a file to 2. hadoop fs -setrep -w 2 apache_hadoop/sample.txt
- HadoopInterview Questions and AnswersTechnical Interview Questions and Answers
Hadoop Interview Questions and Answers Part-3
by Sby S21.What is a ‘block’ in HDFS? A ‘block’ is the minimum amount of data that can be read or written. In HDFS, the default block size is 64 MB as …
- HadoopInterview Questions and AnswersTechnical Interview Questions and Answers
Hadoop Interview Questions and Answers Part-2
by Sby S11.What is Fault Tolerance? Suppose you have a file stored in a system, and due to some technical problem that file gets destroyed. Then there is no chance of getting …