Me postulé a través de una recomendación de un empleado. El proceso tomó 3 semanas. Acudí a una entrevista en IBM (El Cairo, ) en nov 2014
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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
Preguntas de entrevista [1]
Pregunta 1
Multithreading and ploymorphism ,
Oops
Basic Java
SQL