J'ai postulé en ligne. Le processus a pris 2 mois. J'ai passé un entretien chez Epsilon
Entretien
There were three rounds of interviews including the initial phone screen with HR. The last interview was with two people from the team you would work with including the manager.
1 coding round with multiple choice questions from python , sql, SAS, R
3 interviews with questions based on project work, also and additional HR round as well. pretty standard questions however lot of situation based questions as well
Questions d'entretien [1]
Question 1
based on projects (what kind of challenges were faced and how did you resolve it)
J'ai postulé via un recruteur. J'ai passé un entretien chez Epsilon (Bengaluru) en déc. 2022
Entretien
First Round was a Test MCQ one coding Q(python/scala/jave etc) 5 Apache Spark Q (select the correct dataframe or transformation) 5 Kafka Q 5 HDFS Q (questions on hdfs commands) 5 SQL Q on joins and aggregate functions
Questions d'entretien [1]
Question 1
Input1 = number of candies Input2 = no.of boys Write a code so that 1 candy is given to 1st boy, then 2 candies given to 2nd boy, 3 candies given to 3rd boy and so on till K candies given to N boys. Then return to 1st boy and give (N+1) candy and so on Eg K=7, N=3 Output (1,2,3,1) Eg K=10, N=3 Output (1,2,3,4)