Perguntas de entrevista de Back End Software Engineer

138 Perguntas de entrevista compartilhadas pelos candidatos | back end software engineer

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()
avatar

Senior Software Engineer, Java Back End

Entrevista na empresa Veeva Systems

3.5
19 de ago. de 2015

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()

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?
avatar

Back-end Software Engineer

Entrevista na empresa Grow Technologies

5
25 de jul. de 2017

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?

Exibindo 1 a 10 perguntas de entrevista

O Glassdoor tem 138 perguntas e relatórios de entrevistas do cargo de Back end software engineer. Prepare-se para sua entrevista. Conquiste a vaga perfeita na empresa dos seus sonhos!