InterviewDB Question

Dropped Requests: Find Time Windows with Unacceptably High Request Drop Rates

Question Details

Problem You have a log of HTTP requests, each with a timestamp (seconds) and a status: "success" or "dropped". Find all contiguous time windows of length W seconds where the drop rate exceeds threshold T (0.0 to 1.0). Return the start times (inclusiv…

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Coding Onsite Phone