Roblox On Site - IC3
2 code, 1 system design, 1 behavioral
Interview 1: Code
- https://leetcode.com/problems/minimum-number-of-frogs-croaking/ except with a different word. same concept tho
Interview 2: System
- Design a system for roblox marketplace bookmarking
- Individual components, endpoints, scaling for heavy bookmarks (cache on heavy writes, etc)
- Scaling QPS for individual endpoints to 1m+
Interview 3: Behavioral
Interview 4: Code
- https://leetcode.com/problems/design-browser-history/
- follow up, how would you support tabs
- follow up, on above, how would you store this offline?