S.No |
Interview Question |
Number of times candidates experienced this question in interviews |
1 | Find the smallest positive integer value that cannot be represented as sum of any subset of a given array | 3171 |
2 | The Celebrity Problem | 2588 |
3 | Three way partitioning of an array around a given range | 2527 |
4 | Difference between highest and least frequencies in an array | 2254 |
5 | Count subarrays having total distinct elements same as original array | 2019 |
6 | Find a sorted subsequence of size 3 in linear time | 1966 |
7 | Segregate 0s and 1s in an Array | 1496 |
8 | k-th missing element in increasing sequence which is not present in a given sequence | 1433 |
9 | Check in binary array the number represented by a subarray is odd or even | 1001 |
10 | Collect maximum points in a grid using two traversals | 970 |