A open ended research question regarding multiple datasets
Quantitative Research Internship Interview Questions
4,818 quantitative research internship interview questions shared by candidates
tested knowledge about the etf, index industry. some questions about programming concepts and related to the coding test. Also some questions about understanding rebalancing, complexity of building indizes. many questions about the previous experience to test if i actually know what i was doing. not many behaviorals, few personality/ team fit questions in the last interview with hiring managers
Find the limit distributions of a markov chain.
Basic probability questions
What are the eigenvalues of the nxn matrix with n in the diagonal and 1 elsewhere?
The interview questions are similar to leetcode questions.
They asked me how to find the repeated digits recursively given a series of numbers. Dynamic programming with some sort of min problem. String oscillation.
Given a specific trading strategy and an input of stock prices, calculate the gain/loss at the end of the day
The test had the following questions (easy to difficult) 1) Enter a dimension(number) and verify if it can be a 3 dimensional figure (minimum dimension is 2) Eg. if you enter 8 -> (2 x 2 x 2) -> Yes 10 -> (5x2) -> No 12 -> (2x2x3) -> Yes
There is a one-dimensional garden of length n. In each position of the n length garden, a fountain has been installed. The fountain at the ith position has a value a[i] (1 <= i <= n) that describes the coverage limit of fountain i. A fountain can cover the range from the positon max((i-a[i]),1) to min ((i + a[i]),n). In the beginning, all the fountains are switched off. Determine the minimum number of fountains you need to activate so that the whole n length garden will b covered by water.
Viewing 561 - 570 interview questions