Was pretty short and straightforward.
Got a call on the phone.
Coded on a shared doc.
Interviewer poses the question then explains it in detail to ensure you get the idea.
They ask the complexity of your solution and if you can come up with a better solution.
Interview questions [1]
Question 1
Write a program to check if a number has rotational symmetry i.e is the same when rotated by 180 degrees. Ex 1691, 181, 11, 1001
I applied online. The process took 4 weeks. I interviewed at Google in Jul 2015
Interview
I got a mail from one of the recruiters first. Then there were two phone calls. First one was a basic phone interview where she explained the interview process. Next was a technical phone interview. I was asked to code on a shared doc. Generally they ask two questions. But I took a lot of time for the one itself. Hence was not selected. Questions are not that tough. Require coding knowledge.
I applied through an employee referral. The process took 1+ week. I interviewed at Google in Mar 2015
Interview
Phone Interview with two questions. One sorting problem and one DP problem. Got the solutions right but might not in the most efficient way. Spent too much time on sorting problem.
Interview questions [1]
Question 1
Sort a sequence of number (e.g. [12 3 6 20 7 9 15 8 ...]) to satisfy following constrain: A<B>C<D>E<F...