Desenvolvedor Jr Interview Questions

6,294 desenvolvedor jr interview questions shared by candidates

first question was to receive a string that may contains numbers, minus/plus signs and other characters and return an integer with some rules - the first character that isn't a digit ends the number, and the only legal character before numbers is either minus or plus. the second was to receive a number and perform prime factorization on it.
avatar

Junior Software Developer

Interviewed at Microsoft

4
Dec 22, 2018

first question was to receive a string that may contains numbers, minus/plus signs and other characters and return an integer with some rules - the first character that isn't a digit ends the number, and the only legal character before numbers is either minus or plus. the second was to receive a number and perform prime factorization on it.

In the pen-and-paper round, all candidates were given the same problem statement. I am not entirely certain if this was the exact wording, but the core requirement was to design a system using abstraction and inheritance principles. Specifically, I had to create an abstract class named Hospital, define abstract methods such as getDescription(), and declare the required variables. Then, I needed to create a Person class with a string variable name, extend it into a Patient class, and override the getDescription() method. Additionally, I was asked to implement simple logic such as retrieving the next patient based on priority. The focus of the question was mainly on understanding abstraction, method overriding, class hierarchy, and applying basic low-level design concepts rather than solving a pure data structures problem.
avatar

Junior Java Software Developer

Interviewed at EPAM Systems

4
Feb 19, 2026

In the pen-and-paper round, all candidates were given the same problem statement. I am not entirely certain if this was the exact wording, but the core requirement was to design a system using abstraction and inheritance principles. Specifically, I had to create an abstract class named Hospital, define abstract methods such as getDescription(), and declare the required variables. Then, I needed to create a Person class with a string variable name, extend it into a Patient class, and override the getDescription() method. Additionally, I was asked to implement simple logic such as retrieving the next patient based on priority. The focus of the question was mainly on understanding abstraction, method overriding, class hierarchy, and applying basic low-level design concepts rather than solving a pure data structures problem.

Viewing 6261 - 6270 interview questions

Glassdoor has 6,294 interview questions and reports from Desenvolvedor jr interviews. Prepare for your interview. Get hired. Love your job.