Jane Street Software Engineer New Grad interview questions
based on 4 ratings - Updated Jan 7, 2025
Averageinterview difficulty
Very positiveinterview experience
How others got an interview
100%
Applied online
Applied online
Interview search
4 interviews
Jane Street interviews FAQs
Software Engineer New Grad applicants have rated the interview process at Jane Street with 3.7 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 67% positive. To compare, the company-average is 63.8% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Engineer New Grad roles take an average of 14 days to get hired, when considering 3 user submitted interviews for this role. To compare, the hiring process at Jane Street overall takes an average of 17 days.
Here are the most commonly searched roles for interview reports -
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)]