They asked me to do coding
Junior Java Developer Interviews
Junior Java Developer Interview Questions
"Junior developers are often responsible for writing the more monotonous and simple code required by senior members of the development team. Because of this, interviews will be designed to test your knowledge of the fundamentals of Java so be prepared to answer technical questions that you likely came across in college. Data structures and algorithms will be heavily emphasised. A bachelor's degree or equivalent work experience is required. "
3,801 junior java developer interview questions shared by candidates
qualités/défauts pretentions salariales technologies expréience
OOPs, String, Array, Control statement
SQL: There were two tables: departments, employees. Employees are working in departments. Write query to list departments with number of workers.
Java core: What will be the result of: Foo a = new Foo(); // just a class, don't bother what is inside Foo b = new Foo(); System.out.println(a); System.out.println(a == b); System.out.println(a.equals(b)); System.out.println(a = b); System.out.println(a == b); System.out.println(a.equals(b)); And: why?
What are the principles of good software engineering? What principles do you follow?
Can you tell me what the default access modifier is?
Que podrías aportar para la empresa?
What makes a great programmer?
What was the graduation project? Questions about tomcat server and database. An easy problem solving example using for loop.
Viewing 2611 - 2620 interview questions