Write ols in python using numpy
Quantitative Research Associate Interview Questions
3,502 quantitative research associate interview questions shared by candidates
Pandas questions. Algorithm questions like sorting. Knowledge of quant research. Past experience.
go through the resume, ask about statistics questions and Python operations
The example sequence 011212201220200112 ... is constructed as follows: 1. The first element in the sequence is 0. 2. For each iteration, repeat the following action: take a copy of the entire current sequence, replace 0 with 1, 1 with 2, and 2 with 0, and place it at the end of the current sequence. E.g. 0 -> 01 -> 0112 -> 01121220 -> ... Create an algorithm which determines what number is at the Nth position in the sequence (using 0-based indexing).
Formal maths & puzzles + hackerrank.
How do you manage your time?
Explain what is random forest. Bias and variance in this case.
They asked me why I wanted to work for Optiver
One question on calculating the expectation value of a card game and then coding it up in Python using recursive functions
One question requires constructing a class. One is about optimization. The last one is dynamic programming. Questions are okay but need preparation.
Viewing 3431 - 3440 interview questions