Write a program that takes a string as input (e.g., "aaabcccfffghh") and returns a string representing the characters and their occurrences. For example, the output for the given input should be "a3b1c3f3g1h2".

AnswerBot
2y
Program to return character and their occurrence in a string.
Iterate through the string and count the occurrence of each character.
Store the count in a dictionary or hashmap.
Create a new string by con...read more
Help your peers!
Add answer anonymously...
Nagarro Senior Engineer interview questions & answers
A Senior Engineer was asked 8mo agoQ. What are the test cases for a calculator application?
A Senior Engineer was asked Q. Describe the project architecture from a technical perspective, and explain your...read more
A Senior Engineer was asked Q. How would you implement this in Mendix?
Popular interview questions of Senior Engineer
A Senior Engineer was asked 8mo agoQ1. What are the test cases for a calculator application?
A Senior Engineer was asked Q2. Describe the project architecture from a technical perspective, and explain your...read more
A Senior Engineer was asked Q3. How would you implement this in Mendix?
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

