PracHub
QuestionsPremiumCoachesLearningGuidesInterview Prep
|Home/System Design/Oracle

Design a rate limiter

Last updated: May 6, 2026

Quick Overview

This question evaluates a candidate's ability to design scalable, correct distributed rate limiting mechanisms, testing competencies in distributed systems, concurrency control, API gateway behavior, observability, and configurability within the System Design domain.

  • medium
  • Oracle
  • System Design
  • Software Engineer

Design a rate limiter

Company: Oracle

Role: Software Engineer

Category: System Design

Difficulty: medium

Interview Round: Onsite

Design a rate limiting system for an API gateway. Your design should address: - Rate limits such as "N requests per second/minute" per key (e.g., per user, per IP, per API token). - Correctness under concurrency and bursty traffic. - Operation in a distributed, multi-instance gateway. - What happens on limit exceed (HTTP status, headers, retry guidance). - Observability and configurability (different limits per endpoint/customer tier).

Quick Answer: This question evaluates a candidate's ability to design scalable, correct distributed rate limiting mechanisms, testing competencies in distributed systems, concurrency control, API gateway behavior, observability, and configurability within the System Design domain.

Related Interview Questions

  • Design a Ride-Hailing Platform - Oracle (medium)
  • Design a ride-sharing system (Uber) - Oracle (medium)
  • Explain your project system design - Oracle (hard)
Oracle logo
Oracle
Jan 26, 2026, 12:00 AM
Software Engineer
Onsite
System Design
6
0

Design a rate limiting system for an API gateway.

Your design should address:

  • Rate limits such as "N requests per second/minute" per key (e.g., per user, per IP, per API token).
  • Correctness under concurrency and bursty traffic.
  • Operation in a distributed, multi-instance gateway.
  • What happens on limit exceed (HTTP status, headers, retry guidance).
  • Observability and configurability (different limits per endpoint/customer tier).

Solution

Show

Submit Your Answer

Sign in to leave a comment

Loading comments...

Browse More Questions

More System Design•More Oracle•More Software Engineer•Oracle Software Engineer•Oracle System Design•Software Engineer System Design
PracHub

Master your tech interviews with 8,500+ real questions from top companies.

Product

  • Questions
  • Learning Tracks
  • Interview Guides
  • Resources
  • Premium
  • For Universities
  • Student Access

Browse

  • By Company
  • By Role
  • By Category
  • Topic Hubs
  • SQL Questions
  • Compare Platforms
  • Discord Community

Support

  • support@prachub.com
  • (916) 541-4762

Legal

  • Privacy Policy
  • Terms of Service
  • About Us

© 2026 PracHub. All rights reserved.