What factors would I have to consider to maximise performance in an F1 race
Software Engineer Intern Interview Questions
9,348 software engineer intern interview questions shared by candidates
It was a telephonic interview and he asked me to write a small code and read it. The programming question was how will you identify whether a system is little endian or big endian? write a code for that.
Unexpected question was to design and develop a function to draw a card from a deck. The interviewer said that we are going to Vegas to sell this product. It should draw cards at random however it should not be predictable and so on.
Implement an online LRU cache to keep track of browser history (not worded in that way, but after the interview, I realized this was effectively what they were asking) e.g. keep track of the 5 most recently seen items without duplicates.
Remove a node from a singly linked list.
Implementation of various data structures
Total time covered by a set of intervals.
how to explain recursion to a kid
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.
Viewing 961 - 970 interview questions