I applied online. I interviewed at Wipro (Madras) in Apr 2025
Interview
communication round, aptitude test, technical interview, HR interview. Candidate should have minimum of 60% in overall education standards, like 10th, Intermediate, Graduation. Also should basic computer knowledge and fluent communication skills.
Interview questions [1]
Question 1
Introduce yourself?
explain about projects?
what are your contributions in your project?
It's very simple and easy questions on python and sql because I mentioned in my resume , and few questions on family, location and also asked related to my core subjects as I'm from electrical and electronics engineering branch
Interview questions [1]
Question 1
Python and sql and few questions on my core subjects
I applied online. The process took 2 months. I interviewed at Wipro (Bengaluru) in Jan 2025
Interview
The Interview was moderately easy, but my level of java knowlegde was not enough to say it was too easy.
The interviewer primarily focused on what role you applying for. So prepare well for that.
Resume was not much focused for my interview it was fully technical questions. but its not same for everyone. My friend had very basic and overall discussion and not much technical question and also cleared it
Difficulty mainly depends on the interviewer. But some questions were most commonly asked. My interviewer asked the below
Interview questions [1]
Question 1
This is wipro elite role hiring for Java full stack role.
But once inside wipro, you could be assigned to any project and tech stack based on internal interviews done by project managers.
Business Discussion Round Interview questions
how much would you rate yourself in java
Diamond problem
Difference between abstract class and interface
How does hashmap work internally and how it handles conflict in it?
What are String class and string buffer, string builder
Some Java syntax questions and logic questions like (
String s = "3"
s = s+5;
sysout(s)
what happens(35? but strings are immutable right??))
Some behaviourial questions
if theres a conflict in idea in a team with team members in team lead what would you do?
IF theres a short deadline in the task and one person from your team is on leave what would you do?
if theres a new task that is assigned to you . what steps would you take to complete the task
some DB questions
worked on DB design?
Whats normalization
what is unique key (distinct value and 1 null value allowed, he said wrong)
what is primary and foreign key
and some OOPS
method overloading and method overriding(pseudo code and explaination)
runtime exception and compile time exception