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 Interview Questions, Process, and Tips for Experienced

Updated 13 Feb 2025

Top Wipro Interview Questions and Answers for Experienced

View all 956 questions

Wipro Interview Experiences for Experienced

Popular Designations

1.9k interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Thry gave us some aptitude questions to crack

Round 2 - Group Discussion 

There was a topic which was given by HR we need to discuss

Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you
  • Ans. 

    I have a strong technical background, problem-solving skills, and a passion for learning and growing in the field of software engineering.

    • I have a Bachelor's degree in Computer Science and X years of experience in software development.

    • I am proficient in multiple programming languages such as Java, Python, and JavaScript.

    • I have a track record of successfully delivering high-quality projects on time and within budget.

    • I a...

  • Answered by AI
  • Q2. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Please have updated résumé

Top Wipro Software Engineer Interview Questions and Answers

Q1. KnapsackThere 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 into ‘N’ different items. Each item requires a certain amount of day for ... read more
View answer (5)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Nov 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 - Technical 

(6 Questions)

  • Q1. Python theoretical questions.
  • Q2. Print random ip address
  • Ans. 

    Generate and print a random IP address.

    • Use the random module to generate random numbers for each octet of the IP address.

    • Ensure that the generated IP address is valid by checking that each octet is within the range of 0-255.

    • Join the octets together with periods to form the complete IP address.

    • Print the generated IP address.

  • Answered by AI
  • Q3. Print the true or false by checking the input is ordered or not input is {[()]} 2nd input is ({[)}]
  • Ans. 

    The input is checked for order and the result is printed as true or false.

    • Check if the input is ordered by comparing opening and closing brackets

    • Use a stack to keep track of opening brackets

    • If a closing bracket is encountered, pop the top element from the stack and check if it matches the closing bracket

    • If the stack is empty at the end, the input is ordered

  • Answered by AI
  • Q4. Print reverse of string by using for loop
  • Ans. 

    The code snippet prints the reverse of a given string using a for loop.

    • Initialize an empty string to store the reversed string.

    • Iterate through each character in the original string using a for loop.

    • Append each character to the beginning of the reversed string.

    • Print the reversed string.

  • Answered by AI
  • Q5. Oops interview questions
  • Q6. What is decorator
  • Ans. 

    A decorator is a design pattern in Python that allows a user to add new functionality to an existing object or function.

    • Decorators are denoted by the @ symbol followed by the name of the decorator function.

    • They are used to modify the behavior of the decorated object or function without directly changing its source code.

    • Decorators can be used for adding logging, timing, caching, authentication, and other cross-cutting c...

  • Answered by AI
Round 3 - Technical 

(6 Questions)

  • Q1. Explain one scenario about automation you had in previous project
  • Ans. 

    Automated the testing of a web application by creating test scripts using Python and Selenium.

    • Developed automated test scripts using Python and Selenium

    • Executed test scripts to validate the functionality of a web application

    • Generated test reports and identified defects for further investigation

    • Improved test efficiency and reduced manual effort by automating repetitive tasks

  • Answered by AI
  • Q2. What is dict in python
  • Ans. 

    A dict in Python is an unordered collection of key-value pairs.

    • Dicts are enclosed in curly braces {}

    • Each key-value pair is separated by a colon :

    • Keys must be unique and immutable (strings, numbers, or tuples)

    • Values can be of any type and can be duplicated

    • Dicts are mutable and can be modified by adding, updating, or deleting key-value pairs

  • Answered by AI
  • Q3. What is web application testing
  • Ans. 

    Web application testing is the process of evaluating the functionality, usability, and security of a web application.

    • It involves testing the application's features, such as forms, navigation, and user interactions.

    • It also includes checking for compatibility across different browsers and devices.

    • Security testing is crucial to identify vulnerabilities and protect against attacks.

    • Performance testing ensures the applicatio...

  • Answered by AI
  • Q4. Jira defect tool
  • Q5. Inheritance in oops
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows code reuse and promotes modularity.

    • The class that is being inherited from is called the parent class or base class.

    • The class that inherits from the parent class is called the child class or derived class.

    • The child class can access all the public and protected members of the paren...

  • Answered by AI
  • Q6. Diff between list and tuple
  • Ans. 

    Lists and tuples are both sequence data types in Python, but they have some key differences.

    • Lists are mutable, meaning their elements can be changed, added, or removed.

    • Tuples are immutable, meaning their elements cannot be changed once defined.

    • Lists use square brackets [], while tuples use parentheses ().

    • Lists are typically used for collections of similar items, while tuples are used for heterogeneous data.

    • Lists have m...

  • Answered by AI

Skills evaluated in this interview

Top Wipro Python Automation Engineer Interview Questions and Answers

Q1. Print the true or false by checking the input is ordered or not input is {[()]} 2nd input is ({[)}]
View answer (1)

Python Automation Engineer Interview Questions asked at other Companies

Q1. Find the largest no. to be created from the list of numbers in the string format. Example ['234', 56','100'] -> 56234100
View answer (1)

Solutions Architecture Interview Questions & Answers

user image Anonymous

posted on 23 Dec 2024

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

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Communication with all group numbers

Round 2 - Assignment 

AWS Solution architecture Route 53

Interview Preparation Tips

Interview preparation tips for other job seekers - AWS Solution architecture services to challenge all customers and improving my self about communication to develop my future skills

Cloud Interview Questions & Answers

user image Anonymous

posted on 14 Apr 2024

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

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Good test but it is related basics only

Round 2 - Technical 

(2 Questions)

  • Q1. Pytroch explanation
  • Q2. Nice interview discussion on pytroch and tensor flow

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics nothing much is needed

Skills evaluated in this interview

Wipro interview questions for popular designations

 Project Engineer

 (649)

 Software Engineer

 (228)

 Software Developer

 (161)

 Associate

 (143)

 Senior Software Engineer

 (143)

 Technical Lead

 (131)

 Senior Associate

 (111)

 Process Associate

 (90)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Ospf, bgp, mpls
  • Q2. Switching routing ccna
  • Q3. Bgp metric ospf area
  • Q4. Vlan vtp vxlan dc switches

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare scenario based questions

Top Wipro Technical Lead Interview Questions and Answers

Q1. What automation framework have you worked on?
View answer (7)

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Get interview-ready with Top Wipro Interview Questions

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

(1 Question)

  • Q1. Domain based questions asked
Round 2 - HR 

(1 Question)

  • Q1. Inter personal questions asked
Round 3 - One-on-one 

(1 Question)

  • Q1. Business round and client facing

Software Developer II Interview Questions asked at other Companies

Q1. What all type of exceptions in Mule 4 & 3 and what is difference in both?
View answer (1)

Jobs at Wipro

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

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated and detail-oriented individual with a strong background in data analysis and process improvement.

    • Bachelor's degree in Business Administration

    • 2 years of experience in data analysis

    • Proficient in Microsoft Excel and SQL

    • Implemented process improvements that resulted in a 20% increase in efficiency

  • Answered by AI

Top Wipro Process Associate Interview Questions and Answers

Q1. What do u know about printer...? How many types of printer are there?
View answer (7)

Process Associate Interview Questions asked at other Companies

Q1. How will you explain a red colour (or any colour) to a person who is blind since his or her birth?
View answer (19)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. As per the process
Round 2 - Technical 

(1 Question)

  • Q1. Complete domain questions
Round 3 - Technical 

(1 Question)

  • Q1. Domain questions only
Round 4 - HR 

(1 Question)

  • Q1. Communication screening

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (86)

Remittance Officer Interview Questions & Answers

user image vishal gahlot

posted on 12 Jul 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Types of remmittance
  • Ans. 

    Types of remittance include bank transfers, online transfers, cash pick-up, mobile money, and prepaid cards.

    • Bank transfers

    • Online transfers

    • Cash pick-up

    • Mobile money

    • Prepaid cards

  • Answered by AI
  • Q2. Procedure for wire transfer
  • Ans. 

    Wire transfer procedure involves initiating the transfer, providing necessary information, and confirming the transaction.

    • Initiate the wire transfer through the bank or financial institution.

    • Provide the recipient's name, account number, routing number, and any other required details.

    • Confirm the transaction by verifying the details and authorizing the transfer.

    • Keep track of the transfer status and ensure the funds reach...

  • Answered by AI

Remittance Officer Interview Questions asked at other Companies

Q1. Where can we check Exchange rate
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Many questions based on azure, project mechanism, git and tfvc repo control, azure blob, service bus, difference between iaas paas saas its example
Round 2 - Technical 

(1 Question)

  • Q1. Application insights, azure functions, kql query written, blob storage, access tier, service bus, dead letter, in depth azure discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - After 3 weeks of good interviews I didn't hear back from them. I tried to chase them. They delayed everything.

Azure Developer Interview Questions asked at other Companies

Q1. What is API Management service ? Logic apps? Data bricks?
View answer (1)

Wipro Interview FAQs

How many rounds are there in Wipro interview for experienced candidates?
Wipro interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Wipro interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for Wipro interview for experienced candidates?
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 Java, SQL, Python, Microservices and Spring Boot.
What are the top questions asked in Wipro interview for experienced candidates?

Some of the top questions asked at the Wipro interview for experienced candidates -

  1. Which is the most comfortable Windows OS for you to work on? ...What is the use...read more
  2. What is Stp and how it is work? What is root bri...read more
  3. What automation framework have you worked ...read more
How long is the Wipro interview process?

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

Tell us how to improve this page.

Wipro Interview Process for Experienced

based on 943 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 805 Interviews
Cyient Interview Questions
3.7
 • 283 Interviews
View all

Wipro Reviews and Ratings

based on 52.2k reviews

3.7/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.1

Salary

3.8

Job security

3.6

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 52.2k Reviews and Ratings
Content Moderator-HR Sukalpa

Hyderabad / Secunderabad

0-1 Yrs

Not Disclosed

Manhattan OMS

Hyderabad / Secunderabad,

Chennai

+1

7-12 Yrs

Not Disclosed

Immediate Opening For US mortgage-Chennai

Chennai

5-10 Yrs

Not Disclosed

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 - ₹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.3
Compare

Amazon

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