Poshmark - OA Question Leaked
Summary
Interview experience for Poshmark OA Question Leaked. The candidate encountered two coding problems during the interview. The first problem involved identifying users who breached a concurrent session...
Interview Experience
Question 1 – Concurrent Session Limit BreachProblem Statement:Find all unique user IDs who breached the limit by having more than m concurrent sessions at any point. Each "login" increases the user's session count by 1, and each "logout" decreases it by 1 only if the count is above 0.Function Signat...


