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 Last8473
2Count all subsequences having product less than K6467
3Backspace String Compare5151
4Maximum Sum Increasing Subsequence4440
5Maximum path sum in a triangle3649
6Sequences of given length where every element is more than or equal to twice of previous3596
7Painting Fence Algorithm3553
8Largest rectangular sub-matrix whose sum is 03273
9LCS (Longest Common Subsequence) of three strings3089
10Find maximum length Snake sequence3087
11A Space Optimized DP solution for 0-1 Knapsack Problem2880
12Number of palindromic paths in a matrix2856
13Count ways to reach the nth stair using step 1, 2 or 32671
14Difference Array | Range update query in O(1)2595
15Longest Increasing Subsequence2496
16Matrix Chain Multiplication2418
17K maximum sums of overlapping contiguous sub-arrays2378
18The Painter’s Partition Problem2331
19Minimum insertions to form a palindrome with permutations allowed2310
20Number of siblings of a given Node in n-ary Tree2227
21Segment Tree2204
22Longest Bitonic Subsequence2180
23Red-Black Tree Introduction2148
24Constant time range add operation on an array1996
25Range Queries for Longest Correct Bracket Subsequence1954
26Number of elements less than or equal to a given number in a given subarray1918
27Priority Queue1864
28Maximum weight transformation of a given string1706
29Maximum Subarray Sum Excluding Certain Elements1706
Translate »