This extends Apache Hive basics interview questions & answers. Q76. What are the 3 key considerations in processing data in HDFS compared to traditional RDBMS or EDW (i.e. Enterprise Data…
…This extends Apache Hive basics interview questions & answers. Q76. What are the 3 key considerations in processing data in HDFS compared to traditional RDBMS or EDW (i.e. Enterprise Data…
Login Register 100+ Free Java interview FAQs 100+ Free Big Data interview FAQs
Q01: How do you back up an external with Data? A01 You can use CTAS (i.e. CREATE TABLE AS SELECT ) statement as shown below.
1 2 3 4 |
hive> CREATE TABLE mydb.my_table_20211117 AS SELECT * FROM mydb. |
Q98. What is Hive?
A98. Hive is used for accessing and analyzing data in Hadoop using SQL syntax. It is known as the HiveQL.
Q99. What is the difference between Hive internal tables & external tables?
A99. When you drop an internal table, it drops the data, and it also drops the schema (i.e…
Q1. What is a Slowly Changing Dimension (i.e. SCD)? A1. SCD means the dimensions that change slowly over time, rather than changing on regular basis. For example, change in customer…
Login Register 100+ Free Java interview FAQs 100+ Free Big Data interview FAQs
Q1. Given you have a Hive table partitioned by ship_type where the ship_type can be DIRECT or PICK_UP. The last job run to populate the DIRECT shipment data for the…
Login Register 100+ Free Java interview FAQs 100+ Free Big Data interview FAQs
This extends Q01 – Q07 Scenarios Based Hive Query Language (i.e. HQL) Interview Q&As. Q08. When you have a requirement to replicate all the data from a particular source table…
Login Register 100+ Free Java interview FAQs 100+ Free Big Data interview FAQs