Based on resume
Program Interview Questions
99,779 program interview questions shared by candidates
Why DHL should accept you?
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(); } }
How do you add 2 missing values so that the result is zero?
Description of the steps you take in an design process after requirements are set.
If you are designing a roller coaster with a loop, should you be more concerned or less concerned about the passenger falling out at the top if they are overweight?
Tell me about yourself ?
What will you do if the client asked for more features and you are already behind schedule
Tell us about a situation where you had to do something that wasn't popular, and what was the outcome
Viewing 681 - 690 interview questions