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 K6383
3Backspace String Compare5114
4Maximum Sum Increasing Subsequence4387
5Maximum path sum in a triangle3604
6Sequences of given length where every element is more than or equal to twice of previous3552
7Painting Fence Algorithm3522
8Largest rectangular sub-matrix whose sum is 03234
9Find maximum length Snake sequence3046
10LCS (Longest Common Subsequence) of three strings3033
11A Space Optimized DP solution for 0-1 Knapsack Problem2839
12Number of palindromic paths in a matrix2817
13Count ways to reach the nth stair using step 1, 2 or 32625
14Difference Array | Range update query in O(1)2546
15Longest Increasing Subsequence2455
16Matrix Chain Multiplication2355
17K maximum sums of overlapping contiguous sub-arrays2337
18The Painter’s Partition Problem2297
19Minimum insertions to form a palindrome with permutations allowed2251
20Number of siblings of a given Node in n-ary Tree2203
21Segment Tree2150
22Longest Bitonic Subsequence2129
23Red-Black Tree Introduction2111
24Constant time range add operation on an array1961
25Range Queries for Longest Correct Bracket Subsequence1920
26Number of elements less than or equal to a given number in a given subarray1877
27Priority Queue1833
28Maximum weight transformation of a given string1681
29Maximum Subarray Sum Excluding Certain Elements1678
Translate »