Practice the exact questions companies are asking right now.
You are asked to design and implement a rate limiter for an HTTP API. Requirements - Limit each client (e.g., user ID or API key) to at most N request...