S.No |
Interview Question |
Number of times candidates experienced this question in interviews |
1 | Reverse String Without Temporary Variable | 3153 |
2 | Three way partitioning of an array around a given range | 1293 |
3 | Find the subarray with least average | 1252 |
4 | Given an Array of Pairs Find all Symmetric Pairs in it | 1122 |
5 | Cumulative Frequency of Count of Each Element in an Unsorted Array | 1052 |
6 | Count ways to reach the nth stair using step 1, 2 or 3 | 960 |
7 | Minimum number of jumps to reach end | 919 |
8 | Find subarray with given sum (Handles Negative Numbers) | 857 |
9 | Minimum number of subsets with distinct elements | 852 |
10 | Range sum queries without updates | 773 |
11 | Count quadruples from four sorted arrays whose sum is equal to a given value x | 733 |
12 | Topological Sorting | 717 |
13 | Find the minimum distance between two numbers | 704 |
14 | Swap Nodes In Pairs | 641 |
15 | Find number of pairs in an array such that their XOR is 0 | 613 |
16 | Print modified array after multiple array range increment operations | 589 |
17 | Count Pairs Whose Products Exist in Array | 529 |