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 and Answers for Experienced

Updated 2 Jul 2025
Popular Designations

1.1k Interview questions

A Technical Lead was asked 3d ago
Q. What is the box model?
Ans. 

The box model is a fundamental concept in CSS that describes the layout of elements on a web page.

  • The box model consists of margins, borders, padding, and the actual content area.

  • Margins create space outside the element, separating it from others.

  • Borders are the lines surrounding the padding and content, customizable in style and color.

  • Padding is the space between the content and the border, affecting the element'...

View all Technical Lead interview questions
A Technical Lead was asked 3d ago
Q. Explain storage.
Ans. 

Storage refers to the methods and technologies used to retain data for future access and use.

  • Types of storage: Primary (RAM) vs Secondary (HDD, SSD).

  • Cloud storage: Services like AWS S3, Google Drive for remote data access.

  • Database storage: Structured data in SQL databases (e.g., MySQL) vs NoSQL (e.g., MongoDB).

  • File storage: Organizing files in directories on local or network drives.

  • Backup storage: Solutions for da...

View all Technical Lead interview questions
A Technical Lead was asked 3d ago
Q. Have you used any third-party libraries? If so, how did you implement them in your project?
Ans. 

Yes, I have used third-party libraries to enhance functionality and streamline development in my projects.

  • Implemented 'Lodash' for utility functions to simplify data manipulation in a JavaScript project.

  • Used 'Django Rest Framework' to build RESTful APIs quickly and efficiently in a Python web application.

  • Integrated 'TensorFlow' for machine learning tasks, enabling predictive analytics in a healthcare application.

  • U...

View all Technical Lead interview questions
A Technical Lead was asked 3d ago
Q. What is lazy loading, and can you provide a code example?
Ans. 

Lazy loading is a design pattern that delays the initialization of an object until it's needed, improving performance.

  • Improves performance by loading resources only when required.

  • Reduces initial load time and memory usage.

  • Commonly used in web applications for images and data.

  • Example in JavaScript: Using 'import()' for dynamic imports.

  • Example in Python: Using generators to yield data on demand.

View all Technical Lead interview questions

What people are saying about Wipro

View All
pacifier
Verified Icon
2w
works at
Wipro
Petition to End 90-Day Notice Periods in Indian IT 🚫
Many Indian IT companies still force employees to serve a 90-day notice period. No early release. No buyout. Just 3 months of waiting — even when the new company wants immediate joiners. This affects careers, mental health, and growth. Let’s push for a fairer system maximum 30-day notice like in other countries. 👉 Like this post if you agree. Let’s raise our voice together.
Got a question about Wipro?
Ask anonymously on communities.
A Technical Lead was asked 3d ago
Q. What are HTTP interceptors?
Ans. 

HTTP interceptors are middleware functions that intercept HTTP requests and responses for processing before they reach the server or client.

  • Used in frameworks like Angular to modify requests/responses.

  • Can add headers, log requests, or handle errors globally.

  • Example: Adding an authorization token to every request.

  • Can be used for caching responses to improve performance.

  • Example: Logging request details for debugging...

View all Technical Lead interview questions
A Technical Lead was asked 3d ago
Q. What is git compare?
Ans. 

Git compare is a command used to view differences between commits, branches, or files in a Git repository.

  • Shows changes between two commits: `git diff commit1 commit2`.

  • Compares branches: `git diff branch1..branch2` to see differences.

  • Can be used to compare a file's changes: `git diff HEAD -- filename`.

  • Visual tools like GitHub provide a 'compare' feature for pull requests.

View all Technical Lead interview questions
A Technical Lead was asked 3d ago
Q. Where is it appropriate to use git rebase?
Ans. 

Git rebase is used to integrate changes from one branch into another, maintaining a cleaner project history.

  • Use rebase to keep a linear project history by avoiding unnecessary merge commits.

  • Example: When working on a feature branch, rebase it onto the main branch before merging to ensure it includes the latest changes.

  • Rebase can be used to squash multiple commits into a single commit for a cleaner history.

  • Example:...

View all Technical Lead interview questions
Are these interview questions helpful?
A Technical Lead was asked 3d ago
Q. What is the difference between an observable and a promise?
Ans. 

Observables are streams of data that can emit multiple values over time, while promises handle a single asynchronous value.

  • Observables can emit multiple values, while promises resolve to a single value.

  • Example of Observable: `const obs = new Observable(subscriber => { subscriber.next(1); subscriber.next(2); subscriber.complete(); });`

  • Example of Promise: `const promise = new Promise((resolve, reject) => { res...

View all Technical Lead interview questions
A Technical Lead was asked 3d ago
Q. What is a service?
Ans. 

A service is a function or set of functions provided to users or systems, often over a network, to fulfill specific needs.

  • Services can be web-based, like REST APIs, which allow applications to communicate over the internet.

  • Microservices architecture breaks down applications into smaller, independent services that can be developed and deployed separately.

  • Cloud services, such as AWS or Azure, provide scalable resour...

View all Technical Lead interview questions
A Technical Lead was asked 3d ago
Q. Explain authentication and authorization.
Ans. 

Authentication verifies identity; authorization grants access based on permissions.

  • Authentication is the process of verifying who a user is.

  • Authorization determines what an authenticated user can do.

  • Example of authentication: Logging in with a username and password.

  • Example of authorization: A user with admin rights can access all files, while a regular user cannot.

  • Authentication can use methods like passwords, bio...

View all Technical Lead interview questions

Wipro Interview Experiences for Experienced

2.2k interviews found

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

I applied via Naukri.com and was interviewed before Nov 2021. There was 0 interview round.

  • Q1. Resume points About your intro
  • Q2. About your family details and salary part
  • Q3. Responsibilities
  • Q4. Technical assignment of selected Skill
  • Q5. Hr Discussion on salary part

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Cautious on Skill set What your looking for designation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Basics python and differently type

Round 2 - Coding Test 

Python only and different type question

Round 3 - Technical 

(3 Questions)

  • Q1. Explaining and technical question
  • Q2. Sum exucuting and explaining of this question
  • Q3. Python programs related
Round 4 - HR 

(2 Questions)

  • Q1. Group discuss and Salary
  • Q2. Selected finally discuss the salary packages
Round 5 - Group Discussion 

Basics others of group discussion

Front end Developer Interview Questions & Answers

user image Divya Gowrabathina

posted on 7 Mar 2025

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

I appeared for an interview in Feb 2025.

Round 1 - Assignment 

Wipro assesment process depends on the role you're applying for.wipro conduct an online test as part of its recruitment process

Round 2 - Coding Test 

Two coding problem language c, python,java are write the code

Round 3 - Aptitude Test 

It evaluates problem solving analytical thinking and communication Aptitude are maths and numerical ability.

Round 4 - HR 

(6 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    My self Divya I am from venkatagiri present I am staying in Bangalore. I have completed my BTech in the stream of electronics and communication engineering in Audisankara college of engineering and technology.

  • Answered by Divya Gowrabathina
  • Q2. What do you want to join wipro?
  • Ans. 

    I want to join Wipro to leverage my skills in front-end development and contribute to innovative projects in a dynamic environment.

    • Wipro's commitment to innovation aligns with my passion for creating cutting-edge web applications.

    • The opportunity to work with diverse teams will enhance my collaborative skills and broaden my perspective.

    • Wipro's focus on sustainability resonates with my values, and I want to be part of in...

  • Answered by AI
  • Q3. What do you know about wipro?
  • Ans. 

    Wipro is a global information technology, consulting, and business process services company based in India, known for innovation.

    • Global Presence: Wipro operates in over 50 countries, providing services to clients across various industries, including healthcare and finance.

    • Diverse Services: The company offers a wide range of services, including IT consulting, application development, and cloud services, catering to diff...

  • Answered by AI
  • Q4. What do you like most about wipro?
  • Q5. What do you expect from this job?
  • Ans. 

    I expect growth, collaboration, and the opportunity to create impactful user experiences in this role.

    • Professional growth: I hope to enhance my skills in modern frameworks like React or Vue.js.

    • Collaboration: I look forward to working with designers and backend developers to create seamless applications.

    • Impactful work: I want to contribute to projects that improve user experience and accessibility.

    • Feedback culture: I ap...

  • Answered by AI
  • Q6. What do you know about wipro?
  • Ans. 

    Wipro is a leading global information technology, consulting, and business process services company based in India.

    • Founded in 1945, originally as a vegetable oil manufacturer.

    • Headquartered in Bangalore, India, with a presence in over 50 countries.

    • Offers services in IT consulting, application development, and business process outsourcing.

    • Known for its commitment to sustainability and corporate social responsibility.

    • Part...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're asked to share advice for job seekers, here’s a strong answer:

"Job hunting can be challenging, but staying focused and prepared makes a big difference. First, build a strong resume that highlights your skills and achievements clearly. Second, practice for interviews—both technical and HR—by researching common questions and improving communication skills. Third, keep learning by upskilling in relevant technologies or industry trends. Also, networking is important; connect with professionals on LinkedIn and attend industry events. Lastly, stay persistent and positive. Rejections are part of the process, but each interview is a learning opportunity that brings you closer to success."

Would you like a more tailored answer based on your field or experience?
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
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.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. IAM Basics, What is SSO/Implementation process,RBAC process.
  • Q2. Scenario biased interview questions about IAM.
Round 2 - Technical 

(1 Question)

  • Q1. More topics on IAM/Sailpont RSA Governance and Okta.
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

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?
  • Ans. 

    I have a background in data analysis with experience in using tools like Python, SQL, and Tableau.

    • I have a degree in Statistics and have worked as a Data Analyst for 3 years.

    • My daily activities include cleaning and analyzing data, creating visualizations, and presenting insights to stakeholders.

    • I use Python for data manipulation and analysis, SQL for querying databases, and Tableau for creating interactive dashboards.

    • I...

  • Answered by AI
  • Q2. What are the concepts of advanced Excel and Power BI projects, and how are they utilized within a company or for clients?
  • Ans. 

    Advanced Excel and Power BI are tools used for data analysis and visualization in companies and for clients.

    • Advanced Excel allows for complex data manipulation, analysis, and visualization using features like pivot tables, macros, and VBA programming.

    • Power BI is a business analytics tool that provides interactive visualizations and business intelligence capabilities, connecting to various data sources.

    • These tools are u...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Can you explain your project experience related to Advanced Excel and Power BI?
  • Ans. 

    I have extensive experience in using Advanced Excel and Power BI for data analysis projects.

    • Created complex formulas and macros in Excel to automate data processing tasks

    • Designed interactive dashboards in Power BI to visualize and analyze data trends

    • Integrated data from multiple sources into Power BI for comprehensive analysis

    • Used Power Query and Power Pivot in Excel to manipulate and analyze large datasets

    • Provided dat...

  • Answered by AI
  • Q2. What are the concepts of credit and operations, particularly in relation to Know Your Customer (KYC) procedures and the privacy of client data?
  • Ans. 

    Credit and operations concepts in relation to KYC procedures and client data privacy.

    • Credit refers to the extension of money or resources to a client based on their financial history and ability to repay.

    • Operations involve the day-to-day processes and procedures within a financial institution to ensure smooth functioning.

    • KYC procedures are used to verify the identity of clients to prevent fraud and money laundering.

    • Pri...

  • Answered by AI

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.
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
  • Ans. 

    Use SQL window functions to identify the highest sale amount for each store per day.

    • Use the ROW_NUMBER() function to rank sales within each day and store.

    • Partition the data by store and date to isolate daily sales.

    • Order the sales in descending order to get the highest sale at the top.

    • Example SQL query: SELECT store_id, sale_date, sale_amount, ROW_NUMBER() OVER (PARTITION BY store_id, sale_date ORDER BY sale_amount DESC...

  • Answered by AI
  • 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.,
  • Ans. 

    Design an ETL pipeline to handle irregularly timed JSON file uploads for data transformation and schema matching.

    • Use a cloud storage service (e.g., AWS S3) to store incoming JSON files.

    • Implement a file watcher or event-driven architecture (e.g., AWS Lambda) to trigger processing when new files arrive.

    • Utilize a data processing framework (e.g., Apache Spark or Apache Beam) to read and transform the JSON data.

    • Define a sch...

  • Answered by AI
  • Q3. Write a pyspark code to join two tables and explain broadcastjoin() & what it does?

Skills evaluated in this interview

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

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 Project Management, Root Cause Analysis, Troubleshooting, SQL and Team Management.
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
What are the most common questions asked in Wipro HR round for experienced candidates?

The most common HR questions asked in Wipro interview are for experienced candidates -

  1. What are your salary expectatio...read more
  2. What are your strengths and weakness...read more
  3. Why are you looking for a chan...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.

Overall Interview Experience Rating

4.1/5

based on 1.2k interview experiences

Difficulty level

Easy 25%
Moderate 69%
Hard 6%

Duration

Less than 2 weeks 66%
2-4 weeks 22%
4-6 weeks 6%
6-8 weeks 1%
More than 8 weeks 5%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
LTIMindtree Interview Questions
3.7
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.5k Interviews
View all

Wipro Reviews and Ratings

based on 57.5k 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 57.5k Reviews and Ratings
Lidar Labelling Experience Drive//8th To 10th July

Hyderabad / Secunderabad

0-1 Yrs

₹ 2.5-3.5 LPA

Siem Engineer

Bangalore / Bengaluru

4-7 Yrs

Not Disclosed

Sailpoint Developer

Pune,

Bangalore / Bengaluru

+1

8-13 Yrs

Not Disclosed

Explore more jobs
Project Engineer
33.5k salaries
unlock blur

₹3.5 L/yr - ₹8.2 L/yr

Senior Software Engineer
23.2k salaries
unlock blur

₹6.2 L/yr - ₹19 L/yr

Senior Associate
21.8k salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

Technical Lead
20.1k salaries
unlock blur

₹16.5 L/yr - ₹30 L/yr

Senior Project Engineer
18.7k salaries
unlock blur

₹6.4 L/yr - ₹16.5 L/yr

Explore more salaries
Compare Wipro with

TCS

3.6
Compare

Infosys

3.6
Compare

Tesla

4.0
Compare

Amazon

4.0
Compare
write
Share an Interview