We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162e882 commit a958b3cCopy full SHA for a958b3c
1 file changed
Byndr/README.md
@@ -0,0 +1,13 @@
1
+# Interview Experience for Data Engineer (Big Data) - 2021:
2
+### First Round:
3
++ What is Hive?
4
++ What is Hive metastore?
5
++ Hive external table vs managed table.
6
++ evalute Programming skills - one question on that.
7
++ mappers and reducers in Spark execution flow.
8
++ what are `groupByKey` and `reduceByKey` operations in Spark.
9
++ Write spark skeleton code for given scenario - reading a CSV and do some transformations on it - Code doesn't have to be exact but steps matter.
10
++ Given a requirement, what are the steps to achieve it using only spark-sql without dataframes/RDDs API in spark?
11
++ Questions on SQL for window functions in spark (SQL query is preferred compared to Dataframes API).
12
++ Different storage formats in big data space? questions on that (parquet, CSV, JSON, avro, delta etc).
13
++ Questions on Hadoop ecosystem if any.
0 commit comments