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

Filter interviews by

Wipro Developer Interview Questions and Answers

Updated 23 Oct 2024

Wipro Developer Interview Experiences

6 interviews found

Developer Interview Questions & Answers

user image MD ASIM KAMAL FAROOQUI

posted on 17 Mar 2022

I applied via Recruitment Consulltant and was interviewed before Mar 2021. There were 2 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 

(1 Question)

  • Q1. What is hashmap and code for it?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and provides constant time complexity for basic operations.

    • HashMap is implemented using an array of linked lists or a balanced tree.

    • It allows null values and at most one null key.

    • The put() method is used to insert a key-value pair into the HashMap.

    • The get() method is used to retrieve the value associated with a given key.

    • Example: HashMap map = new

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Core Java and basics of data structures and try to learn as well implementation of data structures.

Skills evaluated in this interview

Developer Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2024

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

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a given string by iterating through it backwards and appending each character to a new string.

    • Create a new empty string to store the reversed string

    • Iterate through the original string from the last character to the first character

    • Append each character to the new string

    • Return the new string as the reversed string

  • Answered by AI
  • Q2. Pallindrome number

Developer Interview Questions Asked at Other Companies

asked in HARMAN
Q1. Which programming language do you use regular in work
Q2. Given a 2 dim array, find an element which is the maximum in its ... read more
asked in HARMAN
Q3. What step do you take to ensure accurate estimates for project
Q4. Solve the problems: Write a formula to display A if A is present, ... read more
Q5. Can you describe “method overloading” versus “method overriding”? ... read more

Developer Interview Questions & Answers

user image Anonymous

posted on 18 Mar 2024

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

(1 Question)

  • Q1. Simple Python depth questions

Developer Interview Questions & Answers

user image Anonymous

posted on 9 Feb 2024

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

(1 Question)

  • Q1. Core java program

Wipro interview questions for designations

 Software Developer

 (157)

 Java Developer

 (38)

 Web Developer

 (19)

 Salesforce Developer

 (11)

 Python Developer

 (8)

 RPA Developer

 (6)

 SQL Developer

 (6)

 Servicenow Developer

 (4)

Developer Interview Questions & Answers

user image Anonymous

posted on 15 Nov 2022

I applied via Referral and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Coding Test 

They asked questions regarding JAVA

Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion is done
  • Q2. 20 lac is what i requested

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and everything will fall in place.

Developer Interview Questions & Answers

user image Anonymous

posted on 12 Apr 2022

Round 1 - Aptitude Test 

Make sure you are good with Reasoning,English and Aptitude.

Round 2 - Coding Test 

Prpeare yourself woth syntaxes and get thorough with medium hands-on

Round 3 - Technical 

(1 Question)

  • Q1. Tell me about your self, Some C related questions Favourite language(python for me) Then questions on python Then questions on OS Then some managerial questions like are you okay with wipros bond etc.
Round 4 - HR 

(3 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.
  • Q3. How do you overcome your weaknesses

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay cool, Stay focused, Have good listening skills

Developer Jobs at Wipro

View all

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Circuit breaker design pattern
  • Ans. 

    Circuit breaker design pattern is used to prevent a system from repeatedly trying to execute an operation that is likely to fail.

    • Circuit breaker monitors the number of failures and trips when a threshold is reached.

    • It can be reset after a certain period of time to check if the operation is successful again.

    • Helps in improving system stability and resilience by handling failures gracefully.

  • Answered by AI
  • Q2. SQL coding, write a query to get second max salary

Interview Preparation Tips

Interview preparation tips for other job seekers - 2) SQL question, write the second max salary.

Skills evaluated in this interview

Developer Interview Questions & Answers

TCS user image Nani Vallepu

posted on 10 Nov 2024

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

(2 Questions)

  • Q1. What is oops concept
  • Ans. 

    Object-oriented programming paradigm focusing on objects and classes for code organization and reusability.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details and sho

  • Answered by AI
  • Q2. What is exceptional handling
  • Ans. 

    Exception handling is the process of responding to unexpected events or errors in a program.

    • Exception handling allows developers to gracefully handle errors and prevent crashes in a program.

    • It involves using try, catch, and finally blocks to handle exceptions.

    • Examples include catching a divide by zero error or a file not found exception.

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. EXPLAINTRANSFORMER STAGE
  • Ans. 

    Transformer stage is a processing stage in IBM InfoSphere DataStage used for data transformation.

    • Used for transforming data from source to target in DataStage

    • Can perform various operations like filtering, aggregating, joining, etc.

    • Supports parallel processing for efficient data transformation

  • Answered by AI
  • Q2. CDC STAGE EXPALIN HOW TO DO IT
Round 2 - HR 

(1 Question)

  • Q1. CTCHOW MUCH YOU EXPECT??

Skills evaluated in this interview

Developer Interview Questions & Answers

IBM user image Anonymous

posted on 19 Jun 2024

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

Coding test followed by technical discussion

Round 2 - Technical 

(2 Questions)

  • Q1. Governer limits and usage
  • Ans. 

    Governer limits are restrictions set by Salesforce to prevent code from consuming too much resources.

    • Governer limits are restrictions set by Salesforce to ensure efficient use of resources.

    • They include limits on CPU time, heap size, SOQL queries, DML statements, etc.

    • Exceeding these limits can result in exceptions like 'Apex CPU time limit exceeded'.

  • Answered by AI
  • Q2. Integration related questions

Skills evaluated in this interview

Wipro Interview FAQs

How many rounds are there in Wipro Developer interview?
Wipro interview process usually has 2 rounds. The most common rounds in the Wipro interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Wipro Developer interview?
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, Javascript and C++.
What are the top questions asked in Wipro Developer interview?

Some of the top questions asked at the Wipro Developer interview -

  1. What is hashmap and code for ...read more
  2. reverse a str...read more
  3. 20 lac is what i reques...read more

Tell us how to improve this page.

Wipro Developer Interview Process

based on 3 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 2 Wipro interviews
Referral
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Developer Interview Questions from Similar Companies

TCS Developer Interview Questions
3.7
 • 44 Interviews
IBM Developer Interview Questions
4.1
 • 3 Interviews
View all
Wipro Developer Salary
based on 1.2k salaries
₹1.2 L/yr - ₹10 L/yr
32% less than the average Developer Salary in India
View more details

Wipro Developer Reviews and Ratings

based on 68 reviews

3.6/5

Rating in categories

3.5

Skill development

3.6

Work-Life balance

3.0

Salary & Benefits

3.1

Job Security

3.5

Company culture

2.9

Promotions/Appraisal

3.2

Work Satisfaction

Explore 68 Reviews and Ratings
Developer - Python + AWS

Bangalore Rural,

Gurgaon / Gurugram

+1

4-6 Yrs

Not Disclosed

TeamConnect Developer

Chennai,

Bangalore / Bengaluru

4-8 Yrs

₹ 8-18 LPA

STIBO PIM Developer

Hyderabad / Secunderabad,

Pune

+1

5-10 Yrs

Not Disclosed

Explore more jobs
Project Engineer
32.5k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
22.9k salaries
unlock blur

₹5.8 L/yr - ₹22.4 L/yr

Senior Associate
21.1k salaries
unlock blur

₹0.8 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.5k salaries
unlock blur

₹5 L/yr - ₹19.1 L/yr

Technical Lead
18.5k salaries
unlock blur

₹8.2 L/yr - ₹36.5 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.7
Compare

Tesla

4.3
Compare

Amazon

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview