Questions about the basics of main subjects including DS, DAA, Java, C++, C, SQL etc.
Engineer Interview Questions
1,136,504 engineer interview questions shared by candidates
For a given binary tree, assign the sibling pointer of each node. A sibling is always the node to its immediate right on the same level of the tree.
Why wouldn't you want a root DNS server to answer queries for you, instead of delegating you to an authoritative server?
Smallest missing natural number in a linked list in linear time without a hash table.
Write a function that calculates the root of a given number.
Goat Latin dictionary
The first Jedi question was this: given an unsorted array of numbers, like [1, 3, 5, 4, 2], write a function that takes an integer and returns true if there's any pair of numbers in that array that can be summed up to the input integer.
Implement a method to determine whether a string is a palindrome.
Find Kth minimum node in a binary tree and suggest a complexity
Related to question 1, how could you implement debouncing? Say you wanted the `handleScroll` function to be called only after 200ms has passed between scroll events.
Viewing 1621 - 1630 interview questions