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.
Graduate Developer Interview Questions
2,022 graduate developer interview questions shared by candidates
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?
why do you want to be a quant developer?
two questions about binary tree
What is wrong in this code snippet? and some technical questions on OOPs
She asked what I studied? She didn't look at my CV at all to even know that
Can you tell me more about the programming projects you've done at university?
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 1821 - 1830 interview questions