Graduate Software Developer Interview Questions

1,325 graduate software developer interview questions shared by candidates

Write a function to return the count of odd and even numbers in a given range (start and end). Write a function to find the maximum number of consecutive ones in a binary array. Give me an example of a time when you demonstrated leadership skills. Tell me about a time when you had a conflict with a colleague and how you resolved it.
avatar

Graduate Software Developer

Interviewed at IBM

3.9
Nov 19, 2024

Write a function to return the count of odd and even numbers in a given range (start and end). Write a function to find the maximum number of consecutive ones in a binary array. Give me an example of a time when you demonstrated leadership skills. Tell me about a time when you had a conflict with a colleague and how you resolved it.

You have several servers that can take in a given number of requests. The server capacity and server requests are given to you in arrays (was actually lists). Three of the servers can be upgraded to double capacity. Return the number of servers or capacity left over or something, it wasn't clear. My best guess is they wanted the minimum capacity of the servers that would cover the entirety of the requests (so assume a cloud scenario where you could have unlimited compute but at a cost), but they didn't say that. The SQL question involved joining two tables, then adding another column which is the result of a calculation, then filtering and arranging that new column, and reducing it to two decimal places.
avatar

Graduate Software Developer

Interviewed at IBM

3.9
Dec 7, 2024

You have several servers that can take in a given number of requests. The server capacity and server requests are given to you in arrays (was actually lists). Three of the servers can be upgraded to double capacity. Return the number of servers or capacity left over or something, it wasn't clear. My best guess is they wanted the minimum capacity of the servers that would cover the entirety of the requests (so assume a cloud scenario where you could have unlimited compute but at a cost), but they didn't say that. The SQL question involved joining two tables, then adding another column which is the result of a calculation, then filtering and arranging that new column, and reducing it to two decimal places.

The first half is largely pattern recognition (e.g. something like 'guess the next number: 1, 4, 4, 7, 28, 10, 280, 13' except more complicated). The second half is more just rapid fire calculations, "calculate how much interest is paid on this load in x years" type stuff. There's enough time to do them out by hand but unless there are two very similar options, you're best off estimating which choice is best
avatar

Graduate Software Developer

Interviewed at IBM

3.9
May 30, 2017

The first half is largely pattern recognition (e.g. something like 'guess the next number: 1, 4, 4, 7, 28, 10, 280, 13' except more complicated). The second half is more just rapid fire calculations, "calculate how much interest is paid on this load in x years" type stuff. There's enough time to do them out by hand but unless there are two very similar options, you're best off estimating which choice is best

Viewing 1191 - 1200 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 1,325 interview questions and reports from Graduate software developer interviews. Prepare for your interview. Get hired. Love your job.