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

Updated 2 Feb 2025

Top Wipro Interview Questions and Answers

View all questions

Wipro Interview Experiences

Popular Designations

1.9k interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Change Management Process
  • Q2. Technical roadblock you solved during your career
  • Ans. 

    Implemented a caching mechanism to improve performance of a data-intensive application

    • Identified bottleneck in application due to frequent database queries

    • Researched and implemented caching solution using Redis to store frequently accessed data

    • Monitored performance metrics to ensure caching was effective

    • Resulted in significant reduction in database load and improved application response time

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Casing a situation in project and solving it.
  • Ans. 

    In a project, I encountered a critical bug that was causing system crashes. I identified the root cause and implemented a fix to resolve it.

    • Identify the specific symptoms of the issue and gather relevant data for analysis

    • Analyze the codebase to pinpoint the root cause of the bug

    • Develop and test a solution to fix the bug

    • Implement the fix and monitor the system for any further issues

  • Answered by AI
  • Q2. Salary negotiation

Top Wipro Senior Software Engineer Interview Questions and Answers

Q1. What is diff between CTE , Temp table and Table variable
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Work Experience in Citrix
  • Ans. 

    I have 5 years of work experience in Citrix, including managing virtual desktops, applications, and troubleshooting user issues.

    • Managed Citrix virtual desktop infrastructure (VDI) for 500+ users

    • Deployed and maintained Citrix XenApp and XenDesktop environments

    • Troubleshooted user connectivity and performance issues

    • Implemented Citrix policies and configurations to optimize performance

    • Collaborated with IT teams to integrat

  • Answered by AI
  • Q2. Explain in high level steps for patching and other BAU activiteis
  • Ans. 

    Patching and other BAU activities involve planning, testing, deploying, and monitoring updates to ensure system security and stability.

    • Create a patch management plan outlining roles and responsibilities

    • Test patches in a non-production environment before deploying to production

    • Schedule patching during maintenance windows to minimize downtime

    • Monitor systems for any issues post-patching and rollback if necessary

  • Answered by AI

Skills evaluated in this interview

Top Wipro Lead Administrator Interview Questions and Answers

Q1. How to Add kernel parameter. What are the important kernel parameter for DB
View answer (1)

Lead Administrator Interview Questions asked at other Companies

Q1. How many custom fields can be setup in a Coupa object?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is a adls
  • Ans. 

    ADLS stands for Azure Data Lake Storage, a scalable and secure data lake platform for big data analytics.

    • ADLS is a cloud-based storage solution provided by Microsoft Azure.

    • It is designed for big data analytics and can handle massive amounts of data.

    • ADLS offers features like high availability, security, and scalability.

    • Example: ADLS Gen2 is a combination of Azure Blob Storage and Azure Data Lake Storage capabilities.

  • Answered by AI
  • Q2. What is activities? Which type of activities are u using
  • Ans. 

    Activities in software engineering refer to tasks or actions performed during the development process.

    • Types of activities include requirements gathering, design, coding, testing, and deployment

    • Examples of activities are creating user stories, designing system architecture, writing code, running test cases, and releasing updates

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is yours strength and weekness
  • Ans. 

    My strength is problem-solving and my weakness is sometimes being too detail-oriented.

    • Strength: I excel at breaking down complex problems into manageable tasks and finding efficient solutions.

    • Weakness: I can get caught up in the details and lose sight of the bigger picture.

    • Example: In a previous project, I was able to identify a critical bug in the code by carefully analyzing the logs and pinpointing the issue.

    • Example:...

  • Answered by AI
  • Q2. What is your project explanation?
  • Ans. 

    I developed a web application for managing inventory and sales for a retail store.

    • Created a user-friendly interface for adding, updating, and deleting products

    • Implemented a search functionality to quickly find products based on various criteria

    • Integrated payment processing system for online sales

    • Generated reports on sales performance and inventory levels

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Your current Ctc and expected
  • Ans. 

    Current Ctc: $80,000 Expected Ctc: $100,000

    • Current Ctc: $80,000

    • Expected Ctc: $100,000

  • Answered by AI
  • Q2. Relocation to change
  • Ans. 

    I am open to relocating for the right opportunity.

    • I am willing to relocate for a challenging role that aligns with my career goals.

    • I am open to exploring new cities or countries for work.

    • I believe that relocating can offer new experiences and opportunities for personal and professional growth.

  • Answered by AI

Skills evaluated in this interview

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
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Aptitude and reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. SQL Keys - Difference between Primary key and Foreign key.
  • Ans. 

    Primary key uniquely identifies a record in a table, while foreign key establishes a relationship between two tables.

    • Primary key ensures each record is unique in a table

    • Foreign key links a column in one table to a column in another table

    • Primary key is used to enforce entity integrity, while foreign key enforces referential integrity

  • Answered by AI
  • Q2. OOPS - Abstraction and how can we achieve it?
  • Ans. 

    Abstraction in OOPS is the concept of hiding the implementation details and showing only the necessary information to the user.

    • Abstraction can be achieved in OOPS by using abstract classes and interfaces.

    • Abstract classes have at least one abstract method that must be implemented by the subclasses.

    • Interfaces define a set of methods that a class must implement.

    • By using abstraction, we can focus on the essential features ...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Are you willing to relocate?

Skills evaluated in this interview

Top Wipro Project Engineer Interview Questions and Answers

Q1. Triangle Star PatternPrint the following pattern for the given N number of rows. Pattern for N = 4 * ** *** **** Note : There are no spaces between the stars (*). Input format : Integer N (Total no. of rows) Output format : Pattern in N l... read more
View answer (9)

Project Engineer Interview Questions asked at other Companies

Q1. Triangle Star PatternPrint the following pattern for the given N number of rows. Pattern for N = 4 * ** *** **** Note : There are no spaces between the stars (*). Input format : Integer N (Total no. of rows) Output format : Pattern in N l... read more
View answer (9)

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)

Change Manager Interview Questions & Answers

user image ARUN kumar

posted on 16 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Evalute change in infrastructure side
  • Ans. 

    Evaluating changes in infrastructure involves assessing the impact on systems, processes, and resources.

    • Assess the current infrastructure setup and identify areas for improvement

    • Analyze the proposed changes and their potential impact on existing systems

    • Consider the resources and budget required for implementing the changes

    • Evaluate the risks and benefits of the changes before implementation

    • Communicate with stakeholders

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Change Manager Interview Questions asked at other Companies

Q1. What is the difference between emergency and urgent change? Emergency change is raised to resolve an incident. It doesn’t follow the normal change process and do not have a lead time. ECAB needs to be arranged. Urgent change needs to be imp... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What went well? (Select multiple options, if applicable)
  • Ans. 

    The team collaboration and communication went well.

    • Effective communication among team members

    • Collaboration on challenging tasks

    • Supportive team environment

    • Timely feedback and updates

    • Successful completion of projects

  • Answered by AI
  • Q2. What was round 1?write-icon
  • Ans. 

    Round 1 was the initial phase of a competition or selection process.

    • Round 1 typically involves screening candidates based on basic qualifications or skills.

    • It may include written tests, interviews, or assessments.

    • Candidates who pass Round 1 usually proceed to the next round of the process.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - N/A,......................

Top Wipro Content Moderator Interview Questions and Answers

Q1. What went well? (Select multiple options, if applicable)
View answer (1)

Content Moderator Interview Questions asked at other Companies

Q1. What do you know about content moderation?
View answer (5)

Jobs at Wipro

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

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Who are your large deal customers?
  • Ans. 

    Our large deal customers include Fortune 500 companies in the technology, automotive, and healthcare industries.

    • Fortune 500 companies

    • Technology industry

    • Automotive industry

    • Healthcare industry

  • Answered by AI
  • Q2. What are your cloud platform certifications?
  • Ans. 

    I am certified in AWS Certified Solutions Architect - Associate and Google Cloud Certified - Professional Cloud Architect.

    • AWS Certified Solutions Architect - Associate

    • Google Cloud Certified - Professional Cloud Architect

  • Answered by AI
  • Q3. What are the primary aspects you look for while reviewing SoW?
  • Ans. 

    Key aspects include scope clarity, feasibility, alignment with goals, deliverables, timeline, and budget.

    • Scope clarity: Ensure the SoW clearly defines the project scope, objectives, and deliverables.

    • Feasibility: Assess if the proposed project can be realistically executed within the given constraints.

    • Alignment with goals: Verify that the SoW aligns with the overall strategic goals and objectives of the organization.

    • Del...

  • Answered by AI
  • Q4. What are the financial services customers projects that you have handled?
  • Ans. 

    I have led various financial services customer projects, including implementing new banking systems and developing financial software solutions.

    • Implemented a new core banking system for a major financial institution

    • Developed a mobile banking application for a regional credit union

    • Led a team in creating a risk management software for an investment firm

  • Answered by AI
  • Q5. What are all different types of Java projects that you have handled (tech migration)
  • Ans. 

    I have handled various types of Java projects including tech migration.

    • E-commerce platform migration from Java 7 to Java 8

    • Legacy system modernization using Java Spring framework

    • Integration of Java applications with cloud services like AWS

    • Migration of Java web applications to microservices architecture

  • Answered by AI

Skills evaluated in this interview

Director Engineering Interview Questions asked at other Companies

Q1. What are the financial services customers projects that you have handled?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What can we do for the growth of the company
  • Q2. How to convince customers in the market at conventions

Employee Relations Manager Interview Questions asked at other Companies

Q1. How to poen windows in short cut keys of left mouse button + (shift)
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The questions were very relevant.

Round 2 - Technical 

(2 Questions)

  • Q1. What are the computer languages you know?
  • Ans. 

    I am proficient in languages like Python, Bash, and SQL.

    • Python

    • Bash

    • SQL

  • Answered by AI
  • Q2. Write a code in Java?
  • Ans. 

    A Java code snippet showcasing basic syntax and functionality.

    • Declare a class with a main method

    • Create variables and assign values

    • Use control structures like if-else or loops

    • Print output using System.out.println()

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Do you opt for relocation?
  • Q2. Where do want to see yourself in next 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Detailed and oriented iseries operator with extensive experience at Abbott laboratories. Proven expertise in managing and optimising as400 systems.

Skills evaluated in this interview

Linux Administrator L1 Interview Questions asked at other Companies

Q1. What are the computer languages you know?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Selenium related questions
  • Q3. Java programs related to string

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare every basic concepts in java and selenium.

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

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

based on 893 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
Wipro//Hiring For Fresher's 3rd- 4th Feb

Hyderabad / Secunderabad

₹ 1.25-2 LPA

Senior Engineer

Pune,

Gurgaon / Gurugram

+1

2-7 Yrs

₹ 3.6-32 LPA

JIRA Admin

Pune

2-7 Yrs

Not Disclosed

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