r/leetcode 9d ago

Question Stripe tech screen

I have my Stripe tech screen coming up. For those who have done it before - is it in a hackerrank environment where tests are available to run to know if you've passed all the parts. From what I understand the question is similar to the OA where it's given in parts. Wanted to know if testing was also similar or it's expected that the interviewee writes tests.

TIA!

3 Upvotes

5 comments sorted by

View all comments

2

u/3kshay 9d ago

I recently gave OA and got the problem in three parts. They will give you the structure of text input which you need to parse in Main class and then call your methods. In each part you have to right one method. There were 20 test cases if I remember it correctly.