OOP/Algorithms/Data structures
Desenvolvedor Jr Interview Questions
6,294 desenvolvedor jr interview questions shared by candidates
reverse an array in place
Tell me about yourself
WAP to convert Decimal to Binary without using inbuilt functions.
.NET Framework basics
What are the programming languages that you know?
what are version of java what is constructor types of constructor this keyword
Do a code review, talk about carreer plans
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.
Q: How have you handled challenging working relationships in the past?
Viewing 6271 - 6280 interview questions