I applied online. I interviewed at IBM (Pune) in July 2019
Interview
1st round was telephonic interview
Asked all basic question of Java
project structure information
unit Testing process
Agile process
2nd round was F2F in company but experience was not good
Interviewer was not looking interested to took interview
She was asking very basic question for senior position
access specifier,interface,abstract class
She was doing time pass only rather than taking serious interview.
If they dont want to hire then why they called for interview don't know
Very bad experience from this Big company
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
Interview questions [1]
Question 1
Multithreading and ploymorphism ,
Oops
Basic Java
SQL