I applied through a recruiter. I interviewed at Mobileum (Bengaluru)
Interview
3 interview rounds
Technical round
Technical round 2
Managerial round
Mobileum’s interview process was well-structured and transparent. It included an initial screening, technical interview, coding and problem-solving assessment, and an HR discussion. The interviewers were professional, and the process effectively evaluated technical skills, communication, and overall role suitability.
I applied through a recruiter. The process took 1 week. I interviewed at Mobileum (Bengaluru) in Sep 2025
Interview
There was a total of 2 rounds of Technical Interviews - One with the Technical Director and the second one with the Senior VP of Engineering.
The first technical round comprised of 4-5 coding questions (In C++ as the position was opened for CPP Developer). Difficulty level of the questions was gradually increasing, and in some cases the solution to a question lead to another sub question or an alternate solution.
The second technical round was mostly based on DSA, DAA, Design principles, S/W Architectures, and some topics related to networking (socket programming to be precise). The interviewer delved deep into each question and asked the most minute and basic details. They kept on digging until I reached to the point where it would meet their expected answer.
Interview questions [1]
Question 1
What data structure should we use to manage states in a State Machine or Stateful architecture?
And the follow up question: How does unordered map store data? What happens when there's a collision between two keys and how to avoid collision in unordered map?
It was medium difficulty interview of two rounds. First was coding and other was technical which followed by HR round with basic details and compensation discussion and the process was very smooth.
Interview questions [1]
Question 1
Implement linked list with scratch.
How do you tackle production defects in different scenarios. How to approach