Software Development Engineer (SDE) applicants have rated the interview process at Google with 4 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 60.6% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Development Engineer (SDE) roles take an average of 21 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 34 days.
Common stages of the interview process at Google as a Software Development Engineer (SDE) according to 1 Glassdoor interviews include:
One on one interview: 33%
IQ intelligence test: 33%
Background check: 33%
Here are the most commonly searched roles for interview reports -
I applied online. I interviewed at Google (Bengaluru) in Oct 2018
Interview
there were various stages in my interview,
There was a coding round , then project discussion and then hr round.
Coding round was conducted online and shortlisted people were called for project discussion and HR round
Interview questions [1]
Question 1
They asked me a coding question which was based on Binary lifting in trees
Total of 3 rounds, asked dsa related questions, each round is of 45 mins, need yo think if approach first l then align with it with interviewer and then code it
I applied online. I interviewed at Google (New York, NY)
Interview
oa+interview, and also you need to go to one office to get onboard interview, tech interview about leetcode problem, They ask you to write it on the board and docs
Interview questions [1]
Question 1
You are given two N-sided dice, P and Q, where each die has N integer values (not necessarily unique or standard).
When rolled, each side is equally likely to appear.
Given the values on each side of dice P and Q, determine:
The number of outcomes where P's roll is greater than Q's roll (i.e., P wins).
Follow up 1: The number of outcomes where Q wins.
Follow up 2: The number of outcomes where both rolls are equal (tie).
P and Q are always in non-decreasing sorted order.