Category: Sliding window coding problemImplement a rate limiting system for Roblox. This is a two-part problem, with a follow up taking in additional factors into the rate limiting.Input: List Output: Computed result
codingHardVerified Question#2
2. [OA] Library Book Tracker
Category: Array coding problemYour task is to develop a library book circulation tracker. You are given a sequence of operations that represent activities in a library. Each...Input: Array Output: Array
system designHardVerified Question#3
3. Top 5 Recently Asked Roblox System Design Questions
Category: Graph system design problemThese are the commonly asked system design questions from Roblox interviews. Roblox's interview focus includes high-scale distributed systems with a...Input: Graph (nodes and edges) Output: Computed result
Category: Algorithm coding problemInput: List Output: Computed result
codingHardVerified Question#5
5. Request Rate Detector
Category: Algorithm coding problemAn API gateway monitors requests to detect abusive clients. Implement the RequestRateDetector class. configure(limit: int, window: int) -...Input: Number(s) Output: Integer
codingHardVerified Question#6
6. Uniform Array Segmentation
Category: Array coding problemA task distribution system needs to split a workload evenly among workers. You are given an integer array tasks of length n and an integer...Input: Array Output: Computed result
No AI generated questions yet for Roblox.
Start practicing Roblox questions
Sign up for free to access walkthroughs, AI-generated questions, and more.