Given a specific trading strategy and an input of stock prices, calculate the gain/loss at the end of the day
Quantitative Associate Interview Questions
10,161 quantitative associate interview questions shared by candidates
There is a one-dimensional garden of length n. In each position of the n length garden, a fountain has been installed. The fountain at the ith position has a value a[i] (1 <= i <= n) that describes the coverage limit of fountain i. A fountain can cover the range from the positon max((i-a[i]),1) to min ((i + a[i]),n). In the beginning, all the fountains are switched off. Determine the minimum number of fountains you need to activate so that the whole n length garden will b covered by water.
Write a Python function to rotate the elements of an N-by-N matrix by 90, 180, or 270 degrees in either a clockwise or counterclockwise direction.
Throttling Gateway
The interview questions are similar to leetcode questions.
Ask to finish 2 programming questions in hackerrank for 1 hour.
Design a class that can handle streaming prices data and implement function for get the top 5 prices and the other function for the most frequest price.
Hedging strategy for a benchmark when the share of a particular constituent increases
The first interviewer was very unfriendly and the second interviewer was friendly. Due to my statistics background, they both asked some statistical questions including design of experiments for an effective advertising campaign, comparison of two survey results, coding questions and how to handle multicollinearity in predictors and large dimensional data, etc.
derive variance of a distribution
Viewing 1281 - 1290 interview questions