Fourkites Interview Experience

Top fourkites interview questions

S.NoInterview QuestionNumber of times candidates experienced this question in interviews
1Check length of a String is Equal to the Number Appended at its Last8706
2Reverse a String using Stack8113
3Convert array into Zig-Zag fashion6366
4Implementation of Deque using Doubly Linked List6157
5Minimum Operations to convert X to Y4933
6Minimum swaps required to bring all elements less than or equal to k together4891
7Most Frequent Element in an Array4466
8Maximum Distance Between two Occurrences of Same Element in Array4462
9Implement a stack using single queue4385
10Number of NGEs to the Right4110
11Stack Permutations (Check if an array is stack permutation of other)3921
12Longest subsequence such that difference between adjacents is one3902
13Difference between highest and least frequencies in an array3819
14Maximum Consecutive Numbers Present in an Array3772
15Reverse a Stack Using Recursion3631
16Priority Queue in C++3579
17Morris Traversal3542
18Tower Of Hanoi3535
19Tracking current Maximum Element in a Stack3512
20How to Implement Stack Using Priority Queue or Heap?3509
21Check if stack elements are pairwise consecutive3384
22Rearrange array such that even index elements are smaller and odd index elements are greater3366
23Group Multiple Occurrence of Array Elements Ordered by first Occurrence3254
24Maximize Elements Using Another Array3188
25Iterative Method to find Height of Binary Tree3136
26Top K Frequent Words3090
27Find the Subarray of given length with Least Average3072
28How to Efficiently Implement k Stacks in a Single Array?2984
29Print Fibonacci sequence using 2 variables2979
30Remove brackets from an algebraic string containing + and – operators2963
Translate »