2- How did you hear about the opportunity, and what is your relationship with your referral person?
Graduate Software Developer Interview Questions
1,325 graduate software developer interview questions shared by candidates
what would be the complexity of given gode--> will have a code with at most two for loops
What would make you a good fit for this role? What would make you a *bad* fit for this role?
IQ, numerical reasoning, spatial, english and mathematics test.
How does autocomplete search work?
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))
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
A math challenge/riddle and 2 coding challenges.
Write pseudocode to assess whether a certain integer is a power of 2 on a paper.
Viewing 991 - 1000 interview questions