First round : basic math and finance question, then a second round with more specific questions about change of numéraire, products and models. C++ question also with some algorithmic questions and finally some brainteasers
Quantitative Interview Questions
10,154 quantitative interview questions shared by candidates
Algorithmic trading, options theory, data science, machine learning and statistics theory and fundamentals. Coding challenge.
Coding questions: sql(live coding), oop, python(iloc vs loc, yield) Statistics: ols assumption, q-q plot, machine learning, train model with data of small data size Behavioral questions...
basic probability questions, fixed income concepts, and basic programming
Some questions about BST for the technical portion
Cos'è la PD di un'impresa
What do you think will be the impact of the end of baking secrecy in Luxembourg?
why BlackRock
Name the OLS model assumptions.
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).
Viewing 9871 - 9880 interview questions