I applied online. The process took 1 day. I interviewed at Google (Toronto, ON) in Mar 2015
Interview
Two rounds interview, each one lasts about 30 minutes.
The interviewer will ask about your background, and they give you a coding question, and ask you code on google docs.
Interview questions [1]
Question 1
First Problem: A string processing problem, find a certain pattern and replace it. It's not easy to write it correct in a short time, lots of corer cases.
Second Problem: Implement a iterator for a Set. This problem tests understanding of set structure, and how to implement a set iterator.
I applied online. I interviewed at Google (Paris) in Mar 2014
Interview
Deux appels, concernant un stage d'une durée de 6 mois. On m'a posé beaucoup de questions sur ma méthodologie, sur mes sources d'inspirations. Chaque appel a duré environ une demi-heure, en anglais, avec deux personnes qui ont étudier la même chose que moi. Les 2 ont été très agréable, compréhensifs et m'ont demandé plus d'informations sur mon travail (je leur ai envoyé des documents supplémentaire par la suite)
I applied through an employee referral. The process took 4 weeks. I interviewed at Google (Hyderabad) in Jan 2015
Interview
There was two interviews, both were a bit on easier side. Google generally ask easy questions while selecting people for internship. It's easy to get an intern at Google if you are an average coder. You will crack those question with basic programming techniques like dfs, bfs, dp and even sometimes bruteforce.
Interview questions [1]
Question 1
Asked me to find the occurrence of a small string in a large string.