Me postulé a través de una recomendación de un empleado. El proceso tomó 2 semanas. Acudí a una entrevista en Myntra (Bengaluru) en abr 2017
Entrevista
I applied through one of my friend. My First telephonic round was with the Director level person, who asked me general question about my technical background and the kind of project I have done. He seemed concerned about my background on technologies which was different then the one that they use internally. But still I was given a benefit of doubt and a second round of technical interview through video call was organized. Here it was a completely technical round with question focusing on algorithms from basic to graph level. I was able to answer the simple ones but the hard ones required hints from them. I was also not able to answer one optimization related question where they asked me to optimixe the solution that i have provided. I was not selected in this round.
Preguntas de entrevista [3]
Pregunta 1
Write an algorithm to determine if a binary tree is sorted or not.
A graph related question which i didn't understand very well, but was related to converting one string to another in the shortest possible steps by using a dictionary of available strings to be used as a intermediate steps. This conversion can only be done by replacing one character at a time.