Why did you leave your last employer
Programmer Trainee Interview Questions
25,414 programmer trainee interview questions shared by candidates
What do you think are the business needs of the Procurement dept?
In first round having programs and aptitude. which is a optional type questions and then second round is technical round.final round is hr
Will a Java program reach the finally block if you return from the try block?
why amazon?
Why can there be only one clustered index in the table ?
how are you? Have you ever worked
Given a triangle and a point, how do you tell if the point is inside the triangle or outside? Extend this for a irregular polygon
Based on resume
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 151 - 160 interview questions