Tip 1 : Practice at-least 200-250 questions from different topics.
Tip 2 : Prepare aptitude well.
Tip 1 : Resume should be always one pager.
Tip 2 : Mention all your projects and if you have a good score mention it on top.
The round had questions from all different topics like speed and distance, profit and loss, upstream and downstream etc.
The interviewer was quite friendly. There were two questions one from arrays and other one from strings.



If a string has 'x' repeated 5 times, replace this "xxxxx" with "x5".
The string is compressed only when the repeated character count is more than 1.
Consecutive count of every character in the input string is less than or equal to 9. You are not required to print anything. It has already been taken care of. Just implement the given function and return the compressed string.




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