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

Filter interviews by

Wipro Full-time Job Interview Questions, Process, and Tips for Experienced

Updated 1 Feb 2025

Top Wipro Full-time Job Interview Questions and Answers for Experienced

View all questions

Wipro Interview Experiences for Experienced

Popular Designations

1.9k interviews found

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

I applied via Company Website and was interviewed in Dec 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

An aptitude test is an assessment to measure a candidate mental aptitude/mental ability

Round 2 - Technical 

(3 Questions)

  • Q1. Can you briefly Tell us about yourself?
  • Ans. 

    I am a passionate software developer with 5 years of experience in web development and a strong background in computer science.

    • 5 years of experience in web development

    • Strong background in computer science

    • Passionate about software development

  • Answered by AI
  • Q2. What do you consider to be your strongest points?
  • Ans. 

    My strongest points include problem-solving skills, attention to detail, and ability to work well in a team.

    • Strong problem-solving skills - I enjoy tackling complex issues and finding creative solutions.

    • Attention to detail - I am meticulous in my work and strive for perfection in every task.

    • Team player - I collaborate effectively with colleagues, communicate openly, and contribute positively to group projects.

  • Answered by AI
  • Q3. Which programming languages do you use regularly in your work
  • Ans. 

    I regularly use Java, Python, and SQL in my work as a Software Developer.

    • Java

    • Python

    • SQL

  • Answered by AI
Round 3 - Group Discussion 

A group discussion is a structured conversation in which participants share their ideas, perspectives, and solutions on a specific topic.

Round 4 - HR 

(2 Questions)

  • Q1. What motivates you to seek employment at Wipro?
  • Ans. 

    I am motivated to seek employment at Wipro because of their reputation for innovation and opportunities for growth.

    • Impressed by Wipro's track record of delivering cutting-edge solutions

    • Excited about the chance to work with a diverse and talented team

    • Eager to take advantage of Wipro's professional development programs

  • Answered by AI
  • Q2. What are your long-term career goals?
  • Ans. 

    My long-term career goal is to become a lead software developer and eventually move into a management role.

    • Advance to a lead software developer position

    • Gain experience in managing a team of developers

    • Develop strong leadership and communication skills

    • Continue learning new technologies and staying updated with industry trends

  • Answered by AI
Round 5 - Assignment 

Assignment details refer to the specifics of an assignment, including any documents and/or emails or subsequent correspondence between the company and the client.

Interview Preparation Tips

Topics to prepare for Wipro Software Developer interview:
  • Your academic achievement
  • Responsibility related to your p
  • The way you address mistakes at
Interview preparation tips for other job seekers - Reflect on the activities you enjoy and what brings you happiness, while also taking into account your skills and strengths.

Top Wipro Software Developer Interview Questions and Answers

Q1. Minimum operations to make strings equalYou have been given two strings A and B consisting of lower case English letters. The task is to count the minimum number of pre-processing moves on the string A required to make it equal to string B ... read more
View answer (3)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (38)
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 Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How Terraform works in background end to end?
  • Ans. 

    Terraform automates infrastructure provisioning by defining configuration in code.

    • Terraform reads configuration files written in HashiCorp Configuration Language (HCL)

    • It creates an execution plan to determine what actions are necessary to achieve the desired state

    • Terraform then executes the plan to build the infrastructure

    • It tracks the state of the infrastructure and can make changes as needed

    • Terraform supports various

  • Answered by AI
  • Q2. How Argo Cd bested architecture should establish for multiple env with less efforts?
  • Ans. 

    Establishing a scalable Argo CD architecture for multiple environments with minimal effort.

    • Utilize Argo CD Applications to manage configurations for different environments

    • Leverage Argo CD Projects to group related applications and manage access control

    • Implement GitOps principles to automate deployment workflows and ensure consistency

    • Use Helm charts to define application dependencies and simplify deployment configuratio

  • Answered by AI
  • Q3. How terraform Metaarguments works in multiple scenario scenarios
  • Ans. 

    Terraform Metaarguments are used to modify the behavior of resources in different scenarios.

    • Metaarguments can be used to control how Terraform handles resources, such as count, depends_on, lifecycle, provider, etc.

    • They can be used to define dependencies between resources, manage resource creation and deletion, and specify resource behavior.

    • Metaarguments can be used in various scenarios like defining resource dependenci...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How terraform works for Multiple env without workspace using composite modules?
  • Ans. 

    Terraform can manage multiple environments without using workspaces by utilizing composite modules.

    • Use composite modules to define reusable components that can be shared across multiple environments.

    • Leverage variables and input parameters to customize the behavior of the composite modules for each environment.

    • Organize the infrastructure code in a modular and scalable way to easily manage multiple environments.

    • Avoid usi...

  • Answered by AI
  • Q2. How to write composite terraform module and pass their values to other modules.
  • Ans. 

    Creating composite Terraform modules and passing values to other modules.

    • Create a main module that calls other modules

    • Define input variables in the main module and pass them to the child modules

    • Use output variables in the child modules to return values to the main module

    • Example: main.tf calls moduleA and moduleB, passing variables and using outputs

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. How you handle team if you multiple pressure ?
  • Ans. 

    I prioritize tasks, delegate effectively, communicate openly, and provide support to ensure team members are not overwhelmed.

    • Prioritize tasks based on urgency and impact

    • Delegate tasks to team members based on their strengths and workload

    • Communicate openly about the pressure and work together to find solutions

    • Provide support and resources to help team members manage their workload effectively

  • Answered by AI
  • Q2. How you will support your team in case your are on vacation in case of critical situation and how you could avoid
  • Ans. 

    I will ensure proper documentation, cross-training, and on-call rotation to support the team during critical situations when I am on vacation.

    • Create detailed documentation for common issues and resolutions

    • Implement cross-training sessions to ensure team members can cover for each other

    • Establish an on-call rotation schedule with clear escalation paths

    • Regularly review and update runbooks and procedures

    • Utilize monitoring ...

  • Answered by AI

Skills evaluated in this interview

DevOps Tech Lead Interview Questions asked at other Companies

Q1. How Argo Cd bested architecture should establish for multiple env with less efforts?
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 23 Dec 2024

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Can you provide an overview of your background, including your past experiences and daily activities, as well as the tools you use in your routine?
  • Q2. What are the concepts of advanced Excel and Power BI projects, and how are they utilized within a company or for clients?
Round 2 - One-on-one 

(2 Questions)

  • Q1. Can you explain your project experience related to Advanced Excel and Power BI?
  • Q2. What are the concepts of credit and operations, particularly in relation to Know Your Customer (KYC) procedures and the privacy of client data?

Interview Preparation Tips

Interview preparation tips for other job seekers - If your resume is shortlisted, then there is a higher chance that you will be selected.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Program for duplicate removal and sorting

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical in detail

Interview Preparation Tips

Interview preparation tips for other job seekers - I had the opportunity to interview with Wipro over a period of two months, and unfortunately, it was one of the most frustrating interview experiences I’ve had. Here’s a breakdown of what happened.

First Round – Virtual Interview:
The first round was a virtual interview that lasted around 30 minutes. It was smooth and professional, covering the usual technical and behavioral questions.

Second Round – Face-to-Face Interview:
After successfully passing the first round, I was invited for a second and final face-to-face interview. This round lasted over an hour and covered more in-depth technical topics. I left the interview feeling positive and optimistic about the outcome.

Post-Interview Communication:
A few days later, the HR contacted me to request documents and initiated salary discussions, giving me the impression that things were progressing well. However, this is where the problems began.

Months of Silence and Miscommunication:
After these initial discussions, there was complete silence from their side for nearly two months. No updates, no follow-ups—just radio silence. I reached out multiple times, only to be ignored.

L2 Interview Round – Unexpected and Unprofessional:
Out of the blue, I received a call from HR stating that I needed to go through another "L2" technical round, despite having completed the final round weeks earlier. This round felt redundant, and I was ultimately rejected.

Unprofessional HR Behavior:
Throughout this process, the communication from HR was inconsistent, rude, and highly unprofessional. Their lack of transparency, coupled with the abrupt rejection after months of waiting, made the experience even worse.

I would advise anyone considering interviewing with Wipro to think twice before investing their time. The process was disorganized, communication was poor, and the behavior from the HR team was far from professional. Your time and efforts could be better spent elsewhere.

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)

Wipro interview questions for popular designations

 Project Engineer

 (648)

 Software Engineer

 (226)

 Software Developer

 (160)

 Associate

 (143)

 Senior Software Engineer

 (143)

 Technical Lead

 (131)

 Senior Associate

 (111)

 Process Associate

 (90)

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. SQL Question on window functions to find the highest sale amount per day of the stores
  • Q2. Build an ETL Pipeline to read json files which are dropping at irregular times into storage. So how do you transform and match the schema etc.,
  • Q3. Write a pyspark code to join two tables and explain broadcastjoin() & what it does?

Lead Data Engineer Interview Questions asked at other Companies

Q1. Given a DataFrame df with columns 'A', 'B','C' how would you group the data by the values in column 'A' and calculate the mean of column 'B' for each group, while also summing the values in column 'C' ?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(4 Questions)

  • Q1. Java 8 features
  • Q2. Garbage collector changes in java 11
  • Ans. 

    Java 11 introduced a new garbage collector called Epsilon.

    • Java 11 introduced a new experimental garbage collector called Epsilon, which is a no-op garbage collector.

    • Epsilon is designed for applications that do not require garbage collection, essentially turning off the garbage collector.

    • This can be useful for performance testing or short-lived applications where the overhead of garbage collection is not needed.

  • Answered by AI
  • Q3. SOLID principles
  • Q4. Kafka basics like topic, partition, consumer group
Round 2 - Technical 

(3 Questions)

  • Q1. Microservices 12 factor methodology
  • Q2. API gateway concepts, service discovery
  • Q3. Microservices side car pattern
Round 3 - HR 

(2 Questions)

  • Q1. Package expectation
  • Q2. Notice period negotiation

Skills evaluated in this interview

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)

Jobs at Wipro

View all

HR Executive Interview Questions & Answers

user image Anonymous

posted on 13 Dec 2024

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Introduction and about experiance
  • Q2. About work managment in organization
Round 2 - One-on-one 

(2 Questions)

  • Q1. Introducing oneself, discussing experiences, and other
  • Q2. Regarding the workplace culture and organization

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)

Mainframe Programmer interview

user image Mainframe Guru

posted on 16 Nov 2021

QA Lead Interview Questions & Answers

user image ritu Aparna

posted on 14 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Java string question, Define Automation framework, Explain jenkins usage, what is the difference ebtween Waterfall and Agile modal.
  • Q2. Explain the usage of joins in SQL.
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q3. Explain the testNG usage
  • Ans. 

    TestNG is a testing framework for Java that supports various testing levels and annotations.

    • TestNG allows for easy configuration of test suites, test cases, and test methods.

    • It supports parallel execution of tests, data-driven testing, and parameterization.

    • TestNG provides detailed test reports and allows for grouping of test methods.

    • Annotations like @Test, @BeforeSuite, @AfterSuite, etc., help in defining test methods

  • Answered by AI
  • Q4. Explain POM concept in Automation framework.
  • Ans. 

    POM is a design pattern in automation testing where web pages are represented as classes, and the interactions are defined as methods.

    • POM helps in creating a clear separation between test scripts and page objects.

    • It improves test maintenance and readability.

    • Page classes contain locators and methods to interact with the elements on the page.

    • Test scripts call these methods to perform actions on the page.

    • Example: LoginPag...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain your day to day activity as a QA lead.
  • Ans. 

    As a QA lead, my day to day activities involve overseeing testing processes, coordinating with team members, creating test plans, and ensuring quality standards are met.

    • Coordinate with team members to assign testing tasks and ensure deadlines are met

    • Create and review test plans, test cases, and test scripts

    • Conduct regular meetings with the team to discuss progress and address any issues

    • Collaborate with developers and o...

  • Answered by AI

Skills evaluated in this interview

QA Lead Interview Questions asked at other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Performance guarantee. 2. What are different SWIFT messages generated as part of Letter of Credit? 3. Difference between LC and Guarantee. 4. Difference between Import LC and Export ... read more
View answer (1)

Technical Lead Interview Questions & Answers

user image ankita agarwal

posted on 3 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Difference between coalesce and repartition
Round 2 - Technical 

(1 Question)

  • Q1. Last project architecture

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)

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, Python, SQL, Spring Boot and Microservices.
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 automation framework have you worked ...read more
  3. What is Stp and how it is work? What is root bri...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 of Full-time Jobs for Experienced

based on 892 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
Cyient Interview Questions
3.7
 • 281 Interviews
View all

Wipro Reviews and Ratings

based on 51.6k reviews

3.7/5

Rating in categories

3.7

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 51.6k Reviews and Ratings
Senior Engineer

Pune,

Gurgaon / Gurugram

+1

2-7 Yrs

₹ 3.6-32 LPA

JIRA Admin

Pune

2-7 Yrs

Not Disclosed

Analyst

Gurgaon / Gurugram

1-4 Yrs

₹ 10-9.88 LPA

Explore more jobs
Project Engineer
32.7k 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.5k salaries
unlock blur

₹5 L/yr - ₹19.5 L/yr

Technical Lead
18.6k 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