Tip 1 : do coding everyday
Tip 2 : data structures are very important
Tip 3 : practice practically
Tip 1 : resume should not be too flashy
Tip 2 : your projects should be detailed
3 sections were there
1. English Section
2. Aptitude section
3. Coding section



‘N’ = 4, ‘S’ = “code”
Character ‘c’ gets changed to ‘b’.
Character ‘o’ gets changed to ‘p’.
Character ‘d’ gets changed to ‘c’.
Character ‘e’ gets changed to ‘f’.
Encoded string = “bpcf”
a) Pick the first character from the source string.
b) Append the picked character to the destination string.
c) Count the number of subsequent occurrences of the picked character and append the count to the destination string.
d) Pick the next character and repeat steps b) c) and d) if the end of the string is NOT reached.


*
**
***
****
For odd number row, values are being displayed in increasing order and for even number row, values are being displayed in decreasing order. The only other trick is to how to iterate the loops.
Basic HR questions like What are your Hobbies And what are your Future plans.
Managerial round
Tip 1:
Tip 2:
Tip 3:

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?