Domande poste durante i colloqui per Java Programmer

276 Domande di colloqui condivise dai candidati | java programmer

Assume there is a method provided getNextperson() which gives Person objects which have comparable interface implemented, now read from a file records and sort it and give first 1000 records, write code on the paper
avatar

Java Programmer

Ha sostenuto un colloquio presso Barclays

4
15 gen 2010

Assume there is a method provided getNextperson() which gives Person objects which have comparable interface implemented, now read from a file records and sort it and give first 1000 records, write code on the paper

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

Ha sostenuto un colloquio presso Barclays

4
15 gen 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

Ha sostenuto un colloquio presso TekVista

4.7
14 gen 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 ?

Stai visualizzando 1 - 10 domande di colloquio

Su Glassdoor sono presenti 276 domande e rapporti relativi a colloqui per Java programmer. Preparati al tuo prossimo colloquio. Trova il lavoro perfetto per te!