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