Me postulé a través de una recomendación de un empleado. El proceso tomó 2 semanas. Acudí a una entrevista en XYZ (Nueva Delhi) en jun 2015
Entrevista
First round was online coding round . There were 3 ques . One was based on DP and one other problem was based on enhanced binary search. Second and third round were on skype . Each of 45 mins and a single problem was asked in each round.
Preguntas de entrevista [1]
Pregunta 1
Statement
You are given a string of numeric digits, you have to find smallest number possible using these digits with no leading zeroes.
Example
If input is 330101 then answer is 100133
Constraint
Length of string <= 10^5