Back to Honeywell Software Engineer interview

Interview question

Implement rate limiting for a public API

Asked in Honeywell Software Engineer interviews

Asked by

50% 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

Medium57% Candidate ReportsCODINGHoneywellSoftware 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 — Honeywell… | InterviewForge AI