Me postulé en línea. Acudí a una entrevista en Stripe (San Francisco, CA) en abr 2016
Entrevista
Use my github post to see the question and the solution. They are asking the same questions from everyone.
Chat with recruiter, then phone interview, and then on site.
I had 3 interviews, answered all the technical question (I got the code to work properly), and then after the 3rd one they said they don't want to continue! I had a feeling that one of the interviewers had personal issues, he walked in very frustrated and was like that the entire time.
Preguntas de entrevista [3]
Pregunta 1
Write the code to replay a list of HTTP requests from a file represented as JSON
Write a map implementation with a get function that lets you retrieve the value of a key at a particular time.
t:0 A =1
t:2 A = 2
get(A, t:1) -> 1
get(A, t:3) -> 2
First an OA which is very hard, you have to be really fast. Then HR call and then phone round. Unfortunately I got unlucky and my interviewer was doing something else while doing the interview, he was muted and I had to ask for his attention twice. Of course in the end he said I did very well and one day later I was rejected. The phone round is not particularly difficult but you have to be fast and talking too much will cost you.
Preguntas de entrevista [1]
Pregunta 1
They have a bunch of questions about string parsing, more often than not you will need to read a CSV so know how to do that, and know how to use the split function.
1 round of team screen - go/no go with a multi step problem
Design - classic interview
Integration - work on integrating some new systems
Bug bash - find and solve a bug
Programming exercise - same as team screen maybe a bit harder
Me postulé a través de un reclutador. Acudí a una entrevista en Stripe en jul 2026
Entrevista
started with a quick recruiter chat (checking developer infrastructure know-how), followed by a 45-min live coding screen where they look for production ready code. onsite was 5 rounds: coding, bug bash, integration, system design, and behavioral. bug bash was the most interesting part. they just drop you into a random repo with failing tests and watch how you track down the root cause. integration is pure API work - reading docs and wiring things up, but they lean heavy on error handling. sys design felt very grounded. instead of drawing huge scalable architecture, we basically just talked through failure modes and backward compatibility.behavioral was standard. across the board, stripe cares way more about readable code and communication than tricky algorithms.for prep, practice reading other people's code and fixing bugs. i had a mock on prepfully with a stripe SWE to test my bug bash process, and it really highlighted some messy debugging habits i had. tough loop, but it actually feels like real engineering.
Preguntas de entrevista [1]
Pregunta 1
Given a stream of Stripe checkout session events, identify sessions abandoned at each step of the checkout flow and calculate conversion rates