A open ended research question regarding multiple datasets
Quantitative Analyst Internship Interview Questions
10,229 quantitative analyst 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
First round - 2 coding questions 2nd question: Asks you to compute the stock price averaged over time.
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.
What is time complexity in Python? What is multiple inheritance? Can you explain this? etc
Coding interview was based on Python and probability questions. Coding interview had string manipulation and tokenization question & one dynamic programming question
Programming to determine whether 2 triangles are equivalent? Equivalence is defined as one triangle can exactly covered by another after spinning and moving.
Find a point within the triangle that minimize the sum of distances to vertices
Expected probability questions through assessment.
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
Viewing 1271 - 1280 interview questions