Upload Button Icon Add office photos

Filter interviews by

Jane Street Researcher Interview Questions and Answers

Updated 15 Jan 2025

Jane Street Researcher Interview Experiences

1 interview found

Researcher Interview Questions & Answers

user image Anonymous

posted on 15 Jan 2025

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Indian Statistical Institute (ISI), Bangalore and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Bunch of quant probability questions

Round 2 - Coding Test 

Bunch of dp and graph theory

Interview Preparation Tips

Topics to prepare for Jane Street Researcher interview:
  • Statistics
  • DSA
  • Maths
Interview preparation tips for other job seekers - Try to shine any national level exam with goof axademics

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Research for people and company
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell about yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Finance, probability
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Roorkee and was interviewed before Jun 2023. There were 6 interview rounds.

Round 1 - Aptitude Test 

3 sections consisting maths, prob stats and CS fundamentals

Round 2 - Coding Test 

2 easy to medium-level coding questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. Draw graph of x+(1/x)
  • Ans. 

    Graph of x+(1/x) is a hyperbola with two branches.

    • The graph consists of two branches, one in the first quadrant and one in the third quadrant.

    • As x approaches positive or negative infinity, the graph approaches the x-axis.

    • The graph has a vertical asymptote at x=0.

    • The minimum value of the function is 2 when x=1 or x=-1.

  • Answered by AI
  • Q2. Questions from the book xinfingzhou
Round 4 - One-on-one 

(2 Questions)

  • Q1. 3 coding questions on greedy algorithm
  • Q2. 2 coding questions on dynamic programming
Round 5 - One-on-one 

(1 Question)

  • Q1. Questions revolving quantitative finance on bonds, options and black scholes
Round 6 - One-on-one 

(1 Question)

  • Q1. Typical straight forward HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be quick in maths. Time given to solve every question is pretty less
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Given a series of scenarios and asked to give an example of how I would deal with that situation. E.g., a stressful time in my life, an example of a time that I had to step-up, ect
  • Q2. How to deal with conflict
  • Ans. 

    Conflict should be addressed calmly and professionally to find a resolution.

    • Listen actively to all parties involved to understand their perspectives

    • Communicate openly and honestly to express your own thoughts and feelings

    • Focus on finding a solution that benefits all parties, rather than winning the argument

    • Seek mediation or involve a neutral third party if necessary

    • Maintain professionalism and respect throughout the co

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Research for people and company
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell about yourself

I applied via campus placement at Indian Institute of Technology (IIT), Chennai and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. The questions are coding data structures
  • Q2. How would you find a loop in a linkedlist?
  • Ans. 

    Loop in a linkedlist can be found using Floyd's cycle-finding algorithm.

    • Use two pointers, one moving at a speed of 1 and the other at a speed of 2.

    • If there is a loop, the two pointers will eventually meet at some point.

    • If there is no loop, the faster pointer will reach the end of the list.

    • Time complexity is O(n) and space complexity is O(1).

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The questions are from expectations.
Practice probability
Duration: 1 hour

Round: Technical Interview
Experience: Questions are adaptive,I mean interviewer builds up questions basing on our answering

Skills: Data Structures and Algorithms, Mathematics, Probability And Statistics
College Name: IIT Madras

Skills evaluated in this interview

I applied via campus placement at Indian Institute of Technology (IIT), Chennai and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Write a pseudo code to find the k'th largest element in a array
  • Ans. 

    Pseudo code to find the k'th largest element in an array

    • Sort the array in descending order

    • Return the element at index k-1

  • Answered by AI
  • Q2. A question based on expectation
  • Q3. Another coding question(cannot remember which one)
  • Q4. This round was completely based on probability and expectations. Asked 3-4 questions on expectations
  • Q5. Probability and coding

Interview Preparation Tips

Round: Test
Experience: There were total 10 multiple choice questions and 4 subjective questions.
The MCQ's were based on Probability and expectation.
The descriptive were based on
1. Number Theory
2. Puzzle
3. Coding (Need not write compilable version but write a clear pseudo code).
4. Coding(Same as above).

Solve puzzles in heard on the street and day 1.0 book. Finish the course Data Structures and Algorithms.
Tips: Must correctly solve atleast 9 of the probability MCQ to ensure a final interview shortlist.
Duration: 1 hour 20 minutes
Total Questions: 14

Round: Technical Interview
Experience: He asks you write a pseudo code for the question asked. You must write a clear working algorithm. If you make small mistakes, he will try and correct you but huge algorithm errors can cost you the call for next round.Remember to give correct time complexities for the algorithm written. Be clear and try to explain your thinking process to the interviewer. If you are stuck, try to explain your idea and where you are stuck. He will help you move further. The whole interview lasted around 40-45 mins.
Tips: Maintaining communication with the interviewer is very important. Asked reason for low CGPA (mine was 7.94).

Round: Technical Interview
Experience: One o the question was - If you break a stick of unit length into two parts then what is the expected length of the longer part. A few others to calculate mean and standard deviations etc.
Tips: Must communicate with the interviewer and show him your arrival at the solution. They usually respond positively if you give them the correct answer. If you make a mistake, will give you a small hint to correct yourself but if you still make it, then you're out. If you are good with stochastic processes , then it would definitely increase your chances of progression.

Round: Technical Interview
Experience: Started with asking about favourite coding language. Chose Java , then asked basic questions like what is static class and what is it used for (OOPS concepts). Asked a few probability questions and then a few DSA questions.
Tips: Was bad in a section( I could not answer OOPS questions)but still gave me a chance again. If you recover from it and answer remaining correctly then you get to go to the HR round.

Round: HR Interview
Experience: Telephonic interview and was asked few questions about myself like education, Family background, Why job instead of higher studies, why job in finance and specifically Quantitative research, future plans etc.
Tips: This was not really tough. The HR also tried to explain what the job was about. They confirmed the Job Offer within 5 minutes after the phone call ended.

Skills: Coding Skills And Knowledge On Data Structures, Probability And Statistics, Solving Logic Puzzles
College Name: IIT Madras

Skills evaluated in this interview

Jane Street Interview FAQs

How many rounds are there in Jane Street Researcher interview?
Jane Street interview process usually has 2 rounds. The most common rounds in the Jane Street interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

People are getting interviews through

based on 1 Jane Street interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

DE Shaw Interview Questions
3.8
 • 118 Interviews
Link Group Interview Questions
3.8
 • 34 Interviews
Axis Sales Interview Questions
4.2
 • 17 Interviews
Tradebulls Interview Questions
3.0
 • 15 Interviews
Sonata Finance Interview Questions
3.9
 • 12 Interviews
View all
Senior Software Developer
5 salaries
unlock blur

₹330 L/yr - ₹500 L/yr

Financial Analyst
4 salaries
unlock blur

₹367 L/yr - ₹400 L/yr

Software Developer
3 salaries
unlock blur

₹90 L/yr - ₹400 L/yr

Manager
3 salaries
unlock blur

₹400 L/yr - ₹400 L/yr

System Engineer
3 salaries
unlock blur

₹55 L/yr - ₹160 L/yr

Explore more salaries
Compare Jane Street with

Citadel

3.9
Compare

DE Shaw

3.8
Compare

Renaissance Technologies

1.0
Compare

Pointo

3.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview