Code RoomPrivileged access management
HardPrep Room Coding #3736

Privileged access management

System designSecurityDistributed systemsSenior–Staff~50 min

Design a privileged-access-management system that brokers human and automated access to production infrastructure (servers, databases, cloud consoles) for a company of 5,000 engineers. There should be no standing admin access — every privileged session is granted just-in-time, time-boxed, approved, and fully recorded, so a stolen engineer laptop or leaked credential grants nothing durable. It must broker ~2,000 concurrent sessions, add minimal friction to legitimate access, and make every privileged action attributable and revocable mid-session. Cover the access-request flow, credential brokering, session recording, and the security-vs-friction trade-off.

What a strong answer looks like

Clarify scale and constraints first. Propose a clean component breakdown, then go deep on the hard parts (data model, bottlenecks, consistency, failure modes) and name the trade-offs you are making.

Clarify5:30 left
Estimate5:30 planned
Design16:30 planned
Deep dive13:30 planned
Failure9:00 planned
0:00
Which questions mattered is sealed until you submit. Telling you now would just be handing over the edge cases.