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 Last7967
2Reverse a String using Stack7041
3Convert array into Zig-Zag fashion5308
4Implementation of Deque using Doubly Linked List5256
5Minimum swaps required to bring all elements less than or equal to k together4067
6Minimum Operations to convert X to Y4011
7Most Frequent Element in an Array3744
8Implement a stack using single queue3719
9Maximum Distance Between two Occurrences of Same Element in Array3643
10Number of NGEs to the Right3302
11Longest subsequence such that difference between adjacents is one3222
12Difference between highest and least frequencies in an array3173
13Maximum Consecutive Numbers Present in an Array3078
14Stack Permutations (Check if an array is stack permutation of other)3049
15Priority Queue in C++3002
16How to Implement Stack Using Priority Queue or Heap?2907
17Reverse a Stack Using Recursion2891
18Tracking current Maximum Element in a Stack2759
19Check if stack elements are pairwise consecutive2721
20Tower Of Hanoi2715
21Rearrange array such that even index elements are smaller and odd index elements are greater2688
22Iterative Method to find Height of Binary Tree2615
23Morris Traversal2566
24Top K Frequent Words2513
25Maximize Elements Using Another Array2471
26Find the Subarray of given length with Least Average2452
27Group Multiple Occurrence of Array Elements Ordered by first Occurrence2357
28How to Efficiently Implement k Stacks in a Single Array?2335
29Print Fibonacci sequence using 2 variables2330
30Maximum Number of Chocolates to be Distributed Equally Among k Students2319
Translate ยป