Software Engineer Google Interview Questions

11 software engineer google interview questions shared by candidates

Recently I attended the interview at Google and I was asked "You are given a sorted list of disjoint intervals and an interval, e.g. [(1, 5), (10, 15), (20, 25)] and (12, 27). Your task is to merge them into a sorted list of disjoint intervals: [(1, 5), (10, 27)]."
avatar

Software Engineer, Google Fiber

Interviewed at Google

4.4
Sep 12, 2012

Recently I attended the interview at Google and I was asked "You are given a sorted list of disjoint intervals and an interval, e.g. [(1, 5), (10, 15), (20, 25)] and (12, 27). Your task is to merge them into a sorted list of disjoint intervals: [(1, 5), (10, 27)]."

We went over my resume for a few minutes in the beginning, and we started the real technical interview. Nothing really unexpected. The only question we were able to go through was a question about BFS/DFS, basically traverse through a given 2D array map and find a path.
Jan 30, 2015

We went over my resume for a few minutes in the beginning, and we started the real technical interview. Nothing really unexpected. The only question we were able to go through was a question about BFS/DFS, basically traverse through a given 2D array map and find a path.

NDA. You have to write a code (not pseudocode) on a whiteboard. I studied using leetcode and geeksforgeeks. Make sure you know your data structures and famous algorithms. Practice on your recursion. Have a good night sleep the night before your interview. 2 coding sample 1 phone interview - I had 2 questions 4 on-site interview - one questions each but was asked to improve my solution
avatar

Google Software Engineer New Grad

Interviewed at Google

4.4
May 9, 2018

NDA. You have to write a code (not pseudocode) on a whiteboard. I studied using leetcode and geeksforgeeks. Make sure you know your data structures and famous algorithms. Practice on your recursion. Have a good night sleep the night before your interview. 2 coding sample 1 phone interview - I had 2 questions 4 on-site interview - one questions each but was asked to improve my solution

Viewing 1 - 10 interview questions

Glassdoor has 11 interview questions and reports from Software engineer google interviews. Prepare for your interview. Get hired. Love your job.