what is current SP500 level
Quantitativ Interview Questions
10,161 quantitativ interview questions shared by candidates
What is your visa situation?
They gave me mini projects. Not so many typical interview questions.
On a scale of collaborative to completely independent, describe your work style.
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.
Viewing 9701 - 9710 interview questions