Will you work for 12 weeks 9 to 5 unpaid Tell us about your experience Describe SDLC and explain how it changed in the last 20 years How do you prioritise tasks? Why do you want to work for here?
Graduate Software Engineer Interview Questions
4,497 graduate software engineer interview questions shared by candidates
What skills and qualities do you have that would make you a good fit for this role?
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.
Forgot question 1 but it was an easy question
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.
Describe your approach towards technical exercise given to you prior.
Explain how does hash table work
What's difference between SQL and SQLite database? What's difference between heap and stack? What does a good hashing function look like?
How does JS compile, under the hood?
Tell me what you know about Quantium
Viewing 2351 - 2360 interview questions