Java core concepts, ds , sql
Desenvolvedor Jr Interview Questions
6,294 desenvolvedor jr interview questions shared by candidates
Mainly focused on Data Structures and Algorithms
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.
Tell me about yourself
- Asked why I wanted to work at Gentrack -Calculate the fibonacci sequence on paper - Fizzbuzz test on paper - Difference between Array and ArrayList - Difference between List, set and HashMap - Describe LinkedList
How will you make a class Singleton?
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 should we expect from you?
As perguntas foram comum de rh, um processo bem humanizado.
What is a recent challenge you had to overcome as a team?
Viewing 6261 - 6270 interview questions