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,863 desenvolvedor java interview questions shared by candidates

1. Please consider the HTML below. Assuming it is stored in a String variable, can you write a short Java program to retrieve all the ‘beverages’ from the list shown below. You should assume there could be any number of lists, with any number of items, and in any order, but there will only be one list of beverages. <html> <body> <p>Coders favourite music genre:</p> <ol> <li>House</li> <li>Ballad</li> <li>Dance</li> </ol> <p>Coders favourite beverage:</p> <ol> <li>Coffee</li> ................................................................................ <li>Tea</li> <li>Coke</li> </ol> <p>Coders favourite phrase:</p> <ol> <li>Pfff</li> <li>Damn</li> <li>It works</li> </ol> </body> </html> Consider the following HTML source of the page ‘test.html’ below: <html> <form name="sample" action=”?”> <input type="checkbox" name="field1" /> <input type="hidden" name="field2" id="field_2" /> <input type="radio" name="field3" value="X" /> <input type="radio" name="field3" value="Y" /> <input type="button" oncl1ck="document.getElementById('sample').submit();" value="Submit form" /> <input type=”submit” name=”clicked” value=”Click me” /> </form> </html> 2-Looking at the form above, to which page will the data be sent ? 3-What would be the HTTP method through which the form data will be transmitted ? 4-What will be the value of the checkbox ‘field1’, if the form was submitted as it is ? Hint: the checkbox that is not ticked. 5-What would be the result of clicking the ‘Submit form’ button ? Hint: see the bolded text above, before answering this question.
avatar

Java Developer

Interviewed at Travelfusion

3.3
Feb 17, 2015

1. Please consider the HTML below. Assuming it is stored in a String variable, can you write a short Java program to retrieve all the ‘beverages’ from the list shown below. You should assume there could be any number of lists, with any number of items, and in any order, but there will only be one list of beverages. <html> <body> <p>Coders favourite music genre:</p> <ol> <li>House</li> <li>Ballad</li> <li>Dance</li> </ol> <p>Coders favourite beverage:</p> <ol> <li>Coffee</li> ................................................................................ <li>Tea</li> <li>Coke</li> </ol> <p>Coders favourite phrase:</p> <ol> <li>Pfff</li> <li>Damn</li> <li>It works</li> </ol> </body> </html> Consider the following HTML source of the page ‘test.html’ below: <html> <form name="sample" action=”?”> <input type="checkbox" name="field1" /> <input type="hidden" name="field2" id="field_2" /> <input type="radio" name="field3" value="X" /> <input type="radio" name="field3" value="Y" /> <input type="button" oncl1ck="document.getElementById('sample').submit();" value="Submit form" /> <input type=”submit” name=”clicked” value=”Click me” /> </form> </html> 2-Looking at the form above, to which page will the data be sent ? 3-What would be the HTTP method through which the form data will be transmitted ? 4-What will be the value of the checkbox ‘field1’, if the form was submitted as it is ? Hint: the checkbox that is not ticked. 5-What would be the result of clicking the ‘Submit form’ button ? Hint: see the bolded text above, before answering this question.

Viewing 301 - 310 interview questions

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