Some question on linear algebra, ask you to construct infinite norm, etc.
Senior Quantitative Research Analyst Interview Questions
4,829 senior quantitative research analyst interview questions shared by candidates
I applied the Quantitative Researcher-Machine Learning track. Since I did not go into the phone interview, I think the interview questions should include some basic machine learning knowledge.
describe a most proud project
Indep normal, conditional density on summation.
Find the integral points inside a triangle which has the shortest distance to the three vertices
3 Questions. Programming, Math, Trading.
Given a stock strategy, write code to simulate the result.
Probability quizzes about dice throws
Problem Analysis: A k-star consists of a center node and up to k arms (edges to other nodes) We need to find the k-star with maximum sum of all its nodes For each potential center, we choose the best neighbors (up to k) to maximize sum Algorithm: Build an adjacency list from the edges For each node as a potential center: Get all its neighbors Sort neighbors by their values (descending) Select up to k best neighbors Calculate sum: center + selected neighbors Return the maximum sum found
flip a coin the expected number to get two H
Viewing 4631 - 4640 interview questions