File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
-
1
+ # Data Engineer - Round 1 (Skills Interview):
2
+ + Can a python class have 2 __ init__ methods?
3
+ + Questions on class methods (staticmethods and classmethods).
4
+ + Difference between method and function?
5
+ + what are the ways in spark when writing data to storage to reduce or increase number of part files?
6
+ + Difference between repartition and coalesce in Spark.
7
+ + What is shuffle in spark?
8
+ + can data be stored without indexes?
9
+ + Object versioning in AWS S3?
10
+ + Access contol policies in AWS S3 when creating a bucket?
11
+ + Indexing in mongodb?
12
+ + Given a small table with field names, write a sql query or spark code to get the required aggregation? refer Window functionality and ranking.
13
+ + Differences between client mode and cluster mode (Spark execution) (https://stackoverflow.com/questions/37027732/apache-spark-differences-between-client-and-cluster-deploy-modes ).
14
+ + Machine learning - classification model - questions on model selection, model evaluation?
15
+ + deploy a flask app in azure - what is the approach?
16
+ + Questions on azure fundamentals?
17
+ + what are the configurations for spark app when spark-submit is done?
You can’t perform that action at this time.
0 commit comments