In this video we are going to be solving an Easy Google interview question: Logger Rate Limiter (Leetcode # 359).
This question is really simple and is going to test whether you know how to use a dictionary. Pretty much that's all you need to know for this one, some simple dictionary key look ups.