Tell about projects you worked on.
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.
Have you ever been given a task by your manager that you didn't agree with.? How did you handle that?
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
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(); } }
Why Deloitte?
How do you add 2 missing values so that the result is zero?
Viewing 681 - 690 interview questions