Back to AstraZeneca South Africa Software Engineer interview

Interview question

Implement rate limiting for a public API

Asked in AstraZeneca South Africa Software Engineer interviews

Asked by

58% candidates

Difficulty

Medium

Round

Technical Round

AI synthesized from candidate reports

Back to Questions

Question 3 of 4

Implement rate limiting for a public API

Medium59% Candidate ReportsCODINGAstraZeneca South AfricaSoftware 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 — AstraZeneca South… | InterviewForge AI