Airtel Payment Bank | Software Engineer (Java)
Anonymous User
666

I interviewed on Sep 2023, interview experience was too bad. My interview was conducted by Kajal she showed too much attitude, she asked me only one question and I explained the solution and also ran it successfully, in between interview she was just asked me if I wanted different a question (when I was typing code), and I told here twice that I am comfortable with this question (because I was knowing the solution).
When I ran the code I used my test cases, And then she started shouting at me about why I used my test cases then I said ok I will run the test cases that you have given. Then she said no need now I am done with the interview.
And finally, she rejected me (don't know why). I think she was scared of taking talented people as colleagues.

Question:
Given an Object of Student class
Which have three attributes
ID, NAME AND CLASS,
You have to return objects that have the same name and ID.
Eg. (1, abc, A), (2,abc, B), (1, abc, C)
Output = (1, abc, A) (1,abc, C)

Comments (1)