I applied online. The process took 1 day. I interviewed at Google in May 2012
Interview
This was for a Software Engineer Intern position. It was two 45 minutes long phone interviews. They give you time to ask any questions at the end of the interview. It's challenging to solve problems over the phone, if coding is necessary, they would send you a link to a google doc.
Interview questions [2]
Question 1
Given an array of characters in it, how would you reverse it? After that's being answered, how would you implement it with an array such as: |f|e|d| |c|a|t|, that would reverse it into: |d|e|f| |t|a|c|? take the white space as the separator.