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 | 3491 |
2 | Check if Two given Strings are Isomorphic to each other | 3455 |
3 | Queue using Stacks | 3208 |
4 | Sort a String According to Another String | 2928 |
5 | Program to Toggle all Characters in a String | 2918 |
6 | Check if String Follows Order of Characters by a Pattern or not | 2533 |
7 | Insertion in a Binary Tree | 2429 |
8 | Find subarray with given sum (Handles Negative Numbers) | 2292 |
9 | Print all triplets in sorted array that form AP | 2224 |
10 | Maximum Product of Indexes of Next Greater on Left and Right | 2131 |
11 | Find number of pairs in an array such that their XOR is 0 | 2054 |
12 | Iterative method to find ancestors of a given binary tree | 1649 |