Amazon SDE OA 2025 | AWS Server Channel Quality & Password Strength Evaluation
Amazon · Question · Posted Jun 2026
Problem 1 - AWS Server Channel Quality Problem Statement AWS needs to distribute N servers across exactly K transmission channels. You are given an array servers where servers[i] represents the capacity of the i-th server. Rules: Every channel must contain at least one server. Each server can belong to only one channel. The quality of a channel is the median of the capacities assigned to it. For even-sized groups, the median is the average of the two middle elements. Return ...
The full answer & interview discussion are available to premium members.
Log in Create a free account