Based on resume
Programmer Interviews
Programmer Interview Questions
Programmers are responsible for developing code to build products. In an interview context, expect to be quizzed on your technical skills through different kinds of computing problems or brainteasers. The specific questions you are asked will depend on what type of programming position you are looking for. Try researching a specific discipline such as web development, application development, or system development.
22,437 programmer interview questions shared by candidates
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?
Description of the steps you take in an design process after requirements are set.
in 2nd technical round question asked on c,c++,OS. basics.OOPS features with examples. and at the end asked to write code doubly linked list with all operation(mainly delete node by giving position)
what is your name
Majority of the questions were programming questions
General Banking related IT questions . Nothing technical
What does USSD in IT stand for?
Viewing 151 - 160 interview questions