tell me about yourself
Back End Developer Interview Questions
1,559 back end developer interview questions shared by candidates
In the technical interview the engineer also had live code writing using a tool that allowed him to share code with me in the meeting. In this portion he had me identify code that would cause a deadlock, write an equals method by hand, and write a method that summed the highest two integers in a list.
Quais as suas dificuldades na realização do desafio?
O que eu sabia sobre a empresa?
Qual foi o seu maior case de sucesso?
How to maintain the median at each instance given a infinite sequence of integers
Crie um algoritmo que liste todos os números de 4 dígitos cuja soma dos dígitos seja igual à 21 e todos os 4 dígitos seja menor ou igual o dígito da entrada.
Está disposto a trabalhar em novos desafios? Está disposto a crescer e desenvolver em projetos diferenciados e fora da zona de conforto? Tem disponibilidade ou vontade de aprender novas stacks e trabalhar em projetos diversificados?
Se era um problema trabalhar presencial?
question like: ArrayList list = new ArrayList(); for (i =0; i < 10000;i++) { list.add(i); } do you see a problem here ? you add to answer that this list is slower than the new List object and there is a danger of mixing different object type in the same list. I didn't event think of that because you are looking for the catch. and it goes on like this the hole interview.
Viewing 111 - 120 interview questions