Decomposition question: How would you implement Pacman?
Forward Deployed Engineer Interview Questions
703 forward deployed engineer interview questions shared by candidates
Implement a function that checks if a player has won tic tac toe
Implement a spell checker
Merge intervals on LeetCode
RPN calculator with parentheses
Asking to find a path in a graph using dfs recursion.
Would you be willing to move to London for the first 6-8 months?
designing a stack with O(1) operations
Given a set of number ranges, e.g. [3,6],[5,9],[1,2],[10,15] Develop an efficient algorithm to output the smallest number of ranges without losing any information. i.e. Output => [1,2],[3,9],[10,15] as [3,6] and [5,9] overlap so they can be merged to just be one range [3,9]. Extra info: If you had [2,5],[6,7] these would not merge as [2,7] would include all numbers between 5 and 6 which was not in the original subsets. You should be able to come up with a solution that is better than O(N^2)
What does the company actually do?
Viewing 311 - 320 interview questions