Back to UBS Saudi Arabia Backend Engineer interview

Interview question

Implement rate limiting for a public API

Asked in UBS Saudi Arabia Backend Engineer interviews

Asked by

45% candidates

Difficulty

Medium

Round

Technical Round

AI synthesized from candidate reports

Back to Questions

Question 4 of 4

Implement rate limiting for a public API

Medium58% Candidate ReportsCODINGUBS Saudi ArabiaBackend Engineer

Question

Implement rate limiting for a public API

High-Level Approach

Redis INCR with TTL or token bucket; return Retry-After; monitor reject rate.

Implement rate limiting for a public API — UBS Saudi Arabia… | InterviewForge AI