Just a cognitive test.
Graduate Software Developer Interview Questions
1,325 graduate software developer interview questions shared by candidates
Typical behavioral questions during the onsite interview with the recruiter. Numerical sequences and linear algebra in online test
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.
What is wrong in this code snippet? and some technical questions on OOPs
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.
last group exercise involve being asked a challenging question in front of fellow graduates
Last group exercise involved being asked technical questions in front of other graduates.
Why did you apply to IBM?
What is your experience with Agile?
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