Tip 1 : Daily practice programming
Tip 2 : Work with honesty
Tip 3 : Do with utmost dedication
Tip 1 : Write with honesty
Tip 2 : Mention about your achievements
It was very good



A substring is a contiguous sequence of elements within a string (for example, “bcd” is a substring of “abcde” while “bce” is not).
A string is said to be palindrome if the reverse of the string is the same as the actual string. For example, “abba” is a palindrome, but “abbc” is not a palindrome.


1. In a row, after selecting an element at a given position, you cannot select the element directly below it
2. You can only select elements that are not directly below the previously selected element.
It was a good interview
They gave me real time scenario to solve:
How would you handle a lazy colleague?
Tip 1 : Work rigorously
Tip 2 : Be honest
Tip 3 : Break the situation in parts

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?