Upload Button Icon Add office photos

Filter interviews by

Jane Street Quantitative Researcher Interview Questions and Answers

Updated 4 Aug 2024

Jane Street Quantitative Researcher Interview Experiences

3 interviews found

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. How to simulate a 10 sided die using a 6 sided die
  • Ans. 

    Simulate a 10-sided die using a 6-sided die.

    • Assign each number on the 6-sided die to two numbers on the 10-sided die.

    • Roll the 6-sided die twice and combine the results to get a number between 1 and 36.

    • If the result is between 1 and 30, divide it by 3 and take the ceiling to get a number between 1 and 10.

    • If the result is 31, 32, 33, 34, 35, or 36, re-roll.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice probability questions similar to competitive exams like JEE.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

Conducted on hackearth

Quantitative Researcher Interview Questions Asked at Other Companies

asked in WorldQuant
Q1. Clarification about what CPI stands(Is it the same as Grade Point ... read more
asked in Jane Street
Q2. How to simulate a 10 sided die using a 6 sided die
Q3. Write a pseudo code to find the k'th largest element in a array
Q4. 1) What is attention mechanism (since it was mentionned in my res ... read more
Q5. Why do brands launch their products in South India despite consum ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic probability questions about rolling dices.

Interview Preparation Tips

Interview preparation tips for other job seekers - just do lots of probability problems

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Finance, probability
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Assignment 

Dataset and goal of the assignment was shared. Python coding and explanation in ML was expected.

Interview Preparation Tips

Interview preparation tips for other job seekers - Write code and comments elaborately. Hyperparameter tuning and outlier treatment was asked extensively so prepare that part.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Apr 2023.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference VaR and ES
  • Ans. 

    VaR measures the maximum potential loss within a confidence level, while ES measures the expected loss beyond VaR.

    • VaR stands for Value at Risk and measures the maximum potential loss within a specified confidence level.

    • ES stands for Expected Shortfall and measures the expected loss beyond the VaR.

    • VaR is a single point estimate, while ES provides a more comprehensive view of tail risk.

    • ES is considered more conservative ...

  • Answered by AI
  • Q2. List array difference
  • Ans. 

    List the difference between two arrays of strings

    • Loop through each element in the first array and check if it exists in the second array

    • If an element is not found in the second array, add it to the difference array

    • Repeat the process for the second array to find elements in the first array that are not in the second array

  • Answered by AI
  • Q3. Arch and garch models

Skills evaluated in this interview

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Past project experience
  • Ans. 

    I have worked on various quantitative analysis projects in finance, risk management, and data science.

    • Developed predictive models using machine learning algorithms

    • Conducted statistical analysis to identify trends and patterns in data

    • Implemented quantitative strategies for portfolio optimization

    • Utilized programming languages such as Python, R, and SQL

    • Collaborated with cross-functional teams to deliver actionable insight

  • Answered by AI

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

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Very basic questions on financial assets.
Round 2 - Aptitude Test 

Interview with US counterpart lasting more than 1 hour.

Jane Street Interview FAQs

How many rounds are there in Jane Street Quantitative Researcher interview?
Jane Street interview process usually has 1-2 rounds. The most common rounds in the Jane Street interview process are Coding Test, Resume Shortlist and One-on-one Round.
What are the top questions asked in Jane Street Quantitative Researcher interview?

Some of the top questions asked at the Jane Street Quantitative Researcher interview -

  1. How to simulate a 10 sided die using a 6 sided ...read more
  2. basic probability questions about rolling dic...read more

Tell us how to improve this page.

Jane Street Quantitative Researcher Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
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

2.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview