Hive Online Quiz



Following quiz provides Multiple Choice Questions (MCQs) related to Hive. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Questions and Answers

Answer : B

Explanation

Hive is suited for effectively organizing and querying the store data and not inserting/updating data which is required for OLTP.

Answer : D

Explanation

As it is hive managed table both the data and schema definition are dropped.

Answer : B

Explanation

The LOCAL clause only copies without moving the files.

Answer : B

Explanation

The explode() function expands each element of ARRAY into a row.

Answer : C

Explanation

TBLPROPERTIES stores some documentation about the table like created date time etc.

Answer : C

Explanation

Hive does not manage the Index like RDBMS. SO it has to be built manually.

Answer : C

Explanation

This property controls the compression of the output generated by a query.

Q 10 - The Hive metadata can be easily created and edited using

A - HCatalog

B - HMetamanager

C - Hweblog

D - Hue

Answer : A

Explanation

Hcatalog stores metadata information for many Hadoop tools like Hive and Mapreduce. It can be accessed through a web interface.

hive_questions_answers.htm
Advertisements