Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Wipro Team. If you also belong to the team, you can get access from here

Wipro Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Wipro Software Engineer Interview Questions, Process, and Tips

Updated 7 Feb 2025

Top Wipro Software Engineer Interview Questions and Answers

  • Q1. Knapsack Problem Statement There is a potter with a limited amount of pottery clay (denoted as 'K' units) who can make 'N' different items. Each item requires a specific ...read more
  • Q2. Sum of Two Numbers Represented as Arrays Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two n ...read more
  • Q3. Merge Sort Problem Statement You are given a sequence of numbers, ARR . Your task is to return a sorted sequence of ARR in non-descending order using the Merge Sort algo ...read more
View all 124 questions

Wipro Software Engineer Interview Experiences

217 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
6-8 weeks
Result
Selected Selected

I was interviewed before Oct 2023.

Round 1 - Coding Test 

Online test with both aptitude and 2 coding problems

Round 2 - Technical 

(2 Questions)

  • Q1. Few basic c programming questions
  • Q2. Asked to write c program
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. Asked about what sets me apart with others
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AngelList and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Group Discussion, Technical, coding Test, HR, Assignment,case study

Round 3 - Aptitude Test 

Aptitude, Group Discussion, Technical, coding Test,HR, Assignment

Interview Preparation Tips

Interview preparation tips for other job seekers - Python, SQL, JavaScript, HTML

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Walk-in and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

English grammer, paragraph questions,

Round 3 - Technical 

(2 Questions)

  • Q1. Some questions are asking
  • Q2. Self introduction,strengths,weekness,why should we hire you

Interview Preparation Tips

Topics to prepare for Wipro Software Engineer interview:
  • Html,
  • SQL
Interview preparation tips for other job seekers - Communication,body language,dress sense,way of talking
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

It was just basic Math and English questions. This was a easy round.

Round 3 - Technical 

(2 Questions)

  • Q1. What is polymorphism?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It is achieved through method overriding and method overloading.

    • Examples include function overloading in C++ and Java's method overriding.

    • Polymorphism helps in achieving loose coupling and flexibility in code design.

  • Answered by AI
  • Q2. Asked me about my major project

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your basic programming skills and knowledge about your Major project.

Wipro interview questions for designations

 Senior Software Engineer

 (143)

 Associate Software Engineer

 (13)

 Software Engineer Trainee

 (6)

 Software Testing Engineer

 (4)

 Software Development Engineer

 (3)

 Embedded Software Engineer

 (3)

 Assistant Software Engineer

 (2)

 Software QA Engineer

 (1)

I applied via Campus Placement and was interviewed in Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

First we should pass the aptitude test

Round 3 - Coding Test 

Code will be display on screen. Do it correct method and make it recursion

Round 4 - HR 

(1 Question)

  • Q1. Say about ur self and ur education
Round 5 - One-on-one 

(1 Question)

  • Q1. Asking about ur skills which you learn in ur course

Interview Preparation Tips

Topics to prepare for Wipro Software Engineer interview:
  • MS SQL
  • Object Oriented Programming
Interview preparation tips for other job seekers - Best skills and Good communication and Give Best performance in every round of the interview

Get interview-ready with Top Wipro Interview Questions

Software Engineer Interview Questions & Answers

user image Siddhant Sahu

posted on 10 Mar 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Job Portal and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about where do I see myself in this company

Software Engineer Jobs at Wipro

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was not that easy, but you can do if you have basics knowledge

Round 2 - One-on-one 

(1 Question)

  • Q1. Linked list, array, oops
Round 3 - HR 

(1 Question)

  • Q1. Introduction, about the company, behavioural questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed before Feb 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Raml , dataweave , connectors
Round 1 - Technical 

(4 Questions)

  • Q1. Difference between functions and Procedures in sql
  • Ans. 

    Functions return a value while procedures do not.

    • Functions can be used in SELECT statements while procedures cannot.

    • Functions can be used in expressions while procedures cannot.

    • Functions can have input parameters while procedures can have both input and output parameters.

  • Answered by AI
  • Q2. Normalisation and denormalization in sql
  • Ans. 

    Normalization is the process of organizing data in a database while denormalization is the process of intentionally introducing redundancy into a database.

    • Normalization is used to eliminate data redundancy and improve data integrity.

    • Denormalization is used to improve query performance by reducing the number of joins needed.

    • Normalization involves breaking down a table into smaller tables and establishing relationships b...

  • Answered by AI
  • Q3. Index tuning and query optimization techniques in sql
  • Ans. 

    Index tuning and query optimization techniques in SQL

    • Use indexes to speed up queries

    • Avoid using SELECT *

    • Use EXPLAIN to analyze query performance

    • Avoid using subqueries if possible

    • Use UNION instead of OR

    • Normalize database tables

    • Use stored procedures

    • Avoid using cursors

    • Use appropriate data types

    • Avoid using functions in WHERE clauses

  • Answered by AI
  • Q4. Indexes , views, Constraints, Triggers in sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on core concepts and basic concepts

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

The graduate requisite exam(GRE)

Round 3 - Coding Test 

The ability to check a coder on the job potential and performance in a real world.

Interview Preparation Tips

Topics to prepare for Wipro Software Engineer interview:
  • Skill related topics
Interview preparation tips for other job seekers - Be vulnerable: it's okay to ask people for advice ...
Learn how to listen..
Don't apply for a job as soon as you find it...
Focus on body language: body language is incredibly important in job interviews..
Stay positive: positivity and persistence are key...
Most importantly stand out from the crowd,To avoid blending in with the crowd, highlight unique elements of your personal brand...
Practice makes perfect: be very careful how you answer questions in a job interview,you always wanted to be truthful and come up with answers that
Will be both honest and impressive...
Stay away from negative talks: don't let bad news get you down..
THANK YOU
AND
ALL THE BEST

Stay hydrated and healthy❤️

Wipro Interview FAQs

How many rounds are there in Wipro Software Engineer interview?
Wipro interview process usually has 2-3 rounds. The most common rounds in the Wipro interview process are Resume Shortlist, Technical and HR.
How to prepare for Wipro Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Wipro. The most common topics and skills that interviewers at Wipro expect are Software Engineering, AutoCAD, Python, CAE and Java.
What are the top questions asked in Wipro Software Engineer interview?

Some of the top questions asked at the Wipro Software Engineer interview -

  1. What are the steps involved in program execution? When is the memory allocated ...read more
  2. what is the difference between class and objec...read more
  3. What is the use of stack memory, data memory and program memo...read more
How long is the Wipro Software Engineer interview process?

The duration of Wipro Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Wipro Software Engineer Interview Process

based on 115 interviews

6 Interview rounds

  • Resume Shortlist Round
  • Aptitude Test Round
  • HR Round - 1
  • HR Round - 2
  • Personal Interview1 Round - 1
  • Personal Interview1 Round - 2
View more
Wipro Software Engineer Salary
based on 14k salaries
₹1.9 L/yr - ₹15.4 L/yr
At par with the average Software Engineer Salary in India
View more details

Wipro Software Engineer Reviews and Ratings

based on 978 reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.3

Salary

3.8

Job security

3.7

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 978 Reviews and Ratings
Software Engineer - L2

Mumbai

3-7 Yrs

Not Disclosed

Software Engineer - L3

Mumbai

3-7 Yrs

Not Disclosed

Software Engineer

Mumbai

3-7 Yrs

Not Disclosed

Explore more jobs
Project Engineer
32.8k salaries
unlock blur

₹1.8 L/yr - ₹8.2 L/yr

Senior Software Engineer
23.1k salaries
unlock blur

₹5.8 L/yr - ₹23 L/yr

Senior Associate
21.3k salaries
unlock blur

₹0.9 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.4k salaries
unlock blur

₹5 L/yr - ₹19.5 L/yr

Technical Lead
18.7k salaries
unlock blur

₹8.3 L/yr - ₹36.5 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.6
Compare

Tesla

4.2
Compare

Amazon

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview