Basics of Java Easy to Medium
Junior Java Developer Interview Questions
3,909 junior java developer interview questions shared by candidates
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.
about experience with AWS - difference between Dynamo db and postgresql
basic questions about java springboot
Questions related to java and frameworks.
Conocimiento en java, base de datos, etc
Basic things, nothing to worry about. When can you start, what are your future goals, etc
Find the most frequent letters in a string using Stream API
Viewing 3851 - 3860 interview questions