JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
Hadoop interview questions part 26
Hadoop interview questions part 26
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. Internal authentication stores usernames and bcrypt-hashed passwords in the ____________ table.
A. system_auth.creds
B. system_auth.credentials
C. system.credentials
D. sys_auth.credentials
Show Correct Answer
Correct Answer is :
system_auth.credentials
2. HBase is a distributed ________ database built on top of the Hadoop file system.
A. Column-oriented
B. Row-oriented
C. Tuple-oriented
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Column-oriented
3. Point out the correct statement :
A. HDFS provides low latency access to single rows from billions of records (Random access)
B. HBase sits on top of the Hadoop File System and provides read and write access
C. HBase is a distributed file system suitable for storing large files
D. None of the mentioned
Show Correct Answer
Correct Answer is :
HBase sits on top of the Hadoop File System and provides read and write access
4. HBase is ________, defines only column families.
A. Row Oriented
B. Schema-less
C. Fixed Schema
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Schema-less
5. Apache HBase is a non-relational database modeled after Google’s _________
A. BigTop
B. Bigtable
C. Scanner
D. FoundationDB
Show Correct Answer
Correct Answer is :
Bigtable
6. Point out the wrong statement :
A. HBase provides only sequential access of data
B. HBase provides high latency batch processing
C. HBase internally provides serialized access
D. All of the mentioned
Show Correct Answer
Correct Answer is :
HBase internally provides serialized access
7. The _________ Server assigns regions to the region servers and takes the help of Apache ZooKeeper for this task.
A. Region
B. Master
C. Zookeeper
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Master
8. Which of the following command provides information about the user ?
A. status
B. version
C. whoami
D. user
Show Correct Answer
Correct Answer is :
whoami
9. Which of the following command does not operate on tables ?
A. enabled
B. disabled
C. drop
D. all of the mentioned
Show Correct Answer
Correct Answer is :
disabled
10. _________ command fetches the contents of row or a cell.
A. select
B. get
C. put
D. none of the mentioned
Show Correct Answer
Correct Answer is :
get
11. HBaseAdmin and ____________ are the two important classes in this package that provide DDL functionalities.
A. HTableDescriptor
B. HDescriptor
C. HTable
D. HTabDescriptor
Show Correct Answer
Correct Answer is :
HTableDescriptor
12. HCatalog supports reading and writing files in any format for which a ________ can be written.
A. SerDE
B. SaerDear
C. DocSear
D. All of the mentioned
Show Correct Answer
Correct Answer is :
SerDE
13. Point out the correct statement :
A. HCat provides connectors for MapReduce
B. Apache HCatalog provides table data access for CDH components such as Pig and MapReduce
C. HCat makes Hive metadata available to users of other Hadoop tools like Pig, MapReduce and Hive
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Apache HCatalog provides table data access for CDH components such as Pig and MapReduce
14. Hive version ___________ is the first release that includes HCatalog.
A. 0.10.0
B. 0.11.0
C. 0.12.0
D. All of the mentioned
Show Correct Answer
Correct Answer is :
0.11.0
15. HCatalog is built on top of the Hive metastore and incorporates Hive’s :
A. DDL
B. DML
C. TCL
D. DCL
Show Correct Answer
Correct Answer is :
DDL
16. Point out the wrong statement :
A. HCatalog is a table and storage management layer for Hadoop that enables users with different data processing tools
B. There is Hive-specific interface for HCatalog
C. Data is defined using HCatalog’s command line interface (CLI)
D. All of the mentioned
Show Correct Answer
Correct Answer is :
There is Hive-specific interface for HCatalog
17. The HCatalog interface for Pig consists of ____________ and HCatStorer, which implement the Pig load and store interfaces respectively
A. HCLoader
B. HCatLoader
C. HCatLoad
D. None of the mentioned
Show Correct Answer
Correct Answer is :
HCatLoader
18. _____________ accepts a table to read data from and optionally a selection predicate to indicate which partitions to scan.
A. HCatOutputFormat
B. HCatInputFormat
C. OutputFormat
D. InputFormat
Show Correct Answer
Correct Answer is :
HCatInputFormat
19. The HCatalog __________ supports all Hive DDL that does not require MapReduce to execute.
A. Powershell
B. CLI
C. CMD
D. All of the mentioned
Show Correct Answer
Correct Answer is :
CLI
20. You can write to a single partition by specifying the partition key(s) and value(s) in the ___________ method.
A. setOutput
B. setOut
C. put
D. get
Show Correct Answer
Correct Answer is :
setOutput
Similar Interview Questions
Search for latest jobs
Find Jobs