3 sum , addition of 2 linked list
Junior Software Developer Interview Questions
4,366 junior software developer interview questions shared by candidates
Java core concepts, ds , sql
Explain Java's memory management. jhgu
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.
What security measures did you implement in your application to ensure user profiles are protected when idle for a certain amount of time?
Given a table you and another player play a game. each put a coin on the table, you start first. where do you put the first coin and what is your strategy to win.
Viewing 4361 - 4370 interview questions