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
3.7

based on 52k Reviews

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

228 interviews found

I was interviewed in Feb 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was in the evening.

  • Q1. 

    Count Diagonal Paths

    You are given a binary tree. Your task is to return the count of the diagonal paths to the leaf of the given binary tree such that all the values of the nodes on the diagonal are equa...

  • Ans. Count diagonal paths from a node to a leaf consisting of the same valued nodes

    The main idea here is to traverse the tree diagonally using a Map/Dictionary. 

    The algorithm will be-

    1. Traverse the given binary tree in a diagonal order and store the starting node of each diagonal as the key and for each key, store all the values in that diagonal in a dictionary
    2. To traverse the given binary tree in a diagonal order the mai...
  • Answered Anonymously
Round 2 - Coding Test 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was in the night.

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. Brute Force

    The idea is to generate all the subsequences and check whether the elements present are equal or not.

     

    Here is the algorithm :

     

    1. Generate all the subsequences of the given array.
    2. Maintain a variable ‘COUNT’ which stores the total number of subsequences in which all the elements are equal.
    3. Iterate over each of the generated subsequences.
      1. In case all the elements of the current subsequence are equal, we in...
  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from HMR Institute of Technology and Management. I applied for the job as Software Engineer in DelhiEligibility criteriaNo percentage criteriaWipro Limited interview preparation:Topics to prepare for the interview - oops, Dbms, Algorithms, Array, Data structure.Time required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Learn new topics regular and revised that topic .
Tip 2 : Apply practically.
Tip 3 : Do a project

Application resume tips for other job seekers

Tip 1 : Technology you know, projects
Tip 2 : No false information

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Program on reverse string
  • Ans. 

    Program to reverse a string

    • Create an empty string to store the reversed string

    • Loop through the original string from end to start

    • Append each character to the empty string

    • Return the reversed string

  • Answered by AI
  • Q2. Prepare about string program

Interview Preparation Tips

Topics to prepare for Wipro Software Engineer interview:
  • Java
  • Basic
Interview preparation tips for other job seekers - Prepare for basic programming skills

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 Company Website and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. This company will be working belively Or not?
  • Ans. Yes, this company 100% sured to working with management and teams
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Here are 5 tips for a successful job interview!
1) Be punctual at your interview. It is mandatory to be on time at a job interview. ...
2) Do your research on the company. ...
3) Don't forget about nonverbal communication. ...
4) Be polite with everyone

Software Engineer Interview Questions & Answers

user image Kandukuri Lalli

posted on 4 Nov 2021

I applied via Company Website and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. To turn a question into stement

Interview Preparation Tips

Interview preparation tips for other job seekers - Be punctual at your interview. It is mantory to be on time at a job interview be polite with every one

Wipro interview questions for designations

 Senior Software Engineer

 (143)

 Associate Software Engineer

 (13)

 Software Engineer Trainee

 (6)

 Software Testing Engineer

 (4)

 Embedded Software Engineer

 (3)

 Software Development Engineer

 (3)

 Assistant Software Engineer

 (2)

 Software Engineer Analyst

 (1)

Interview Questionnaire 

2 Questions

  • Q1. Internal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs using a hash function to map keys to indices in an array.

    • Hash map uses a hash function to compute an index for a given key.

    • Collisions can occur when two keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Hash map provides constant time complexity for insertion, deletion, and retrieval of key-value pairs.

    • Java's Hash...

  • Answered by AI
  • Q2. Bean life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core java well rest all the basics

Skills evaluated in this interview

Get interview-ready with Top Wipro Interview Questions

Interview Questionnaire 

1 Question

  • Q1. Company hostory

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication skills

Software Engineer Jobs at Wipro

View all

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 128 minutes
Round difficulty - Medium

The test link and details were sent to us a day before the actual test. A pre-placement drive was organised at 10:30 am to brief us all about the company and instructions for its placement drive. The test started at 12:00 pm. It was an AI proctored online assessment which consisted of 3 sections. The first section was aptitude test which had questions from quantitative ability, verbal ability and logical ability. The second section had 2 coding questions. Level was both was easy. One of them was a direct knapsack algorithm and another was logical problem to complete the parallelogram in 2d matrix of symbols. I was able to complete only one. The third section was essay writing where my topic was downsides of our education system. Time given was 20 minutes for the same. Try not to make any grammatical or spelling error in essay.

  • 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 amount of clay and yields a certai...

  • Ans. 

    This was a direct application of 0-1 knapsack problem. So dynamic programming approach of knapsack was applied to this problem.
    We built the 2d array in bottom up manner.

  • Answered Anonymously
  • Q2. 

    Determine Pythagoras' Position for Parallelogram Formation

    Euclid, Pythagoras, Pascal, and Monte decide to gather in a park. Initially, Pascal, Monte, and Euclid choose three different spots. Pythagoras, ...

  • Ans. 

    First I added the symbols in a 2D matrix. It was a logical question where I used the simple property of parallelogram i.e. sum of coordinate points of one diagonal is equal to the other. We are given 2 coordinates and can find the third coordinate by traversing through the 2D matrix. Our target is the find the fourth coordinate which we can easily complete by using the property of diagonal coordinates.

  • Answered Anonymously
Round 2 - Video Call 

(1 Question)

Round duration - 20 minutes
Round difficulty - Medium

The interviews started around 9am -3 pm. My interview was conducted around 11 am. The interviewer was more interested in testing my basic knowledge. He asked me about basic concepts of OOPS, data management.
He was very happy with the answers I gave through examples. Later he asked me about data structures and asked me to write code for merge sort. I wrote that without any problem. Then he asked me about new technologies for data storage. I mentioned about cloud storage. I was asked to explain cloud computing in the most easiest way I can. At last i asked him his experience of wipro during this lockdown. The interview overall went smooth.

  • Q1. 

    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 algorithm.

    Explanation:

    The Merge Sort...

  • Ans. 

    Tip 1 : It was a direct question but the interviewer asked to explain its time complexity
     

  • Answered Anonymously
Round 3 - HR 

Round duration - 10 minutes
Round difficulty - Easy

Hr round was conducted around 12 pm. It was a small round where the HR asked me about my internship learning.
Next he quizzed me to check my knowledge about the company.
Finally

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in HyderabadEligibility criteria60% and above throughout education.Wipro Limited interview preparation:Topics to prepare for the interview - Object oriented programming, Data structures, SDLC, DBMS and SQL, Python libraries, AlgorithmsTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : stay connected to basics. Do not forget basics in rush to complete advanced courses.
Tip 2 : Try as many common coding questions as possible. 
Tip 3 : Do not leave aptitude and logical for last minute.

Application resume tips for other job seekers

Tip 1 : Keep it short(1 page) and proofread it to avoid any kind of grammatical errors.
Tip 2 : Do not write anything you are unsure of.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Tell me about yourself.
  • Q2. About my study's details and skills about programming languages.
  • Q3. About family baground
  • Q4. About experience and knowledge and skills about programming languages
  • Q5. About Hobbes and extra skills

Interview Preparation Tips

Interview preparation tips for other job seekers - I am very interested in doing job in IT sector and take best experience and knowledge with expertise and give best to company 😃

Interview Questionnaire 

1 Question

  • Q1. Java OOPS conceps, about projects, questions on project

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure that everything on resume will be known by you

I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. System management

Interview Preparation Tips

Interview preparation tips for other job seekers - About software Engineer

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 Python, Software Engineering, SQL, Django 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 114 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
₹2 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 967 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 967 Reviews and Ratings
Software Engineer - L3

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Software Engineer - L3

Mumbai

4-8 Yrs

Not Disclosed

Software Engineer

Mumbai

3-6 Yrs

₹ 5.2-13 LPA

Explore more jobs
Project Engineer
32.7k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
23.1k salaries
unlock blur

₹5.8 L/yr - ₹22.5 L/yr

Senior Associate
21.3k salaries
unlock blur

₹0.8 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.5k 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.3
Compare

Amazon

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