JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
Hadoop interview questions part 38
Hadoop interview questions part 38
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. In _____________, the default job is similar, but not identical, to the Java equivalent.
A. Mapreduce
B. Streaming
C. Orchestration
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Streaming
2. An input _________ is a chunk of the input that is processed by a single map.
A. textformat
B. split
C. datanode
D. all of the mentioned
Show Correct Answer
Correct Answer is :
split
3. Point out the wrong statement :
A. If V2 and V3 are the same, you only need to use setOutputValueClass()
B. The overall effect of Streaming job is to perform a sort of the input
C. A Streaming application can control the separator that is used when a key-value pair is turned into a series of bytes and sent to the map or reduce process over standard input
D. None of the mentioned
Show Correct Answer
Correct Answer is :
None of the mentioned
4. An ___________ is responsible for creating the input splits, and dividing them into records.
A. TextOutputFormat
B. TextInputFormat
C. OutputInputFormat
D. InputFormat
Show Correct Answer
Correct Answer is :
InputFormat
5. ______________ is another implementation of the MapRunnable interface that runs mappers concurrently in a configurable number of threads.
A. MultithreadedRunner
B. MultithreadedMap
C. MultithreadedMapRunner
D. SinglethreadedMapRunner
Show Correct Answer
Correct Answer is :
MultithreadedMapRunner
6. Which of the following is the only way of running mappers ?
A. MapReducer
B. MapRunner
C. MapRed
D. All of the mentioned
Show Correct Answer
Correct Answer is :
MapRunner
7. _________ is the base class for all implementations of InputFormat that use files as their data source .
A. FileTextFormat
B. FileInputFormat
C. FileOutputFormat
D. None of the mentioned
Show Correct Answer
Correct Answer is :
FileInputFormat
8. Which of the following method add a path or paths to the list of inputs ?
A. setInputPaths()
B. addInputPath()
C. setInput()
D. none of the mentioned
Show Correct Answer
Correct Answer is :
addInputPath()
9. _______ can change the maximum number of cells of a column family.
A. set
B. reset
C. alter
D. select
Show Correct Answer
Correct Answer is :
alter
10. Point out the correct statement :
A. You can add a column family to a table using the method addColumn()
B. Using alter, you can also create a column family
C. Using disable-all, you can truncate a column family
D. None of the mentioned
Show Correct Answer
Correct Answer is :
You can add a column family to a table using the method addColumn()
11. Which of the following is not a table scope operator ?
A. MEMSTORE_FLUSH
B. MEMSTORE_FLUSHSIZE
C. MAX_FILESIZE
D. All of the mentioned
Show Correct Answer
Correct Answer is :
MEMSTORE_FLUSH
12. You can delete a column family from a table using the method _________ of HBAseAdmin class.
A. delColumn()
B. removeColumn()
C. deleteColumn()
D. all of the mentioned
Show Correct Answer
Correct Answer is :
deleteColumn()
13. Point out the wrong statement :
A. To read data from an HBase table, use the get() method of the HTable class
B. You can retrieve data from the HBase table using the get() method of the HTable class
C. While retrieving data, you can get a single row by id, or get a set of rows by a set of row ids, or scan an entire table or a subset of rows
D. None of the mentioned
Show Correct Answer
Correct Answer is :
None of the mentioned
14. __________ class adds HBase configuration files to its object.
A. Configuration
B. Collector
C. Component
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Configuration
15. The ________ class provides the getValue() method to read the values from its instance.
A. Get
B. Result
C. Put
D. Value
Show Correct Answer
Correct Answer is :
Result
16. ________ communicate with the client and handle data-related operations.
A. Master Server
B. Region Server
C. Htable
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Region Server
17. _________ is the main configuration file of HBase.
A. hbase.xml
B. hbase-site.xml
C. hbase-site-conf.xml
D. none of the mentioned
Show Correct Answer
Correct Answer is :
hbase-site.xml
18. HBase uses the _______ File System to store its data.
A. Hive
B. Imphala
C. Hadoop
D. Scala
Show Correct Answer
Correct Answer is :
Hadoop
19. For YARN, the ___________ Manager UI provides host and port information.
A. Data Node
B. NameNode
C. Resource
D. Replication
Show Correct Answer
Correct Answer is :
Resource
20. Point out the correct statement :
A. The Hadoop framework publishes the job flow status to an internally running web server on the master nodes of the Hadoop cluster
B. Each incoming file is broken into 32 MB by default
C. Data blocks are replicated across different nodes in the cluster to ensure a low degree of fault tolerance
D. None of the mentioned
Show Correct Answer
Correct Answer is :
The Hadoop framework publishes the job flow status to an internally running web server on the master nodes of the Hadoop cluster
Similar Interview Questions
Search for latest jobs
Find Jobs