I applied through a recruiter. The process took 2 months. I interviewed at Google (Menlo Park, CA) in Jan 2016
Interview
Recruiter found me through LinkedIn and we set a time to chat over the phone. She was super nice and told me about the next steps. She gave me a week to complete an online assessment of two coding questions plus a personality quiz. From there we moved to schedule a phone screen interview with an engineer. I wasn't prepared when I interviewed due to school, so I wasn't surprised I did not move forward.
Interview questions [1]
Question 1
Basically about what happens in the background when you type Google.com into your browser. Also a question on finding certain sequences of DNA in a large sequence over a million of strings.
I applied online. The process took 2 weeks. I interviewed at Google in Apr 2016
Interview
I applied online. The process took 2 weeks. I interviewed at Google in April 2016. A coding challenge was given which was not that easy. It was followed by a technical interview on phone/google-docs. It was a 45 min interview. I was asked to write code. After writing code, I was asked the efficiency of my code and if I can improve it further or not.
Interview questions [1]
Question 1
Mostly the concepts of array and string manipulation. You are given an array with distinct numbers between 1 to 100. You have to return You have to return a string which says the number's range which are not in the given array separated by comma.
Eg:
Input: [50,75]
Output: (0-49,51-74,76-100)
I applied online. The process took 4 weeks. I interviewed at Google (Boston, MA) in Mar 2016
Interview
I had an email saying my resume was selected for further rounds and they asked to finish a coding sample and later after a week a recruit called me asking for an availability to proceed further with a technical round
Interview questions [1]
Question 1
I was asked about my projects and stuff on resume. Algorithms, data structures.