Tip 1 : clear your basics with practice
Tip 2 : do self projects
Tip 3 : each day give some time to study.
Tip 1 : Write only what you know, people add random skills just to to get shortlisted, but get rejected at the time of interview because they actually don't know the skills
Tip 2 : instead of wasting yours and interviewers time be honest with yourself and them. Add the level scale infront of your skill to make them understand how much you know.



For the given string “what we think we become”
“what”,” think”, and “become” occurs 1 time, and “we” occurs 2 times in the given string.
I did the question using hashmap storing the char in key and there no of occurrence in value
It was managerial round



I stored the char in string in array and did array.sort

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?