31.How can we access the data in IMS DB? Data can be processed in both the ways: Sequential & Random.
S
- IMS-DBInterview 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-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 …
- HadoopInterview Questions and AnswersTechnical Interview Questions and Answers
Hadoop Interview Questions and Answers Part-1
by Sby S1.What does ‘jps’ command do? It gives the status of the deamons which run Hadoop cluster. It gives the output mentioning the status of namenode, datanode , secondary namenode, Jobtracker …
- GWTInterview Questions and AnswersTechnical Interview Questions and Answers
GWT Interview Questions and Answers For Freshers Part-5
by Sby S41.Which widget represents a standard check box widget. This class also serves as a base class for RadioButton in GWT? CheckBox widget represents a standard check box widget. This class …