Stripe Interviews · 1


Average Difficulty
medium
Offers Breakdown
Got Offer
0%
No Offer
100%
Ghosting Rate
0%

Backend Engineer · L2

NYC · Took 4 weeks · No Offer · Meh Experience

This round involved pair programming with a straightforward coding question. The goal was to assess code completeness, scalability, and readability rather than to solve a complex leetcode problem. The interviewer was collaborative and helped point out some edge cases I had missed.

Question:

Find the minimum and maximum keys in a list of hash maps and return their values

[{a: 2, b:1} {a: 1}] -> {a: 1}

I had an interview scheduled with the hiring manager, but he didn’t show up due to a scheduling conflict. HR then rescheduled the call for a week later. It was a video interview over zoom where the hiring manager asked a lot of questions about architecture and scalability related to my past work experience. Overall, I didn’t do a great job explaining some of those and felt he wasn’t fully satisfied with some of my answers