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 Last8439
2Count all subsequences having product less than K6384
3Backspace String Compare5115
4Maximum Sum Increasing Subsequence4388
5Maximum path sum in a triangle3605
6Sequences of given length where every element is more than or equal to twice of previous3553
7Painting Fence Algorithm3523
8Largest rectangular sub-matrix whose sum is 03235
9Find maximum length Snake sequence3047
10LCS (Longest Common Subsequence) of three strings3034
11A Space Optimized DP solution for 0-1 Knapsack Problem2840
12Number of palindromic paths in a matrix2818
13Count ways to reach the nth stair using step 1, 2 or 32626
14Difference Array | Range update query in O(1)2547
15Longest Increasing Subsequence2457
16Matrix Chain Multiplication2356
17K maximum sums of overlapping contiguous sub-arrays2338
18The Painter’s Partition Problem2297
19Minimum insertions to form a palindrome with permutations allowed2251
20Number of siblings of a given Node in n-ary Tree2204
21Segment Tree2151
22Longest Bitonic Subsequence2130
23Red-Black Tree Introduction2112
24Constant time range add operation on an array1961
25Range Queries for Longest Correct Bracket Subsequence1921
26Number of elements less than or equal to a given number in a given subarray1878
27Priority Queue1835
28Maximum weight transformation of a given string1682
29Maximum Subarray Sum Excluding Certain Elements1679
Translate »