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 Last84392Reverse a String using Stack77393Convert array into Zig-Zag fashion60144Implementation of Deque using Doubly Linked List57605Minimum swaps required to bring all elements less than or equal to k together45906Minimum Operations to convert X to Y44767Maximum Distance Between two Occurrences of Same Element in Array41578Most Frequent Element in an Array41049Implement a stack using single queue406110Number of NGEs to the Right375211Stack Permutations (Check if an array is stack permutation of other)358312Longest subsequence such that difference between adjacents is one357813Difference between highest and least frequencies in an array353214Maximum Consecutive Numbers Present in an Array346515Reverse a Stack Using Recursion337216Priority Queue in C++329517How to Implement Stack Using Priority Queue or Heap?320918Tracking current Maximum Element in a Stack316519Tower Of Hanoi314620Rearrange array such that even index elements are smaller and odd index elements are greater311721Check if stack elements are pairwise consecutive306022Morris Traversal301823Maximize Elements Using Another Array293824Group Multiple Occurrence of Array Elements Ordered by first Occurrence292525Iterative Method to find Height of Binary Tree287226Top K Frequent Words283527Find the Subarray of given length with Least Average280428Print Fibonacci sequence using 2 variables271629How to Efficiently Implement k Stacks in a Single Array?267130Remove brackets from an algebraic string containing + and – operators2637