They asked me some questions releted to my code.
Software Engineer Intern Interview Questions
9,758 software engineer intern interview questions shared by candidates
Total time covered by a set of intervals.
how to explain recursion to a kid
Basically, "solve FizzBuzz in sudocode" - asked by a nontechnical HR interviewer, because "an engineer told them to ask", and "I don't have to do it if I don't want to".
What are your preferred coding languages?
Frequency Counting of Words / Top N words in a document. Given N terms, your task is to find the k most frequent terms from given N terms. Needs to be O(N)
Implement the getElementsByClassName(element, className) function in Javascript.
The Interviewer asked me to code a question online on how I would implement a search. The feature had to be pretty practical and was very expansive he continually added on to the questions and cases that may not initially be brought up but were much part of everyday search functions.
Implement Hashmap structure in Java.
find the largest rectangle which only has the 1s inside it, in a given binary matrix. permutation of columns is allowed.
Viewing 931 - 940 interview questions