Quick Overview

Implement a weekly deployment-window scheduler that subtracts freeze periods from allowed time and supports repeating local schedules in UTC. Handle cyclic intervals, time-zone offsets, absolute lead-time horizons, cross-week merging, full-week windows, and minimum continuous duration without minute-by-minute scans.

Schedule Weekly Deployment Windows

Company: Stripe

Role: Software Engineer

Category: Coding & Algorithms

Difficulty: medium

Interview Round: Technical Screen

Overview: Implement a weekly deployment-window scheduler that subtracts freeze periods from allowed time and supports repeating local schedules in UTC. Handle cyclic intervals, time-zone offsets, absolute lead-time horizons, cross-week merging, full-week windows, and minimum continuous duration without minute-by-minute scans.

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

Loading…