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

Filter interviews by

Wipro Interview Questions, Process, and Tips

Updated 7 Feb 2025

Top Wipro Interview Questions and Answers

View all questions

Wipro Interview Experiences

Popular Designations

1.9k interviews found

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

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

Mathematics,English, Verbal Reasoning

Round 2 - HR 

(1 Question)

  • Q1. Essay and Communication

Top Wipro Senior Project Engineer Interview Questions and Answers

Q1. What are the difference between EDR and antivirus? What is unique in EDR and also disadvantages of EDR compare AV.
View answer (2)

Senior Project Engineer Interview Questions asked at other Companies

Q1. Types of road:- 1 Flexible pavements .... .. . 2 Rigid pavements Flexible pavement:- embankment thickness 3m,large size soil particles 75mm lumps and cloud. Liquid limit <50% ,plastic limit<25%, swelling and shrnkag<50%, cbr as per... read more
View answer (2)

KYC Associate Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2025

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

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

Round 1 - HR 

(4 Questions)

  • Q1. Tel me about your self
  • Q2. Na
  • Q3. What is customer service
  • Q4. Your education

KYC Associate Interview Questions asked at other Companies

Q1. What do you mean by Negative new screening?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
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 - Technical 

(2 Questions)

  • Q1. Difference between authentication and authorization
  • Q2. System design based

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)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What do you do in your previous organization?
  • Ans. 

    I led a team of analysts in conducting market research and data analysis to support strategic decision-making.

    • Managed a team of analysts to gather and analyze market data

    • Utilized various data analysis tools and techniques to generate insights

    • Presented findings and recommendations to senior management

    • Collaborated with cross-functional teams to drive business growth

  • Answered by AI
  • Q2. What is your salary expectation?
  • Ans. 

    My salary expectation is competitive and reflective of my experience, skills, and the responsibilities of the role.

    • Research industry standards and salary ranges for Lead Analyst Managers in the area

    • Consider my years of experience, relevant skills, and qualifications

    • Factor in the scope of responsibilities and expectations outlined in the job description

    • Be prepared to negotiate based on the overall compensation package o

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is your salary expectation?
  • Q2. Will you be okay for night shifts?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be fluent with English and they will hire you

Lead Analyst Manager Interview Questions asked at other Companies

Q1. explain a project end to end
View answer (1)

Wipro interview questions for popular designations

 Project Engineer

 (648)

 Software Engineer

 (228)

 Software Developer

 (160)

 Associate

 (143)

 Senior Software Engineer

 (143)

 Technical Lead

 (131)

 Senior Associate

 (111)

 Process Associate

 (90)

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

(2 Questions)

  • Q1. Basic question of dsa
  • Q2. Basic question of oops

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

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 (5)

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 (39)

Associate Interview Questions & Answers

user image lakshmi addanki

posted on 30 Jun 2024

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

(2 Questions)

  • Q1. Self introduction
  • Q2. Ques on skill mentioned in resume
Round 2 - Technical 

(1 Question)

  • Q1. Ques on skill mentioned in resume

Top Wipro Associate Interview Questions and Answers

Q1. What's IP address and why is it required?
View answer (27)

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Encription and decription in swift
  • Ans. 

    Encryption and decryption in Swift involves using cryptographic algorithms to encode and decode data securely.

    • Use common encryption algorithms like AES or RSA for encryption.

    • Implement encryption using libraries like CommonCrypto or CryptoSwift.

    • Store encryption keys securely and use secure protocols for data transmission.

    • Example: Encrypting a string using AES encryption in Swift.

  • Answered by AI
  • Q2. Keychain access in swift
  • Ans. 

    Keychain access in Swift allows secure storage of sensitive information like passwords, tokens, etc.

    • Use Keychain Services API to securely store and retrieve sensitive data.

    • Keychain items are stored securely in the device's keychain and are encrypted.

    • Access keychain items using unique identifiers called keys.

    • Use Keychain Swift library for easier implementation.

  • Answered by AI
  • Q3. Class vs struct
  • Ans. 

    Classes are reference types, while structs are value types in Swift.

    • Classes are reference types, meaning they point to the same instance in memory when assigned to a new variable.

    • Structs are value types, meaning they create a new copy when assigned to a new variable.

    • Use classes for complex data structures or when you need inheritance, use structs for simple data types or when you want value semantics.

    • Example: class Per...

  • Answered by AI
  • Q4. If let and guard let
  • Q5. Grand central dispatch in swift
  • Ans. 

    Grand Central Dispatch (GCD) is a technology in Swift for managing concurrent operations.

    • GCD allows developers to perform tasks concurrently without having to manage threads manually.

    • It provides a high-level API for managing tasks and executing them on different queues.

    • Developers can use GCD to perform tasks in the background, update the UI on the main thread, and more.

  • Answered by AI

Skills evaluated in this interview

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Gayatri Vidya Parishad College of Engineering, Visakhapatnam

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - Group Discussion 

Communication skills

Round 3 - One-on-one 

(2 Questions)

  • Q1. Why are you considering wipro
  • Q2. What value will you add to wipro
  • Ans. 

    I will add value to Wipro by bringing my strong technical skills, creativity, and passion for innovation to the team.

    • Strong technical skills in programming languages such as Java, Python, and SQL

    • Creativity in problem-solving and developing innovative solutions

    • Passion for staying updated on the latest technology trends and applying them to projects

    • Ability to work well in a team and collaborate effectively with colleague...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Wipro Student Computer Application interview:
  • Apptitude
Interview preparation tips for other job seekers - Simple structured process

Student Computer Application Interview Questions asked at other Companies

Q1. What value will you add to wipro
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy to pass the aptitude 2 coding in thst

Round 2 - Technical 

(3 Questions)

  • Q1. They are asking some basic questions regarding c language
  • Q2. What is c tell me about your self tell me about your project
  • Q3. Difference between c and c#
  • Ans. 

    C is a procedural programming language, while C# is an object-oriented programming language developed by Microsoft.

    • C is a procedural programming language, while C# is an object-oriented programming language.

    • C is widely used for system programming and embedded systems, while C# is commonly used for developing Windows applications and web services.

    • C does not have built-in support for classes and objects, while C# does.

    • C#...

  • Answered by AI

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Spring boot Interview questions ,DB performance related , Design principle of microservices
  • Q2. Threads , stream, concurrent locks , String pool , JVM related ...etc..

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, 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

based on 906 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.9
 • 8.1k 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
 • 800 Interviews
Cyient Interview Questions
3.7
 • 282 Interviews
View all

Wipro Reviews and Ratings

based on 52k 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 52k Reviews and Ratings
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 - ₹22.4 L/yr

Senior Associate
21.3k 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.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