Ask to finish 2 programming questions in hackerrank for 1 hour.
Quantitative Researcher Intern Interview Questions
2,685 quantitative researcher intern interview questions shared by candidates
Probability X > Y, X ~ N(0,2), Y ~ N(0,1)
Describe your favourite statistic concept as if I was five years old
Write a program and output all the prime number smaller than an integer N
What is the data structure of dictionary in Python?
Suppose there are n lily pads located on a unit circle, and a frog initially is sitting on one of them at time = 0. Every minute this frog will make a jump to the lily pad that is next to it, either to the left or to the right with probability = 1/2. Find the expected time in minutes for this frog to visit every lily pad on the unit circle.
You flip a weighted coin that comes up Heads 40% of the time and Tails 60%. If you flip this coin 5 times, what is the probability that you see at least 3 Tails, rounded to the nearest percent?
Min cost to climb the stairs (DP). I think a same problem exists on Leetcode.
questions on linear regression and statistics
Longest increasing subsequence Some sliding window hard
Viewing 321 - 330 interview questions