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.
Quantitative Developer Interview Questions
612 quantitative developer interview questions shared by candidates
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.
Mental math questions, sequences then the programming challenges which were all things you could find/practice on Leetcode
Standard dynamic programming
Q: brackets eliminations. ex {{}} -> true; {)}( -> false; {}[] -> true
Write a class for a scenario using some kind of sorting.
count anagram groups, metro land festival, rotate matrix
Asking about Object-Oriented Concept Related Design Question
Viewing 271 - 280 interview questions