Newsdymsnsn

Stripe Onsite Interview

Hey all, I have an onsite interview with Stripe. Is there anyone who attend "bug squash" interview with javascript language? I only saw, people who choice python and java. YoE: 6 TC: 90K

Stripe QdxG61 Aug 21, 2023

js one is hard…

New
sdymsnsn OP Aug 21, 2023

I can also choice python but I feel more comfortable in javascript. any tips to practice for js repo?

Stripe pistachio😍 Aug 21, 2023

It’s not that hard. LC monkeys get destroyed by Stripe interviews but good engineers can succeed

New
“””” Aug 21, 2023

You’re going to squash the shit out of those bugs I believe in you OP.

Rubrik rksupport Aug 22, 2023

Which Language should I prefer in the initial round?

New
j.c Aug 23, 2023

I just did my on-site in JS They gave me a cloned version of a repo and a test case that fails, and asked me to identify it/debug it (and likely fix it) Only was able to get to the general area of the issue using console logs (I don’t have much experience testing), I think you should figure out in your environment how to use debugger and go through code

Rubrik rksupport Aug 23, 2023

1. The repo was on GitHub / gitlab ? 2. How much time did you take find and fix the bug? 3. Did you face problems in cloning repo & setting up code, running tests?

New
j.c Aug 23, 2023

1. GitHub, just make an account beforehand, and during interview just open a terminal in a directory and run ‘git clone <URL>’. On GH issues tab they had 1 bug for me 2. I took the full time (ran out of time) finding the bug, didn’t even identify it let alone fix it 3. No problems, just need Node and npm working, they have their own test suite with modules already installed when you clone the repo, and they give you the command to run the tests I doubly they’ll move me forward, but good luck on your onsite!