I applied through a recruiter. The process took 4 weeks. I interviewed at Google (Mountain View, CA) in Oct 2015
Interview
I was contacted by a college recruiter from Google within a week after applying online. They asked me to schedule a technical phone interview with one of their engineers over the next 3 weeks. The phone screen involves a phone call while coding on a google doc.
Interview questions [1]
Question 1
Given a set of ranges for eg., (1,3), (2,4), (6,7) return only the non-overlapping set of ranges (which in this case should return only (6,7)).