What will be the value of C after running the following pseudo-code? a is 1 B is 100 C is 0 Loop 10000 times: C is average of a and B If a is equal to C or B is equal to C: Exit Loop Set a to B Set B to C ®A. Between 0 and 35 Ob. Between 35 and 45 Oc. Between 45 and 55 Qd. Between 55 and 65 Oe. Between 65 and 75 Of. Between 75 and 100
Quantitative Researcher Intern Interview Questions
2,685 quantitative researcher intern interview questions shared by candidates
You have a function F that computes the product of matrices. If X is MxN matrix and Y is NxK matrix then F(X,Y) is going to output matrix product X*Y and take MxNxK nanoseconds. You need to calculate a product of five matrices, P=A*B*C*D*E. The dimensions of the matrices are as follows: A is 2x100, B is 100x10, C is 10x10, D is 10x100, and E is 100x2. How many nanoseconds does it take to calculate P in the fastest way possible using only function F?
sudoku coding problem in leetcode
How automatic differentiation is implemented in TensorFlow.
- How to measure a default probability for a company ? - Compute expectation of min(X,Y) where X,Y are independent and uniform in [0,1] - How do you test and implement safeguards for your code ?
Happy number, maximum sum of sub sequence of an array
Flip 4 coins every time, what's the expected number of times to get 4 H
Person A walks up an escalator at 2 steps/second. Person B walks up an escalator at 3 steps/second. Person B gets on the escalator 5 seconds after A and arrives at the top X seconds after A. (I forgot the exact value of X) If the escalator is moving at 1 step/second, how many steps are visible on the escalator at a single point in time?
In ridge regression what happens to the expected value of the estimate if you perturb your data matrix?
What is quantitative analysis?
Viewing 241 - 250 interview questions