1. code the n term of Fibonacci, using iteration, then use recursion only, then use recursion and memorization. What is the time complexity and space complexity for all three cases. 2. Linear regression of X and y, X is n-dimensional and y is 1-dimensional, how would beta, standard error of beta, r2, and t-stat of beta change if you duplicate the data. Can you explain the results intuitively? 3 London has p probability of rain. You have 3 friends, they have 2/3 probability of telling truth, and 1/3 probability lying. Suppose all friends tell you rain, what is the probability it rains? 4. Leetcode
Research Assistant Interview Questions
69,956 research assistant interview questions shared by candidates
Chance that a student passes the test is 10%. What is the chance that out of 400 students AT LEAST 50 pass the test? Check the closest answer: The offered answers were 5%, 10%, 15%, 20%, 25%.
Suppose you come forward with a usability recommendation, and the engineers counter that with, “All the usage data we have from millions of people suggest that is not a problem.” How would you respond?
How to build a dictionary in such a way that it'd be efficient to search for all valid words which are permutations of a given string?
Suppose there is a point A on road. From this point, probability of any car to pass in 20 min. is p; then tell what is probability for any car to pass in 2 min.?
I may fill some phone interview questions, maybe not.
Are you able to work independently and what do u expect from ur line manager
Are you really interested to do research on the specified topic?
A, B and C are time series and the following rhos represent their correlation coefficients. rho(A,B)=0.7, rho(B,C)=0.8, what is rho(A,C)? Why the correlation matrix is positive semi-definite?
You keep rolling a fair die with 6 sides. What is the average number of rolling to obtain consecutive six 6s for the first time?
Viewing 71 - 80 interview questions