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 Last7395
2Reverse a String using Stack6474
3Implementation of Deque using Doubly Linked List4758
4Convert array into Zig-Zag fashion4615
5Minimum swaps required to bring all elements less than or equal to k together3622
6Minimum Operations to convert X to Y3609
7Most Frequent Element in an Array3404
8Implement a stack using single queue3335
9Maximum Distance Between two Occurrences of Same Element in Array3167
10Longest subsequence such that difference between adjacents is one2860
11Number of NGEs to the Right2804
12Difference between highest and least frequencies in an array2748
13Maximum Consecutive Numbers Present in an Array2675
14Stack Permutations (Check if an array is stack permutation of other)2655
15Priority Queue in C++2632
16How to Implement Stack Using Priority Queue or Heap?2579
17Reverse a Stack Using Recursion2492
18Tracking current Maximum Element in a Stack2396
19Tower Of Hanoi2393
20Iterative Method to find Height of Binary Tree2365
21Check if stack elements are pairwise consecutive2356
22Rearrange array such that even index elements are smaller and odd index elements are greater2314
23Top K Frequent Words2213
24Find the Subarray of given length with Least Average2151
25Morris Traversal2112
26Maximize Elements Using Another Array2100
27Maximum Number of Chocolates to be Distributed Equally Among k Students2085
28How to Efficiently Implement k Stacks in a Single Array?2057
29Group Multiple Occurrence of Array Elements Ordered by first Occurrence2026
30Remove brackets from an algebraic string containing + and – operators2013
Translate »