J'ai postulé via la recommandation d'un employé. Le processus a pris 3 semaines. J'ai passé un entretien chez IBM (Le Caire, ) en nov. 2014
Entretien
Two interviews
1- technical interview with normal set of questions like what is OOP ? what is difference between Set and List ? Small programming code
2- HR interview - Normal set of question. Why you want to join IBM ? What is the strength and weakness you have.
Questions d'entretien [1]
Question 1
what is OOP ?
what is difference between Set and List ?
Gives me several shapes as classes and ask me to show how can they we arrange them in inheritance relation
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
Questions d'entretien [1]
Question 1
Multithreading and ploymorphism ,
Oops
Basic Java
SQL