Graduate Developer Interview Questions

5,185 graduate developer interview questions shared by candidates

Multiple graph questions involving both BFS & DFS. Also String manipulation with potential dynamic programming (I did not see the DP solution but the interviewer was happy with my brute force method). Each question was about a leetcode medium.
avatar

Graduate Software Engineer

Interviewed at Google

4.4
May 10, 2022

Multiple graph questions involving both BFS & DFS. Also String manipulation with potential dynamic programming (I did not see the DP solution but the interviewer was happy with my brute force method). Each question was about a leetcode medium.

Given an undirected connected graph, alice and bob start from different nodes A and B and want to reach a destination node D if they travel separate edges count them as separate, and if they meet at some node and travel the same edge together, count it as a single edge find the minimum no of total edges travelled by alice and bob to reach D.
avatar

Software Engineer - University Graduate

Interviewed at Google

4.4
Nov 4, 2025

Given an undirected connected graph, alice and bob start from different nodes A and B and want to reach a destination node D if they travel separate edges count them as separate, and if they meet at some node and travel the same edge together, count it as a single edge find the minimum no of total edges travelled by alice and bob to reach D.

Recruiter Chat (15 Minutes):- What offices do you prefer ? What programming languages do you write ? And he told me what the interview process will be ? And asked some basics question regarding the complexity analysis and C++ and Java. The first Phone interview (45 minutes) It had two coding questions and he asked about the complexity of my code the second phone interview :- general programming questions that having the following format :- tell me about X ? when and why would you use it ? What the difference between data structure X and Y and tell me some applications where you can use them ?
avatar

Software Engineer - Univsersity Graduate

Interviewed at Google

4.4
Apr 16, 2015

Recruiter Chat (15 Minutes):- What offices do you prefer ? What programming languages do you write ? And he told me what the interview process will be ? And asked some basics question regarding the complexity analysis and C++ and Java. The first Phone interview (45 minutes) It had two coding questions and he asked about the complexity of my code the second phone interview :- general programming questions that having the following format :- tell me about X ? when and why would you use it ? What the difference between data structure X and Y and tell me some applications where you can use them ?

The interview comes with two questions, all about basic programming: revert the bit sequence of a number(32 bits), like 0100 0110 0000 0001 -> 1000 0000 0110 0010. Just a reminder: the interviewer did require the most efficient way of programming.
avatar

Software Engineer New Graduate

Interviewed at Google

4.4
Apr 4, 2016

The interview comes with two questions, all about basic programming: revert the bit sequence of a number(32 bits), like 0100 0110 0000 0001 -> 1000 0000 0110 0010. Just a reminder: the interviewer did require the most efficient way of programming.

Viewing 1091 - 1100 interview questions

Glassdoor has 5,185 interview questions and reports from Graduate developer interviews. Prepare for your interview. Get hired. Love your job.