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 Last8575
2Count all subsequences having product less than K6653
3Backspace String Compare5272
4Maximum Sum Increasing Subsequence4653
5Maximum path sum in a triangle3768
6Sequences of given length where every element is more than or equal to twice of previous3690
7Painting Fence Algorithm3660
8Largest rectangular sub-matrix whose sum is 03378
9LCS (Longest Common Subsequence) of three strings3227
10Find maximum length Snake sequence3218
11A Space Optimized DP solution for 0-1 Knapsack Problem3011
12Number of palindromic paths in a matrix2964
13Count ways to reach the nth stair using step 1, 2 or 32785
14Difference Array | Range update query in O(1)2760
15Longest Increasing Subsequence2635
16Matrix Chain Multiplication2528
17K maximum sums of overlapping contiguous sub-arrays2501
18The Painter’s Partition Problem2458
19Minimum insertions to form a palindrome with permutations allowed2449
20Longest Bitonic Subsequence2358
21Segment Tree2336
22Number of siblings of a given Node in n-ary Tree2317
23Red-Black Tree Introduction2278
24Constant time range add operation on an array2096
25Range Queries for Longest Correct Bracket Subsequence2077
26Number of elements less than or equal to a given number in a given subarray2015
27Priority Queue1977
28Maximum Subarray Sum Excluding Certain Elements1802
29Maximum weight transformation of a given string1789
Translate »