What is jvm? What is oops
Junior Java Developer Interviews
Junior Java Developer Interview Questions
"Junior developers are often responsible for writing the more monotonous and simple code required by senior members of the development team. Because of this, interviews will be designed to test your knowledge of the fundamentals of Java so be prepared to answer technical questions that you likely came across in college. Data structures and algorithms will be heavily emphasised. A bachelor's degree or equivalent work experience is required. "
3,798 junior java developer interview questions shared by candidates
Abstraction vs encapsulation Hashmap and array coding questions
Patrones de disenio, core java
Testing my knowledge in core java
Build a Spring Boot application with some requirements
why should i hire you ?
Basics of Java Easy to Medium
the differences between abstract c and interface; overload and overloading ||diamond problem || dependency injection
Principios de OOP, SOLID ACID
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 3731 - 3740 interview questions