public class Person { Person father; Person mother; Gender gender; Integer age; List<Person> children; int level = 0; public enum Gender { Male, Female; } } For the above class, you basically have to implement 2 methods. public List<Person> getOldestSisters() public List<Person> getGreatestAncestors()
Perguntas de entrevista de Back End Software Engineer
138 Perguntas de entrevista compartilhadas pelos candidatos | back end software engineer
Some questions are not that clear . Eg. How can you find all instances of a class. I did not understand that.
You are given a 5L and a 3L jug. Both jugs are really oddly shaped and don't have any measure markings, so you can only fill the jug up to the top. Given unlimited water, can you somehow make 4L of water from these two jugs?
why do you use Flink, why do you use Kafka? Can you give a more detailed explanation?
Matrice qui représente les pixels d'une image. Faire la rotation de cet image de 90°
See my response to the interview process.
Going from a university developer position to a major enterprise development team, how can you convince me that you would be ready?
Given two sorted integer lists and a max size, merge them into one sorted list, but keep the size to the given maximum size. Ex: ([1,2,5] , [2,7,8], 4) -> ([1,2,2,5])
Nothing too complicated just basic programming question
What will your job be?
Exibindo 1 a 10 perguntas de entrevista