I applied through an employee referral. The process took 2 weeks. I interviewed at XYZ (New Delhi) in June 2015
Interview
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.
Interview questions [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