Interview rounds and questions asked, not including LPs:
- System design with bar raiser - Design a temperature billboard for a smart city which displays the average temperature over the last hour. There are 1 million sensors around the city which have new data every 10 seconds. Network latency due to distance is negligable.
- OOP question with SDE II - Design an n*n tic-tac-toe board which determines the winner and allows for the users to restart (https://leetcode.com/problems/design-tic-tac-toe/)
- Leetcode question with a team manager - https://leetcode.com/problems/minimum-window-substring/
- Leetcode question with a team manager - https://leetcode.com/problems/lru-cache/