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 Last7463
2Count all subsequences having product less than K5433
3Backspace String Compare4308
4Maximum Sum Increasing Subsequence3500
5Painting Fence Algorithm2965
6Maximum path sum in a triangle2722
7Sequences of given length where every element is more than or equal to twice of previous2609
8Largest rectangular sub-matrix whose sum is 02520
9LCS (Longest Common Subsequence) of three strings2430
10Find maximum length Snake sequence2332
11Number of palindromic paths in a matrix2184
12A Space Optimized DP solution for 0-1 Knapsack Problem2128
13Count ways to reach the nth stair using step 1, 2 or 32015
14Difference Array | Range update query in O(1)1930
15Longest Increasing Subsequence1855
16K maximum sums of overlapping contiguous sub-arrays1831
17Matrix Chain Multiplication1724
18The Painter’s Partition Problem1675
19Number of siblings of a given Node in n-ary Tree1663
20Minimum insertions to form a palindrome with permutations allowed1567
21Red-Black Tree Introduction1478
22Constant time range add operation on an array1436
23Longest Bitonic Subsequence1435
24Segment Tree1390
25Priority Queue1338
26Range Queries for Longest Correct Bracket Subsequence1326
27Number of elements less than or equal to a given number in a given subarray1234
28Maximum weight transformation of a given string1172
29Maximum Subarray Sum Excluding Certain Elements1110
Translate »