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