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 50.8k Reviews

Filter interviews by

Wipro Software Engineer Interview Questions, Process, and Tips

Updated 28 Dec 2024

Top Wipro Software Engineer Interview Questions and Answers

  • Q1. Knapsack There is a potter who makes pottery wares. With his saving, he can purchase some pottery clay, say ‘K’ units to make pottery wares. He can transform this clay i ...read more
  • Q2. Sum of Two Arrays You are given two numbers 'A' and 'B' in the form of two arrays (A[] and B[]) of lengths 'N' and 'M' respectively, where each array element represents a ...read more
  • Q3. Merge Sort Given a sequence of numbers ‘ARR’. Your task is to return a sorted sequence of ‘ARR’ in non-descending order with help of the merge sort algorithm. Example : M ...read more
View all 126 questions

Wipro Software Engineer Interview Experiences

224 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Jul 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Quite clear and good basic questions
  • Q2. 1.reverse a string 2.word count 3.what is range and xrange
  • Ans. 

    1. To reverse a string, 2. To count the number of words in a string, 3. To explain range and xrange in Python.

    • To reverse a string, you can use string slicing in Python: 'hello'[::-1] will return 'olleh'

    • To count the number of words in a string, you can split the string by spaces and then count the elements: len('hello world'.split()) will return 2

    • In Python 2, range() generates a list of numbers, while xrange() generates

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn and have good knowledge on basics

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

An Aptitude test consisting of easy level questions in AMCAT platform

Round 2 - Coding Test 

2 codes were given asked to code to provide the output coding language: C++/Java

Round 3 - One-on-one 

(5 Questions)

  • Q1. Tell Me something about yourself?
  • Q2. Why do you want to join?
  • Q3. Some output type questions
  • Q4. Given a table write sql query
  • Q5. Basic Java and C++ questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear about everything in your CV.
Should know everything in CV

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 DuplicateYou have been given an integer array/list(ARR) of s ... 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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2023. There were 4 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 - Coding Test 

There were 3 questions of coding along with multiple other sections like aptitude and reasoning

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview was nice and asked ample amount of decent questions
Round 4 - HR 

(1 Question)

  • Q1. This was my last round and questions asked in this round were more of the questions to check the communication skills and confidence

Interview Preparation Tips

Interview preparation tips for other job seekers - Have decent communication skills because that is a must
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2023. There were 2 interview rounds.

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 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself Interests Bond Period Project Explanation
  • Ans. 

    I am a software engineer with diverse interests and experience. I am open to a reasonable bond period and can explain my projects in detail.

    • I have experience in developing web applications using React and Node.js

    • I am interested in exploring new technologies and learning new skills

    • I am comfortable with a reasonable bond period and can discuss the terms

    • I have worked on a project that involved developing a chatbot for a c

  • Answered by AI
  • Q2. Strenghts and Weaknees

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

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 Engineer Tester

 (1)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Db2 query to find 2 nd max salary
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the 2nd max salary in Db2.

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT 1,1 to skip the first max salary and get the second max salary

  • Answered by AI
  • Q2. Precompiler process in db2
  • Ans. 

    Precompiler process in DB2 is used to translate embedded SQL statements into standard SQL statements.

    • Precompiler process is used to check syntax and semantics of embedded SQL statements.

    • It translates embedded SQL statements into standard SQL statements.

    • Precompiler generates host language calls to the DB2 runtime.

    • Precompiler helps in improving performance by reducing runtime overhead.

  • Answered by AI
  • Q3. Steps in cobol db2 pgm
  • Ans. 

    Steps in COBOL DB2 program involve defining the program structure, connecting to DB2, executing SQL statements, and handling results.

    • Define the program structure including data division, working-storage section, and procedure division.

    • Connect to DB2 using EXEC SQL statements.

    • Execute SQL statements to interact with the database.

    • Handle the results of the SQL statements, such as fetching data or updating records.

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Wipro Interview Questions

Software Engineer Interview Questions & Answers

user image Santosh Bhoskar

posted on 10 Apr 2023

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Prepare OOPS concept, also asked programming questions, solid principal, design pattern
  • Q2. Prepare advance concepts also like function, store procedure, trigger, cursor

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare solid principal, Design pattern, also prepare current project details

Software Engineer Jobs at Wipro

View all
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Expected salary?
  • Q2. Would you relocate?

Interview Preparation Tips

Interview preparation tips for other job seekers - 30 days gone, still in hold position.

Software Engineer interview

user image TechieLifestyle

posted on 5 Dec 2021

Software Engineer Interview Questions & Answers

user image Ritika Kakkar

posted on 13 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(1 Question)

  • Q1. It was amazing. name hobbies
Round 3 - Technical 

(1 Question)

  • Q1. Java 8 features spring, spring builder
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Assignment 

Skills for test which perform the test in assignment test

Round 3 - HR 

(3 Questions)

  • Q1. Introducing ur self in description
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in front-end development with HTML, CSS, and JavaScript

    • Proficient in back-end development with Node.js and Express

    • Familiar with database management using SQL and MongoDB

    • Strong problem-solving skills and ability to work in a team environment

  • Answered by AI
  • Q2. What do come into it sector
  • Ans. 

    The IT sector is constantly evolving with new technologies and innovations, offering exciting opportunities for growth and development.

    • Rapid advancements in technology drive the need for skilled professionals in the IT sector.

    • Opportunities for career growth and development through continuous learning and upskilling.

    • Diverse range of roles available in IT sector such as software development, data analysis, cybersecurity,

  • Answered by AI
  • Q3. Why more sectors R not in ur field

Interview Preparation Tips

Interview preparation tips for other job seekers - To gain the knowledge of the organization

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, Django, OOPS, SQL 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 45 interviews in last 1 year

3 Interview rounds

  • Technical Round 1
  • Technical Round 2
  • HR Round
View more

People are getting interviews through

based on 136 Wipro interviews
Job Portal
Campus Placement
Company Website
WalkIn
Referral
Recruitment Consultant
37%
25%
13%
9%
5%
1%
10% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Wipro Software Engineer Salary
based on 13.9k 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 948 reviews

3.8/5

Rating in categories

3.8

Skill development

3.8

Work-Life balance

3.3

Salary & Benefits

3.8

Job Security

3.7

Company culture

3.1

Promotions/Appraisal

3.5

Work Satisfaction

Explore 948 Reviews and Ratings
Software Engineer

Noida

5-8 Yrs

Not Disclosed

Software Engineer - L2

Chennai

3-5 Yrs

₹ 3.99-16 LPA

Software Engineer

Hyderabad / Secunderabad,

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
Project Engineer
32.6k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
23k salaries
unlock blur

₹5.8 L/yr - ₹22.5 L/yr

Senior Associate
21.2k salaries
unlock blur

₹0.8 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.5k salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Technical Lead
18.6k salaries
unlock blur

₹8.2 L/yr - ₹36.5 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.7
Compare

Tesla

4.3
Compare

Amazon

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview