What computer language do you use?
Quantitative Research Intern Interview Questions
815 quantitative research intern interview questions shared by candidates
Was asked not to disclose interview questions.
No difficulty in answering the questions. However, get rejected without careful explanation.
Dynamic Programming problems in python. Find minimum number of groups of items in an array given certain specific constraints. String manipulation. All worded like real problems.
Indep normal, conditional density on summation.
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
Coding questions in python language
All the questions are trivial. One example would be reversing a string.
How to find optimal weight for a probability problem.
the difference between futures, forwards and options
Viewing 771 - 780 interview questions