Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 359. Logger Rate Limiter
Implement a logger that decides whether to print a message at a given timestamp: return true if the message hasn't been printed in the last 10 seconds, otherwise false. This requires tracking each message's last printed time (e.g., with a map) to enforce the fixed time window efficiently.
Asked at:
Amazon
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Early September, 2025
Amazon
Mid-level
Mid June, 2025
Amazon
Mid-level
technical assessment question
Early May, 2025
Amazon
Junior
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.