A math challenge/riddle and 2 coding challenges.
Graduate Software Developer Interview Questions
1,327 graduate software developer interview questions shared by candidates
1. Given an unlimited stream of characters, that can only be read one character at a time, using a specific function (e.g. getChar()), and a list of patterns (e.g. "cat", "dog", "man"), write an algorithm to find all the occurrences of the patterns in the stream. 2. Perform a "test run" of the algorithm in order to assess strong points, weak points and, eventually bugs. 3. Give an estimate of the temporal complexity of the proposed algorithm (e.g. O(x))
Delta encoding: given a list of numbers as input, output a delta encoding for the sequence.
Questions are fairly easy if you have studied CtCi, etc. you can breeze through. There is a systems design interview during the onsites so you might want to study well for that.
Given the list of hotels and list of keywords and multiple reviews for multiple hotels, sort hotels by number of keywords in their combined reviews
Given a list of words, group them by anagrams of each other.
What projects did you work on at university? Have you done anything related outside of your studies?
What are the company's values?
q: Tell us about technologies you think tesco use to provide their online services.
(Difficult) Behavioral Question: 1) What constructive feedback would your teammates give you? 2) Have you ever had to do something despite disagreeing with it?
Viewing 1011 - 1020 interview questions