OA (Non-Auto)
team dependent
Final
1-5 round
team dependent
Decision
OA (Non-Auto)
team dependent
Final
1-5 round
team dependent
Decision
We don't have information about this company's recruiting timeline yet. Check back later or contribute if you have insights.
Implement binary search on a dataset where values are received as a stream.
Implement a simple heap data structure in Go and traverse islands to find a goal.
Solve basic medium-level LeetCode problems and algorithm questions.
Solve the LeetCode "Max Islands" problem using BFS or DFS.
I was asked a hashmap question that was more like a design problem rather than an algorithmic one, though it could be made algorithmic; I recommend practicing LeetCode questions tagged with hashmap topics, but the experience may vary depending on the team.
Explain how to solve the Number of Islands problem from LeetCode.
They asked me to explain how to sort arrays.
Solve the LeetCode problems on generating parentheses and counting islands.
Design a cache that supports specified functions.
How can you optimize the space complexity of the "Letter Combinations of a Phone Number" problem using depth-first search (DFS)?