A series of statistical questions
Quantitative Researcher Interview Questions
2,685 quantitative researcher interview questions shared by candidates
What do you think you can improve more? How would you take the risk.
No questions
A basic question to calculate the correlation cofficient
What is mean-variance approach?
Write ols in python using numpy
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.
Viewing 2621 - 2630 interview questions