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 | 6140 |
| 2 | Find Index of Closing Bracket for a Given Opening Bracket in an Expression | 4375 |
| 3 | Balanced Expression with Replacement | 3576 |
| 4 | Rearrange an array in order – smallest, largest, 2nd smallest, 2nd largest | 3555 |
| 5 | Find distinct elements common to all rows of a matrix | 3489 |
| 6 | Check for Balanced Parentheses in an Expression | 3209 |
| 7 | Iterative Method to find Height of Binary Tree | 3116 |
| 8 | Golomb sequence | 3091 |
| 9 | Sort 0s 1s and 2s in an Array | 2951 |
| 10 | Check if Two Expressions With Brackets are Same | 2563 |
| 11 | Rearrange an array such that ‘arr[j]’ becomes ‘i’ if ‘arr[i]’ is ‘j’ | 2328 |