J'ai postulé via la recommandation d'un employé. Le processus a pris 2 semaines. J'ai passé un entretien chez XYZ (New Delhi) en juin 2015
Entretien
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.
Questions d'entretien [1]
Question 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