Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso IBM (Bengaluru) nel mese di lug 2015
Colloquio
The interview process was very long. It started with a formal HR round. Then they called for Telephonic interview. In telephonic round the main question were from oops concept, core java, design. After that they took 2 rounds of technical interview. In technical interview they ask me to write code and solve some algorithms. Lots of question was asked about Data structures and design.Overall a good process and they will test test the core skill.
Domande di colloquio [1]
Domanda 1
Design an Elevator system
Problem on Linked list and Hashing
Observer pattern and Questions on Adapter pattern
Question on XPATH queries
Question on Memory mgmt and Performance
Questions on Garbage collection and stack queues
1. Explain Java memory Model
2. Explain Java garbage collector
3. Write program to print pascals triangle , solve using stream, Intstream.
4. code snippets quetions from OOPs concepts
5. Write program to pring odd even numbers using threads
class User {
private int id;
private String name;
private String address = "Bangalore";
User() {
this(1, "John", address);
}
}
Recruiter called me and described about the role and then sent me an invite for technical interview after that they was an HR round and they they gave me offer letter
It was okay , they call you in the office and tell you to give the interview online , just hand their official laptop and the whole time they will mock you down for your skills
Domande di colloquio [1]
Domanda 1
Multithreading and ploymorphism ,
Oops
Basic Java
SQL