I applied through a recruiter. I interviewed at IBM (Poughkeepsie, NY) in Sep 2020
Interview
Reviewed all contents of my posted resume.
Discussed previous uses and comfortability with Java, Python, Agile development, JIRA, C, C++, and linux command line basics.
Then they described the project that the team was working on and asked about my familiarity, my interest, and asked if I was willing to commute to a specific location after COVID stay at home orders were relaxed.
Interview questions [1]
Question 1
How I had used JIRA to improve task completion in previous projects.
I applied online. I interviewed at IBM (Bengaluru) in Feb 2021
Interview
First the Hr will call us and will schedule an interview.
The first round was telephonic interview.
It was an halfnour telephonic video call interview through webx in which a minimum of 2 people will be getting joined.
Interview questions [1]
Question 1
1.Tell me about yourself
2.Mostly can receive questions from our Resume and the questikns from what we have mentioned in our roles and responsibilities
3. If you want to print a name in java how do you print it?
4.In System.out.println() ehat is system ,what is out,what is println?
5.can i overload a main method? If i want to overload a main method how should i do it?
6.Can i override a main method?If i want to override a main method how should i do it?
7.what is the difference between spring mvc frame work and spring boot framework
8.some coding logics like :
String s;
S.concat("java");
System.out.println(s);
Answer:??????
9.How you can sort a list in java?
Answer :by using compareto()
10.what are the methods consists in Compatable and comparator interface?
11.method overloading logic questions?
Ex:
Class java
{
Public void m1(int a ,float b)
{
Sop("A method is overrided");
}
Public void m1(float a,int b)
{
Sop("b method is overrided");
}
Public static void main (string[] args)
{
...........
M1(20,20)
}
_--_---------
Which method will be getting executed if we compile this code?
}
12.How to create an string immutable class?
I applied through a recruiter. I interviewed at IBM
Interview
Starts off with a few HackerRank coding questions before an in-person interview.
During the in-person interview, there are a few more general programming knowledge questions (no real coding, at least for me) and some behavioral questions.
Interview questions [1]
Question 1
Some simple coding questions using arrays, lists, etc. Questions tend to change from what I hear, but they are generally "easier" questions that most people can do.