fb9dba0c
cdcaadb6
stripe interviews are the best in the industry imo. actual engineering problems, collaborative vibe, no gotcha questions. the onsite is the same style but harder and longer
3e28cb4f
the idempotency part is the key. if you handled it well (idempotency key in request header, storing processed keys in a set/map, returning cached result for duplicate requests) youre probably moving forward
6dadaaef
heads up: the onsite has a bug squash round where they give you a broken codebase and you have to find and fix bugs. its unique to stripe and really tests practical debugging skills. worth practicing