Programming test consisted of a question involving a robot and a set of movement instructions
Graduate Developer Interview Questions
2,019 graduate developer interview questions shared by candidates
Pseudo- coding, very logic based
Name a time that you stepped in to help when it wasn't your responsibility.
Big O notation relate to list operations
What three words describe you
Tell me about your experience
Just a cognitive test.
When was a time you owned up to mistake?
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.
Viewing 1811 - 1820 interview questions