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.5k 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
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:
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 - 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❤️
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. They have asked general questions.
  • Q2. About company and technical questions

Wipro interview questions for designations

 Senior Software Engineer

 (139)

 Associate Software Engineer

 (13)

 Software Engineer Trainee

 (6)

 Software Testing Engineer

 (4)

 Software Development Engineer

 (3)

 Embedded Software Engineer

 (3)

 Assistant Software Engineer

 (2)

 Java Software Engineer

 (1)

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

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude of LCM,HCF,Profit,Loss,Percentage,Logical and 2-3 Coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. Computer science basics
  • Q2. What are the principals of OOPS
  • Ans. 

    OOPS stands for Object-Oriented Programming Principles, which include Encapsulation, Inheritance, Polymorphism, and Abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Allowing a new class to inherit properties and behavior from an existing class.

    • Polymorphism: Ability for objects of different classes to respond to the same message in different ways.

    • Abst...

  • Answered by AI
  • Q3. Exception Handling
Round 3 - HR 

(1 Question)

  • Q1. General-all about yourself why u need the job

Get interview-ready with Top Wipro Interview Questions

Software Engineer Interview Questions & Answers

user image Sunil Vurandur

posted on 12 Jun 2022

Round 1 - Coding Test 

Having a basic programming knowledge can get you pass through this round. Asked familier questions like max frequency in a string, replacing characters without using temp etc.

Round 2 - Technical 

(2 Questions)

  • Q1. Interviewer introduced himself and dived directly into technical questions. Make sure you have quite good knowledge of what you mentioned in your resume. Basic OOPS concepts, java fundamentals were asked. ...
  • Q2. About Project OOPS Behaviour and scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly make a professional resume. resume building was one of the best things to grab the interviewer's attention. Secondly mention what you know

Software Engineer Jobs at Wipro

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Mostly asked oops concepts
  • Q2. What is polymorphism and uses Have you write any any class in your project explain
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows different classes to be treated as instances of a common superclass.

    • It enables code reusability and flexibility in object-oriented programming.

    • Examples include method overriding in inheritance and function overloading in programming languages like Java.

  • Answered by AI
  • Q3. Do you know about memory optimization
  • Ans. 

    Memory optimization involves reducing memory usage in software to improve performance.

    • Identifying and removing memory leaks

    • Using data structures efficiently

    • Minimizing unnecessary memory allocations

    • Optimizing algorithms to reduce memory usage

    • Using tools like profilers to analyze memory usage

  • Answered by AI
  • Q4. How you will test your code
  • Ans. 

    I will test my code by writing unit tests, integration tests, and end-to-end tests.

    • Write unit tests to test individual components or functions

    • Write integration tests to test how different components work together

    • Write end-to-end tests to test the entire system or application flow

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No need to worry stick to basic funda

Skills evaluated in this interview

Software Engineer interview

user image Tech and Target

posted on 13 Mar 2022

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy python questions

Round 2 - Coding Test 

Was asked 2 leet code style questions

I applied via Campus Placement

Round 1 - HR 

(5 Questions)

  • Q1. What are your greatest strengths and weaknesses?
  • Ans. Be honest, I think one of my strongest strengths is that i am a great team player. I am also a self motivated and weak learning individual .
  • Answered Anonymously
  • Q2. How would you rate yourself on a scale of 1 to 10?
  • Q3. I would like to rate myself 8.8 because I know that I am not perfect and there is always a scope for learning and improvement.
  • Q4. What is your biggest achievement so far?
  • Q5. I have achieved several miledstone to date in my carrer as a software developer.
Round 2 - Assignment 

Aptitude , Essay writing ,coding

Interview Preparation Tips

Interview preparation tips for other job seekers - I think we will make sure to improve person and hard work for this job and believe this opportunity.

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
₹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 942 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 942 Reviews and Ratings
Software Engineer - L2

Hyderabad / Secunderabad

3-7 Yrs

₹ 3-18.02943 LPA

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.4 L/yr

Senior Associate
21.2k salaries
unlock blur

₹0.8 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.6k 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