What do you know about our competitors and how would you compare us to them?
Programmer Analyst Interview Questions
22,496 programmer analyst interview questions shared by candidates
Tell us about yourself
What is your biggest flaw.
What is SCD1 and SCD2? SCD== Slowly changing Dimension
Typical fit and technical questions. -Why UOB? -Why <this department>? -What did you do in your school projects?
Difference between Abstract and Interface and their real time examples. (Freshers)
Write an application that maps out a large set of data in as little time as possible.
Asked about what OOP meant
package com.interview; public class Threading { int counter; class Mythread extends Thread{ @Override public void run(){ for(int i=0; i < 10000; i++) counter++; System.out.println("run = " + counter); } } public static void main(String[] args) throws InterruptedException { // TODO Auto-generated method stub Threading a = new Threading(); Mythread t1 = a.new Mythread(); t1.start(); t1.join(); System.out.println("" + a.counter); } }
Challenges facing the HR industry?
Viewing 791 - 800 interview questions