J'ai postulé via la recommandation d'un employé. Le processus a pris 5 jours. J'ai passé un entretien chez Netcracker Technology (Pune) en août 2022
Entretien
1. Telephonic round with HR:
Basic questions about CV to confirm the details mentioned are correct.
2. Technical round with a Sr.Data Engineer:
The interviewer was really professional and knowledgeable. Best interview experience ever.
Questions d'entretien [1]
Question 1
Python-
1. WAP to eliminate vowels in input string.
2. WAP to print "aaabbbbcccc". input - 'a3b4c4'
SQL-
1. rank/dense_rank/row_num - state difference and explain with a real life example.
2. Input Table
C1 | c2
1 | India
2 | Aus
3 | Pak
4 | SL
OutPut
India | Aus
India | Pak
India | SL
Aus | Pak
Aus | SL
Pak | SL
Big Data :-
1. Diff between Parquet/Avro/ORC/CSV
2. Hive partitioning vs bucketing
3. How data is stored in AWS S3 ?
4. Types of Spark modes (cluster/client)
5. Types of cluster managers (YARN/Mesos/ Kubernetes/Local/Standalone)