856163ba airbnb gives a take home instead of whiteboard coding: got asked to build a simplified booking system API.
8ea5a6a0 airbnb take homes are the gold standard. they test real engineering - API design, data modeling, edge case handling, testing discipline
7271a82f the double booking prevention is the key differentiator. if you used database-level locking or optimistic concurrency control thats what they want to see
238b2a44 6 hours is reasonable. ive heard of people spending 20+ hours gold plating their submission. diminishing returns after about 8 hours