On a scale of collaborative to completely independent, describe your work style.
Quantitative Associate Interview Questions
10,158 quantitative associate interview questions shared by candidates
Coding: Array length n. Integer k. Find the minimum sub-array length (no elements can be skipped) for which the sub-array has at least k distinct elements. If no such sub-array exists return -1. Implement naively. What is the complexity. Implement efficiently
1) dynamic programming: cansum(int a, list [b,c,d]), return whether a can be a sum of elements in the list; 2) option pricing: explain ito's lemma 3) two players, one bid a k from U(0,1), expectation of draws to bid the opponent
Pair programming problem solvable with dynamic programming
DP palindrome question, can be found on leetcode.
Dynamic programming, probability, regularization, feature selection
Intuition of zero-arbitrage in options pricing. Interviewer guided the thought process.
Finding relation among a big dataset
I don't remember much but it was pretty basic stuff.
Basic stats, one algorithm question, online coding tests.
Viewing 9701 - 9710 interview questions