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 Last8686
2Reverse a String using Stack8088
3Convert array into Zig-Zag fashion6350
4Implementation of Deque using Doubly Linked List6133
5Minimum Operations to convert X to Y4887
6Minimum swaps required to bring all elements less than or equal to k together4870
7Maximum Distance Between two Occurrences of Same Element in Array4440
8Most Frequent Element in an Array4439
9Implement a stack using single queue4358
10Number of NGEs to the Right4084
11Stack Permutations (Check if an array is stack permutation of other)3905
12Longest subsequence such that difference between adjacents is one3885
13Difference between highest and least frequencies in an array3796
14Maximum Consecutive Numbers Present in an Array3746
15Reverse a Stack Using Recursion3614
16Priority Queue in C++3550
17Tower Of Hanoi3519
18How to Implement Stack Using Priority Queue or Heap?3484
19Tracking current Maximum Element in a Stack3482
20Morris Traversal3469
21Check if stack elements are pairwise consecutive3366
22Rearrange array such that even index elements are smaller and odd index elements are greater3351
23Group Multiple Occurrence of Array Elements Ordered by first Occurrence3228
24Maximize Elements Using Another Array3174
25Iterative Method to find Height of Binary Tree3116
26Top K Frequent Words3074
27Find the Subarray of given length with Least Average3054
28Print Fibonacci sequence using 2 variables2963
29How to Efficiently Implement k Stacks in a Single Array?2956
30Maximum Number of Chocolates to be Distributed Equally Among k Students2921
Translate ยป