Fourkites Interview ExperienceTop fourkites interview questionsS.NoInterview QuestionNumber of times candidates experienced this question in interviews1Check length of a String is Equal to the Number Appended at its Last85102Reverse a String using Stack78833Convert array into Zig-Zag fashion61474Implementation of Deque using Doubly Linked List58895Minimum swaps required to bring all elements less than or equal to k together47096Minimum Operations to convert X to Y45607Maximum Distance Between two Occurrences of Same Element in Array42568Most Frequent Element in an Array41829Implement a stack using single queue415910Number of NGEs to the Right389811Longest subsequence such that difference between adjacents is one367512Stack Permutations (Check if an array is stack permutation of other)367513Difference between highest and least frequencies in an array363014Maximum Consecutive Numbers Present in an Array353815Reverse a Stack Using Recursion346716Priority Queue in C++335717How to Implement Stack Using Priority Queue or Heap?330018Tower Of Hanoi328819Tracking current Maximum Element in a Stack325920Rearrange array such that even index elements are smaller and odd index elements are greater318421Check if stack elements are pairwise consecutive318122Morris Traversal313523Group Multiple Occurrence of Array Elements Ordered by first Occurrence305024Maximize Elements Using Another Array301225Iterative Method to find Height of Binary Tree294026Top K Frequent Words290427Find the Subarray of given length with Least Average287228Print Fibonacci sequence using 2 variables278129How to Efficiently Implement k Stacks in a Single Array?275130Remove brackets from an algebraic string containing + and – operators2727