Sr. Software Engineer applicants have rated the interview process at Google with 3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 65.3% positive. This is according to Glassdoor user ratings.
Candidates applying for Sr. Software Engineer roles take an average of 60 days to get hired, when considering 1 user submitted interviews for this role. To compare, the hiring process at Google overall takes an average of 42 days.
Common stages of the interview process at Google as a Sr. Software Engineer according to 1 Glassdoor interviews include:
Phone interview: 50%
One on one interview: 50%
Here are the most commonly searched roles for interview reports -
As a graduate apply for Google Beijing. After one phone interview, two onsite interviews follow and then another two. In each onsite one you are expected to solve two basic problems and one of the onsite interviews have a system design question. The questions are easy if you are familiar with basic algorithms and understand then clearly. Just think aloud and write the code on whiteboard, paper or computer.
Interview questions [1]
Question 1
Design the architecture of a certain type of website
I applied through an employee referral. The process took 1 day. I interviewed at Google
Interview
There were a number of separate interviews with separate developers through the day with a lunch-time non-counting interview.
The questions were all about puzzles that you could easily look up (I had seen them all before in the various books), and only one interviewer at the end of the day in the last five minutes of that interview even bothered to quiz me about my unique skills, a specialty that I was told Google was looking for and why I even chose to accept the interview in the first place.
I went through the puzzles, writing my answers using brute force solutions rather than jumping to the conclusion not only because I felt it fair but also because I began to see the whole day as a waste of my time since it became apparent they were more interested in playing games than testing my skills.
Interview questions [1]
Question 1
Actual puzzles are in the Cracking the Coding Interview book. Based on NDA cannot say which ones, though.
I applied online. The process took 4 weeks. I interviewed at Google (Zúrich) in Jan 2011
Interview
Phone interview, then 2 interviews at a branch office close to where I lived, then some 5 interviews in a day in the office I applied for.
Interviews are technical, be prepared to solve concrete problems, may involve coding, complexity of algorithms, system design. Interviewers are more or less free to ask what they think is relevant, so one interviewer asked about concrete numbers for how long a certain algorithm would run (i.e. expected some basic knowledge about typical hardware), others wanted to know complexity of algorithms or problems in concurrency, or what the most exciting thing was that I learned. If you write about what you did prior, be prepared to answer detailed technical questions about it.
Interview questions [1]
Question 1
How do you detect a loop in values generated by x <- f(x) ?