Me postulé a través de una agencia de empleos. El proceso tomó 1 día. Acudí a una entrevista en Dream11 (Almeirim) en nov 2018
Entrevista
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.
Preguntas de entrevista [2]
Pregunta 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 .
Me postulé en línea. El proceso tomó 2 días. Acudí a una entrevista en Dream11 (Bengaluru) en jun 2019
Entrevista
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
Preguntas de entrevista [1]
Pregunta 1
Object.create, async, await, asked output for code snippets. In Ds/Algo round Binary Tree, 2D array problem.