Programmers Interview Questions

99,767 programmers interview questions shared by candidates

Sometimes, they will ask for stuff related to their specific industries and you must be able to give them the answer that satisfied them. You have to think on the spot and cannot really prepare for this because you won't find out who you will interview with until you attend the welcoming event.
avatar

Accelerate to Leadership Program

Interviewed at Aramark

3.3
May 22, 2014

Sometimes, they will ask for stuff related to their specific industries and you must be able to give them the answer that satisfied them. You have to think on the spot and cannot really prepare for this because you won't find out who you will interview with until you attend the welcoming event.

Normal questions -- experiences, strengths, weakness, career goals, familiarity with Oracle products and business lines. Asked about knowledge on IT industry: upcoming trends, where Oracle's products need to focus on, how the customers can benefit etc.
Jul 21, 2014

Normal questions -- experiences, strengths, weakness, career goals, familiarity with Oracle products and business lines. Asked about knowledge on IT industry: upcoming trends, where Oracle's products need to focus on, how the customers can benefit etc.

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(); } }

Viewing 681 - 690 interview questions

Glassdoor has 99,767 interview questions and reports from Programmers interviews. Prepare for your interview. Get hired. Love your job.