Quick Overview

Implement `count_dropped(timestamps)` for nondecreasing integer seconds. Work through the function contract, boundary cases, correctness argument, and time and space complexity expected in a production-quality solution.

Count Requests Dropped by Multiple Time Windows

Company: Oracle

Role: Software Engineer

Category: Coding & Algorithms

Difficulty: medium

Interview Round: Onsite

Overview: Implement `count_dropped(timestamps)` for nondecreasing integer seconds. Work through the function contract, boundary cases, correctness argument, and time and space complexity expected in a production-quality solution.

Read the full Oracle Software Engineer interview experience this question came from

Loading…