Top infoedge interview questions
| S.No | Interview Question | Number of times candidates experienced this question in interviews |
|---|---|---|
| 1 | Check if Two given Strings are Isomorphic to each other | 3720 |
| 2 | Longest Palindrome can be Formed by Removing or Rearranging Characters | 3709 |
| 3 | Queue using Stacks | 3515 |
| 4 | Program to Toggle all Characters in a String | 3190 |
| 5 | Sort a String According to Another String | 3178 |
| 6 | Check if String Follows Order of Characters by a Pattern or not | 2755 |
| 7 | Insertion in a Binary Tree | 2694 |
| 8 | Find subarray with given sum (Handles Negative Numbers) | 2518 |
| 9 | Print all triplets in sorted array that form AP | 2471 |
| 10 | Maximum Product of Indexes of Next Greater on Left and Right | 2319 |
| 11 | Find number of pairs in an array such that their XOR is 0 | 2285 |
| 12 | Iterative method to find ancestors of a given binary tree | 1868 |