Quick Overview

This question evaluates array algorithm skills, specifically recognition of sliding-window or two-pointer techniques and reasoning about time and space efficiency for contiguous subarray problems.

Find Longest Activatable Server Streak

Company: Amazon

Role: Software Engineer

Category: Coding & Algorithms

Difficulty: hard

Interview Round: Online Assessment

Overview: This question evaluates array algorithm skills, specifically recognition of sliding-window or two-pointer techniques and reasoning about time and space efficiency for contiguous subarray problems.

Loading…