What is difference between string builder and string buffer?
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
Pergunta 1: Qual é a diferença entre HashTable e HashMap no Java?
Pergunta 2: Crie um programa para determinar se 243 é um número de Armstrong.
Pergunta 3: Como você cria códigos de qualidade quando precisa trabalhar em vários projetos Java ao mesmo tempo?
30,863 desenvolvedor java interview questions shared by candidates
versioning of Rest call
In coding they asked to remove duplicates from a string eg WelComeToNeustar -> WelComTNusar
1) Hackerearth online test. -> 3 MCQs on java, 2 problem solving 2) Telephonic round 1- > Very basic java question like, when linkedlist, when to use arraylist, immutable class, singleton class, executor framework etc. Just theoretical question. Seems any fresher was taking interview. I had to ask if he has my profile and knows for which position the interview is being taken in between the interview. I have to call HR as the interviewer didn't call me on scheduled time. Was late by 30 minutes and got call after multiple HR chase-up 3) Telephonic round 2->I declined to give as didn't get a call from panel during scheduled one hour time. Before interview HR told similar questions will be there as round 1. I asked her why so simple/basic questions for 8 year exp person, she told its good thing as you can clear easily.
all advance java questions, Collections (Hashmaps, Concurrent Hashmaps, List,)
Program to reverse the string
It was almost all the basic technical questions on JAVA, web services, linux and SQL databases.
Past experiences
public static void main(String[] args){ int x = 5; char y = 9; System.out.println( x + y ); // asked for output or compilation errors if any }
What are the 4 Pillars of OOP
Viewing 411 - 420 interview questions