CodeNation Interview Experience

Top codenation 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 Last7963
2Count all subsequences having product less than K5844
3Backspace String Compare4674
4Maximum Sum Increasing Subsequence3915
5Painting Fence Algorithm3267
6Maximum path sum in a triangle3142
7Sequences of given length where every element is more than or equal to twice of previous3007
8Largest rectangular sub-matrix whose sum is 02819
9LCS (Longest Common Subsequence) of three strings2705
10Find maximum length Snake sequence2665
11Number of palindromic paths in a matrix2502
12A Space Optimized DP solution for 0-1 Knapsack Problem2434
13Count ways to reach the nth stair using step 1, 2 or 32325
14Difference Array | Range update query in O(1)2193
15Longest Increasing Subsequence2122
16K maximum sums of overlapping contiguous sub-arrays2057
17Matrix Chain Multiplication2009
18The Painter’s Partition Problem1971
19Number of siblings of a given Node in n-ary Tree1929
20Minimum insertions to form a palindrome with permutations allowed1861
21Red-Black Tree Introduction1760
22Longest Bitonic Subsequence1743
23Segment Tree1724
24Constant time range add operation on an array1672
25Range Queries for Longest Correct Bracket Subsequence1592
26Priority Queue1516
27Number of elements less than or equal to a given number in a given subarray1471
28Maximum weight transformation of a given string1401
29Maximum Subarray Sum Excluding Certain Elements1400
Translate »