Skip to content

Commit 5fbfef5

Browse files
authored
questions from skills interview
1 parent dca3d61 commit 5fbfef5

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

Accenture/README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
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?

0 commit comments

Comments
 (0)