Java Software Developer Interview Questions

4,193 java software developer interview questions shared by candidates

They ask that you take a look at their company website and try out their 'Ignition' software. I can not remember if I was given a special access code for their software, but I think the recruiter might have mentioned it. Basic technical questions on data structures (stacks, queues, linked lists)—nothing complex. Questions about SQL and NoSQL. Your experience with Java. Personal projects.
avatar

Junior Java Software Engineer

Interviewed at Inductive Automation

3.7
Jun 21, 2015

They ask that you take a look at their company website and try out their 'Ignition' software. I can not remember if I was given a special access code for their software, but I think the recruiter might have mentioned it. Basic technical questions on data structures (stacks, queues, linked lists)—nothing complex. Questions about SQL and NoSQL. Your experience with Java. Personal projects.

What is the purpose of a default constructor? class Student3{ int id; String name; void display(){System.out.println(id+" "+name);} public static void main(String args[]){ Student3 s1=new Student3(); Student3 s2=new Student3(); s1.display(); s2.display(); } }
avatar

Java Software Developer

Interviewed at InputZero

3.7
Nov 4, 2022

What is the purpose of a default constructor? class Student3{ int id; String name; void display(){System.out.println(id+" "+name);} public static void main(String args[]){ Student3 s1=new Student3(); Student3 s2=new Student3(); s1.display(); s2.display(); } }

Viewing 861 - 870 interview questions

Glassdoor has 4,193 interview questions and reports from Java software developer interviews. Prepare for your interview. Get hired. Love your job.