Several rounds of technical interviews followed by an on-site in their NYC office. The interview I had was a typical online hackerrank SWE interview where I was given a problem by the interviewer and asked to solve it.
Interview questions [1]
Question 1
The question was probably a leetcode medium and involved working with a tree data structure.
I applied online. The process took 2 weeks. I interviewed at Jane Street (New York, NY) in Aug 2022
Interview
Reached back out with a rejection. It's always nice to hear back from companies even if it's a rejection. I applied for an internship in the past and received a case study question
I applied online. The process took 2 weeks. I interviewed at Jane Street in Oct 2020
Interview
Very helpful interviewer. I was asked one technical question which I did solve but received quite a bit of help in answering it. I received a rejection letter two days later.
Interview questions [1]
Question 1
Given a string e.g. "aaabbaa" return a list of tuples that contains the consecutive character and the number of times it appears. --> [('a', 3), (b,2), (a,2)]