Quantitative Research Intern Interview Questions

4,818 quantitative research intern interview questions shared by candidates

1. give you 50 white and 50 black balls, two box. allocate the balls in the box, pick one ball from one of the box, what is the highest and lowest probability of getting a white one? 2. favorite course 3. time mangement
avatar

Quantitative Trader

Interviewed at Volant Trading

3
Oct 16, 2017

1. give you 50 white and 50 black balls, two box. allocate the balls in the box, pick one ball from one of the box, what is the highest and lowest probability of getting a white one? 2. favorite course 3. time mangement

What will be printed by this python program: class Parent: x = 0 class Child1(Parent): pass class Child2(Parent): pass Parent.x = 1 print(Parent.x, Child1.x, Child2.x) Child1.x = 2 print(Parent.x, Child1.x, Child2.x) Child2.x = 3 print(Parent.x, Child1.x, Child2.x)
avatar

Quantitative Analyst

Interviewed at HSBC

3.8
Jun 18, 2021

What will be printed by this python program: class Parent: x = 0 class Child1(Parent): pass class Child2(Parent): pass Parent.x = 1 print(Parent.x, Child1.x, Child2.x) Child1.x = 2 print(Parent.x, Child1.x, Child2.x) Child2.x = 3 print(Parent.x, Child1.x, Child2.x)

Viewing 3121 - 3130 interview questions

Glassdoor has 4,818 interview questions and reports from Quantitative research intern interviews. Prepare for your interview. Get hired. Love your job.