Postman SDE-1 OA 2025 | API Rate Limiter Sliding Window & API Collections Parallel Execution
Question · Posted Jun 2026
Problem 1 - API Rate Limiter Sliding Window Problem Statement An API rate limiter monitors a chronological stream of incoming request timestamps represented as an integer array timestamps of size N. The timestamps array is sorted in non-decreasing order. A sliding window of W seconds spanning from time t to t + W is considered active if all request timestamps fall within the inclusive range: [t, t + W] Find the maximum number of requests present inside any valid W-second ...
The full answer & interview discussion are available to premium members.
Log in Create a free account