Quick Overview

Calculate how many jobs finish before a deadline in a serial, stage-gated, single-worker pipeline. The prompt tests cumulative-time reasoning, partial-stage completion, zero-job stages, very large counts and durations, overflow safety, and linear processing without mutating input.

Count Completed Jobs in a Serial Single-Worker Pipeline

Company: Plaid

Role: Software Engineer

Category: Coding & Algorithms

Difficulty: medium

Interview Round: Technical Screen

Overview: Calculate how many jobs finish before a deadline in a serial, stage-gated, single-worker pipeline. The prompt tests cumulative-time reasoning, partial-stage completion, zero-job stages, very large counts and durations, overflow safety, and linear processing without mutating input.

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

Loading…