What are your strengths? What are the four pillars of OOP?
Graduate Software Developer Interview Questions
4,497 graduate software developer interview questions shared by candidates
Forgot question 1 but it was an easy question
1. Merge 2 sorted arrays 2. Find the length of the shortest substring whose combination of anagrams would result in the initial string. Ex: 'abbaab' could be done from anagrams of 'ab' or 'ba', so length 2. 'abbbabbba' can be done from anagrams of 'abb' so length 3 and so on. 3. One array of size n with index showing task id and value showing task memory taken to process task. Another array of size n with index showing task id and value showing task type. System can execute a task in 1 time, or two tasks of the same type in paralel in 1 time, as long as the sum of their memory taken is less than maximum memory. Given these details for a list of tasks, find the most efficient way to execute them and return number of times it takes.
What skills and qualities do you have that would make you a good fit for this role?
The input is an NxN array of integers representing depth level (higher value = higher depth). With an input of the form string[N], return an array of the same format with all 'cavities' replaced with an 'X' character, where a cavity is a local minima - all surrounding values (non-diagonal) must be a lower depth.
Tell us about a time you needed to ask for feedback or advice.
Motivations for the role? Areas where I'm interested in?
Simple maths related questions for the assessment
Tell me what you know about Quantium
Step outside comfort zone. Long term goals
Viewing 2351 - 2360 interview questions