Design an algorithm that finds the n-th positive integer of the form 2^k 3^l
Quantitative Research Internship Interview Questions
4,854 quantitative research internship interview questions shared by candidates
What is the inverse of this 5x5 matrix
diff between python list and numpy array design oop
First Q: Combination and ranking, precision Second Q: string processing Third Q: string processing
1. Given array find median of elements that are less than given number k. k exist in the array 2. Find number of polindrome dates (MMDDYYYY) in century (ex 1000-9999). 3. You are given an array of numbers (old trades) with label (good, bad). Predict label for the new array. I spent a lot of time thinking about it, but it seems very simple question. Solved with simple approach got 4/5 test cases. 4. Given a grid with 0s -1s and 1. You can walk on 0s only and try to reach 1s. Print if you can reach or not. I think related to path finding algorithm. Hope this will be helpful to someone else.
1. Rotate a matrix anti-clockwise (matrix can be rectangle too) 2. Given a sorted array, find the median of the subarray with values greater than or equal to k 3. Given lines, count all words and alpha characters 4. Design an orderbook
Matrix rotation, design order book, find median of subarray
1. input: (array, k), find median of the subarray which includes numbers smaller than or equal to k . 2. matrix rotation 3. orderbook 4. parsing words.
Find patterns in a sequence of numbers that make no sense
Mental math questions, sequences then the programming challenges which were all things you could find/practice on Leetcode
Viewing 2381 - 2390 interview questions