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 Developer Interview Questions and Answers

Updated 23 Oct 2024

Wipro Developer Interview Experiences

6 interviews found

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 & 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 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 9 Feb 2024

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

(1 Question)

  • Q1. Core java program

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.

Wipro interview questions for designations

 Software Developer

 (162)

 Java Developer

 (40)

 Web Developer

 (19)

 Salesforce Developer

 (11)

 Python Developer

 (9)

 SQL Developer

 (6)

 RPA Developer

 (6)

 Servicenow Developer

 (4)

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 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 Jobs at Wipro

View all

Interview questions from similar companies

Developer Interview Questions & Answers

TCS user image Anonymous

posted on 14 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - Coding Test 

Medium python code and that was easy to understand

Round 3 - Technical 

(1 Question)

  • Q1. About my skill ,data science, AI, ML , python
Round 4 - HR 

(2 Questions)

  • Q1. About my biodata and simple conversation
  • Q2. Did some verification

Interview Preparation Tips

Interview preparation tips for other job seekers - Just sharpen up your skill
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

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, HR and Resume Shortlist.
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, Software Development, Python and Javascript.
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 4 interviews

1 Interview rounds

  • Technical Round
View more

Developer Interview Questions from Similar Companies

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

Wipro Developer Reviews and Ratings

based on 79 reviews

3.6/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.2

Salary

3.1

Job security

3.5

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 79 Reviews and Ratings
Developer

Hyderabad / Secunderabad

5-7 Yrs

Not Disclosed

Developer

Mumbai

3-8 Yrs

Not Disclosed

Developer

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
Project Engineer
32.8k salaries
unlock blur

₹1.8 L/yr - ₹8.2 L/yr

Senior Software Engineer
23.1k salaries
unlock blur

₹5.8 L/yr - ₹23 L/yr

Senior Associate
21.3k salaries
unlock blur

₹0.9 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.4k 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.2
Compare

Amazon

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview