J'ai postulé via une agence de recrutement. Le processus a pris 1 jour. J'ai passé un entretien chez Dream11 (Almeirim) en nov. 2018
Entretien
Dream11 came to Pune in Nov 2018 to choose UI developers. My interview was scheduled by a consultancy. There were almost 30 ppl.
First they conducted a machine test which is nothing but a hackerrank.com test - asked to implement a library to perform some operation on array of data (json data).
After clearing machine test, next was F2F interview. In this round interviewer pretending like they are very genius and working in Google/Amazon type company. And they even asked me same type of questions which are normally asked by Google/Amazon (google it, you will get what they ask in frontend/UI interviews. )
Note: Dream11 showcase that they are doing some mind-blowing things but actually they have implemented a platform/game for satta-bazar to looting people. Their earning source is not an ethical way.
Questions d'entretien [2]
Question 1
Write a function named 'Once' which accept another function 'sum' ( function sum(a,b){return a+b;}) and return a function and when this returned function called, it should return result of 'sum' (i.e a+b ) passed to 'Once' function. And every time it should return same result that got at first call .
J'ai postulé en ligne. Le processus a pris 2 jours. J'ai passé un entretien chez Dream11 (Bengaluru) en juin 2019
Entretien
There will be 4-5 rounds based on your experience
1) Hacker Rank (3 problems in js mainly on currying and closure)
2) Technical round with js (Output for the code snippet)
3) Data Structure and Algo round
4) HR round
5) system design
Questions d'entretien [1]
Question 1
Object.create, async, await, asked output for code snippets. In Ds/Algo round Binary Tree, 2D array problem.