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 | 6091 |
| 2 | Find Index of Closing Bracket for a Given Opening Bracket in an Expression | 4287 |
| 3 | Balanced Expression with Replacement | 3524 |
| 4 | Rearrange an array in order – smallest, largest, 2nd smallest, 2nd largest | 3502 |
| 5 | Find distinct elements common to all rows of a matrix | 3429 |
| 6 | Check for Balanced Parentheses in an Expression | 3158 |
| 7 | Iterative Method to find Height of Binary Tree | 3066 |
| 8 | Golomb sequence | 2995 |
| 9 | Sort 0s 1s and 2s in an Array | 2892 |
| 10 | Check if Two Expressions With Brackets are Same | 2509 |
| 11 | Rearrange an array such that ‘arr[j]’ becomes ‘i’ if ‘arr[i]’ is ‘j’ | 2282 |