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 Last8402
2Reverse a String using Stack7653
3Convert array into Zig-Zag fashion5918
4Implementation of Deque using Doubly Linked List5658
5Minimum swaps required to bring all elements less than or equal to k together4539
6Minimum Operations to convert X to Y4396
7Maximum Distance Between two Occurrences of Same Element in Array4097
8Most Frequent Element in an Array4066
9Implement a stack using single queue4011
10Number of NGEs to the Right3709
11Stack Permutations (Check if an array is stack permutation of other)3533
12Longest subsequence such that difference between adjacents is one3524
13Difference between highest and least frequencies in an array3485
14Maximum Consecutive Numbers Present in an Array3382
15Reverse a Stack Using Recursion3316
16Priority Queue in C++3249
17How to Implement Stack Using Priority Queue or Heap?3161
18Tracking current Maximum Element in a Stack3100
19Tower Of Hanoi3073
20Rearrange array such that even index elements are smaller and odd index elements are greater3057
21Check if stack elements are pairwise consecutive3006
22Morris Traversal2957
23Maximize Elements Using Another Array2860
24Iterative Method to find Height of Binary Tree2820
25Group Multiple Occurrence of Array Elements Ordered by first Occurrence2801
26Top K Frequent Words2781
27Find the Subarray of given length with Least Average2749
28Print Fibonacci sequence using 2 variables2679
29How to Efficiently Implement k Stacks in a Single Array?2628
30Remove brackets from an algebraic string containing + and – operators2587
Translate »