Top yatra interview questions
S.No | Interview Question | Number of times candidates experienced this question in interviews |
---|---|---|
1 | First element occurring k times in an array | 5888 |
2 | Find Index of Closing Bracket for a Given Opening Bracket in an Expression | 3966 |
3 | Balanced Expression with Replacement | 3328 |
4 | Rearrange an array in order – smallest, largest, 2nd smallest, 2nd largest | 3294 |
5 | Find distinct elements common to all rows of a matrix | 3216 |
6 | Check for Balanced Parentheses in an Expression | 2936 |
7 | Iterative Method to find Height of Binary Tree | 2872 |
8 | Golomb sequence | 2723 |
9 | Sort 0s 1s and 2s in an Array | 2670 |
10 | Check if Two Expressions With Brackets are Same | 2307 |
11 | Rearrange an array such that ‘arr[j]’ becomes ‘i’ if ‘arr[i]’ is ‘j’ | 2104 |