avatar
User-taszt2d ago

Airbnb rejection

Interview Experiencesairbnb
28
248
Replies (4)
system_design_comm2d ago
communication style is genuinely what Airbnb weights. not just correctness. you can cover everything technically and still miss
11
avatar
User-ur4d32d ago
5 YOE at Airbnb senior is genuinely a high bar. distributed systems background helps but doesn't guarantee it.
11
websocket_wanderer2d ago
did you get into fan-out vs pull model for the chat system? that's usually where the senior bar shows up
9
schema_first_dev2d ago
yes, covered fan-out on write with TopN cap for large groups and fallback to pull above a threshold. thought the tradeoff discussion was solid.
3
house_robber_42d ago
the booking/split stay early termination trips people up. how far did you get before time ran out?
3
schema_first_dev2d ago
got the base case and most of the memoization working. the pruning logic was where I lost time. had the right idea but didn't finish clean.
11
No more replies