Quick Overview

This question evaluates proficiency with data structures for time-window aggregation and understanding of time/space trade-offs when counting events within a rolling interval.

Design a rolling hit counter API

Company: Google

Role: Software Engineer

Category: Coding & Algorithms

Difficulty: medium

Interview Round: Technical Screen

Quick Answer: This question evaluates proficiency with data structures for time-window aggregation and understanding of time/space trade-offs when counting events within a rolling interval.

Loading…