Desenvolvedor Java Interview Questions

Desenvolvedor Java Interview Questions

Prepare-se para responder a perguntas técnicas que testam seu conhecimento básico de Java. Os entrevistadores também podem fazer perguntas abertas para avaliar suas habilidades de codificação e solução de problemas. Prepare-se para perguntas não técnicas relacionadas à sua gestão de tempo, comunicação interpessoal e ética profissional.

Principais perguntas de entrevista para desenvolvedor(a) Java e como respondê-las

Question 1

Pergunta 1: Qual é a diferença entre HashTable e HashMap no Java?

How to answer
Como responder: Os entrevistadores usam perguntas técnicas para avaliar seu treinamento formal e seu conhecimento da linguagem de programação Java. Demonstre suas habilidades de comunicação. Mesmo que você tenha bastante experiência com codificação, revise os conceitos básicos de Java antes da entrevista.
Question 2

Pergunta 2: Crie um programa para determinar se 243 é um número de Armstrong.

How to answer
Como responder: Os entrevistadores usam perguntas abertas para testar suas habilidades de codificação. Essa pergunta avalia sua capacidade de solucionar problemas usando um algoritmo Java. Explique seu raciocínio usando um editor de código ou uma lousa para resolver o problema.
Question 3

Pergunta 3: Como você cria códigos de qualidade quando precisa trabalhar em vários projetos Java ao mesmo tempo?

How to answer
Como responder: Desenvolvedores Java normalmente trabalham em vários projetos ao mesmo tempo. Os entrevistadores usam perguntas como essa para testar suas habilidades organizacionais e de gestão de tempo. Além disso, eles também avaliam seu compromisso com um trabalho de qualidade. Se você tiver experiência na área, inclua exemplos de trabalhos que demonstram alta qualidade e gestão de tempo eficaz.

30,842 desenvolvedor java interview questions shared by candidates

round 1: Why coming to Berlin from India? Why Zalando? What do you know about Zalando? Salary expectations? Do you have any questions? round 2: Tell me about about a situation when there has been a conflict between you and your colleague, how you resolved it. Tell me about about a situation when there has been a conflict between two of your colleagues, they approached how you resolved it. How do you convince people to choose a technology? Tell me about about a situation when you went against odds / didn't listen to your manager. How you convince people to help you with technical issues. Tell me about about a situation which proves you are motivated to take up challenges and learn new technologies. How you choose a a particular technology/solution from among multiple technologies/solutions.
avatar

Back End Developer (Java)

Interviewed at Zalando

3.6
Nov 22, 2015

round 1: Why coming to Berlin from India? Why Zalando? What do you know about Zalando? Salary expectations? Do you have any questions? round 2: Tell me about about a situation when there has been a conflict between you and your colleague, how you resolved it. Tell me about about a situation when there has been a conflict between two of your colleagues, they approached how you resolved it. How do you convince people to choose a technology? Tell me about about a situation when you went against odds / didn't listen to your manager. How you convince people to help you with technical issues. Tell me about about a situation which proves you are motivated to take up challenges and learn new technologies. How you choose a a particular technology/solution from among multiple technologies/solutions.

aptitude are from number series and mixtures, C,C++ are from pointers Java from Threads, In programming round they asked, Program to print matrix in spiral form, Program to reverse vowels alone in a given string program to push all zeros to right side in an array and order should be maintained program to print name in a list like below if list contains 10-20 strings and if input is like c*i o/p should print all string in a list contains words starting with 'c' and ending with 'i' eg: list = [chennai, covai, madurai, delhi, dubai, mumbai] then if i/p = c*i o/p-->> chennai, covai if i/p = d*i o/p --->> dubai, delhi
avatar

Java Developer

Interviewed at Zoho

4.2
Feb 23, 2017

aptitude are from number series and mixtures, C,C++ are from pointers Java from Threads, In programming round they asked, Program to print matrix in spiral form, Program to reverse vowels alone in a given string program to push all zeros to right side in an array and order should be maintained program to print name in a list like below if list contains 10-20 strings and if input is like c*i o/p should print all string in a list contains words starting with 'c' and ending with 'i' eg: list = [chennai, covai, madurai, delhi, dubai, mumbai] then if i/p = c*i o/p-->> chennai, covai if i/p = d*i o/p --->> dubai, delhi

Implement a method 'find' that will find the starting index (zero based) where the second list occurs as a sub-list in the first list. It should return -1 if the sub-list cannot be found. Arguments are always given, not empty. Sample Input 1 list1 = (1, 2, 3) list2 = (2, 3) Sample Output 1 1 Explanation As second list (2, 3) is sub-list in first list (1, 2, 3) at index 1 Sample Input 2 list1 = (1, 2, 3) list2 = (3, 2) Sample Output 2 -1
avatar

Senior Java Developer

Interviewed at Atlassian

3.1
Apr 13, 2016

Implement a method 'find' that will find the starting index (zero based) where the second list occurs as a sub-list in the first list. It should return -1 if the sub-list cannot be found. Arguments are always given, not empty. Sample Input 1 list1 = (1, 2, 3) list2 = (2, 3) Sample Output 1 1 Explanation As second list (2, 3) is sub-list in first list (1, 2, 3) at index 1 Sample Input 2 list1 = (1, 2, 3) list2 = (3, 2) Sample Output 2 -1

Viewing 51 - 60 interview questions

Glassdoor has 30,842 interview questions and reports from Desenvolvedor java interviews. Prepare for your interview. Get hired. Love your job.