There were a couple of difficult situational questions but due to the nature of the questions it would be very easy to identify me if I were to post them here.
Programmer Analyst Interviews
Programmer Analyst Interview Questions
As a programmer analyst, you’re being hired for your brain, so expect your brain to be put to the test with challenging analytical questions. Expect technical questions about writing software and also questions about general analytical and problem solving skills. Also, you ultimately need to be able to communicate results to the business leaders, so expect to be tested on your ability to present your findings in a concise and coherent way.
22,439 programmer analyst interview questions shared by candidates
Very basic programming questions
Why did you leave your last employer
Compiler directives
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?
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(); } }
How do you add 2 missing values so that the result is zero?
Viewing 141 - 150 interview questions