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 Last8510
2Reverse a String using Stack7883
3Convert array into Zig-Zag fashion6147
4Implementation of Deque using Doubly Linked List5889
5Minimum swaps required to bring all elements less than or equal to k together4709
6Minimum Operations to convert X to Y4560
7Maximum Distance Between two Occurrences of Same Element in Array4256
8Most Frequent Element in an Array4182
9Implement a stack using single queue4159
10Number of NGEs to the Right3898
11Longest subsequence such that difference between adjacents is one3675
12Stack Permutations (Check if an array is stack permutation of other)3675
13Difference between highest and least frequencies in an array3630
14Maximum Consecutive Numbers Present in an Array3538
15Reverse a Stack Using Recursion3467
16Priority Queue in C++3357
17How to Implement Stack Using Priority Queue or Heap?3300
18Tower Of Hanoi3288
19Tracking current Maximum Element in a Stack3259
20Rearrange array such that even index elements are smaller and odd index elements are greater3184
21Check if stack elements are pairwise consecutive3181
22Morris Traversal3135
23Group Multiple Occurrence of Array Elements Ordered by first Occurrence3050
24Maximize Elements Using Another Array3012
25Iterative Method to find Height of Binary Tree2940
26Top K Frequent Words2904
27Find the Subarray of given length with Least Average2872
28Print Fibonacci sequence using 2 variables2781
29How to Efficiently Implement k Stacks in a Single Array?2751
30Remove brackets from an algebraic string containing + and – operators2727
Translate »