I applied online. I interviewed at Uptron (New Delhi) in Feb 2016
Interview
Application
I applied online. The process took 5 days. I interviewed at IBM.
Interview
They have a online coding challenge with behavioral video submissions in the beginning and video submissions where you talk about how you implemented your code. Each coding challenge is timed differently based on the level of difficulty.
Interview Questions
Interview questions [1]
Question 1
Populate an array of numbers from 1 to N (inclusive). Given two numbers, p and q , if a number in the array is divisible by p print OUT, if a number is divisible by q print THINK. If number is divisible by both p and q, print OUTTHINK. Otherwise, print th