Software Developer Ii Interview Questions

3,980 software developer ii interview questions shared by candidates

I don't want to leak any interview questions; but the general content of questions Google asks is no big secret. I can categorically state that there are NO stupid brain-teaser "You are shrunk to the size of a quarter" type questions at all. The questions all involve coding an algorithm. I suggest that everyone considering applying for a technical role at Google read Steve Yegge's (public) blog post about it. All you need is in there: http://steve-yegge.blogspot.com.au/2008/03/get-that-job-at-google.html
avatar

Software Engineer II

Interviewed at Google

4.4
Jan 6, 2013

I don't want to leak any interview questions; but the general content of questions Google asks is no big secret. I can categorically state that there are NO stupid brain-teaser "You are shrunk to the size of a quarter" type questions at all. The questions all involve coding an algorithm. I suggest that everyone considering applying for a technical role at Google read Steve Yegge's (public) blog post about it. All you need is in there: http://steve-yegge.blogspot.com.au/2008/03/get-that-job-at-google.html

Phone Screen: Q: Design a data structure to keep track of mean of incoming numbers from a stream of numbers. It has a max capacity. In case capacity is reached, replace the oldest number with the latest one. Expected TC - O(1) Follow up: Discard the top 5% greatest numbers from mean calculation (treat them like outliers and then keep the track of mean)
avatar

Software Engineer II

Interviewed at Google

4.4
Sep 13, 2025

Phone Screen: Q: Design a data structure to keep track of mean of incoming numbers from a stream of numbers. It has a max capacity. In case capacity is reached, replace the oldest number with the latest one. Expected TC - O(1) Follow up: Discard the top 5% greatest numbers from mean calculation (treat them like outliers and then keep the track of mean)

Viewing 561 - 570 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 3,980 interview questions and reports from Software developer ii interviews. Prepare for your interview. Get hired. Love your job.