Programmer Analyst Java Developer Interview Questions

258 programmer analyst java developer interview questions shared by candidates

what is the output public class Barclays { static class A{ A(){ f(); } public void f(){ System.out.println("A ctor"); } } static class B extends A{ B(){ f(); } public void f(){ System.out.println("B ctor"); } } public static void main(String[] args) { B b = new B(); b.f(); A a = new A(); a.f(); } }
avatar

Java Programmer

Interviewed at Barclays

4
Jan 15, 2010

what is the output public class Barclays { static class A{ A(){ f(); } public void f(){ System.out.println("A ctor"); } } static class B extends A{ B(){ f(); } public void f(){ System.out.println("B ctor"); } } public static void main(String[] args) { B b = new B(); b.f(); A a = new A(); a.f(); } }

1. Initially Lot of those cliché questions like "what was the most challenging project?, why it was challenging? what was your role? what particular task made it challenging? Why not tried some other way? What did you learn from that experience?" 2. The HR person asked me lot of critical thinking questions. lot of them were on internet... :) 3. Asked why do I like consulting, and why not try for a permanent job at some big company ?
avatar

Java Programmer

Interviewed at TekVista

4.7
Jan 14, 2016

1. Initially Lot of those cliché questions like "what was the most challenging project?, why it was challenging? what was your role? what particular task made it challenging? Why not tried some other way? What did you learn from that experience?" 2. The HR person asked me lot of critical thinking questions. lot of them were on internet... :) 3. Asked why do I like consulting, and why not try for a permanent job at some big company ?

Viewing 1 - 10 interview questions

Glassdoor has 258 interview questions and reports from Programmer analyst java developer interviews. Prepare for your interview. Get hired. Love your job.