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 Last7498
2Reverse a String using Stack6581
3Implementation of Deque using Doubly Linked List4850
4Convert array into Zig-Zag fashion4708
5Minimum swaps required to bring all elements less than or equal to k together3683
6Minimum Operations to convert X to Y3665
7Most Frequent Element in an Array3449
8Implement a stack using single queue3398
9Maximum Distance Between two Occurrences of Same Element in Array3240
10Longest subsequence such that difference between adjacents is one2919
11Number of NGEs to the Right2856
12Difference between highest and least frequencies in an array2816
13Maximum Consecutive Numbers Present in an Array2741
14Stack Permutations (Check if an array is stack permutation of other)2719
15Priority Queue in C++2689
16How to Implement Stack Using Priority Queue or Heap?2621
17Reverse a Stack Using Recursion2545
18Tracking current Maximum Element in a Stack2453
19Tower Of Hanoi2444
20Check if stack elements are pairwise consecutive2408
21Iterative Method to find Height of Binary Tree2394
22Rearrange array such that even index elements are smaller and odd index elements are greater2379
23Top K Frequent Words2266
24Morris Traversal2214
25Find the Subarray of given length with Least Average2202
26Maximize Elements Using Another Array2158
27Maximum Number of Chocolates to be Distributed Equally Among k Students2123
28How to Efficiently Implement k Stacks in a Single Array?2104
29Group Multiple Occurrence of Array Elements Ordered by first Occurrence2091
30Remove brackets from an algebraic string containing + and – operators2060
Translate »