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 Last8737
2Reverse a String using Stack8142
3Convert array into Zig-Zag fashion6396
4Implementation of Deque using Doubly Linked List6200
5Minimum Operations to convert X to Y4997
6Minimum swaps required to bring all elements less than or equal to k together4912
7Most Frequent Element in an Array4499
8Maximum Distance Between two Occurrences of Same Element in Array4492
9Implement a stack using single queue4414
10Number of NGEs to the Right4148
11Stack Permutations (Check if an array is stack permutation of other)3953
12Longest subsequence such that difference between adjacents is one3932
13Difference between highest and least frequencies in an array3846
14Maximum Consecutive Numbers Present in an Array3805
15Reverse a Stack Using Recursion3668
16Priority Queue in C++3603
17Morris Traversal3600
18Tower Of Hanoi3568
19Tracking current Maximum Element in a Stack3558
20How to Implement Stack Using Priority Queue or Heap?3549
21Check if stack elements are pairwise consecutive3412
22Rearrange array such that even index elements are smaller and odd index elements are greater3393
23Group Multiple Occurrence of Array Elements Ordered by first Occurrence3296
24Maximize Elements Using Another Array3218
25Iterative Method to find Height of Binary Tree3164
26Top K Frequent Words3120
27Find the Subarray of given length with Least Average3102
28How to Efficiently Implement k Stacks in a Single Array?3023
29Print Fibonacci sequence using 2 variables3007
30Remove brackets from an algebraic string containing + and – operators2992
Translate »