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.1k Reviews

Filter interviews by

Wipro Software Programmer Interview Questions and Answers

Updated 11 Sep 2023

Wipro Software Programmer Interview Experiences

4 interviews found

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to oops and project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool and confident.Interview will run for 15-20 min.only topics which you studied in academic will be asked.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Aptitude test percentage

Round 3 - Technical 

(1 Question)

  • Q1. OOPS database array

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck for the interview

Software Programmer Interview Questions Asked at Other Companies

Q1. In the SQL server diff between delete truncate and drop functions ... read more
Q2. Can a mainframe programmer join the company after having gap of 1 ... read more
asked in Capgemini
Q3. What is meant by encapsulation?
asked in TCS
Q4. What do you mean by OOPS?
asked in Capgemini
Q5. What is the oops concept?

I applied via campus placement at PNC and KR Degree College, Narasaraopet and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Coding Test 

A,b,c,d=8,7,5,3
e=(a+b//c) - (a*d+c//d+a%c)
print(e)

Round 2 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you want to work for our company
  • Q3. What are you greatest strengths and weaknesses

Interview Preparation Tips

Interview preparation tips for other job seekers - know yourself and what you want
pump yourself up and stay positive
market your self

I applied via campus placement at Mercy College, Palakkad and was interviewed before May 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

Simple logical reasoning questions were asked with computer knowledge

Round 2 - Coding Test 

Given a programming code in c++ and need to check the errors and correct the input to get desiered output

Round 3 - One-on-one 

(1 Question)

  • Q1. Mainly asked about our programming knowledge and the languages known and verified the resume
  • Ans. About software and hardware Programming languages Errors
  • Answered Anonymously
Round 4 - HR 

(1 Question)

  • Q1. Personal details and verification of certificates
Round 5 - Certificate verification process 

(1 Question)

  • Q1. Checked about our degree and is there any gap between each degree, if 4 years gap is there they will stop the process

Interview Preparation Tips

Topics to prepare for Wipro Software Programmer interview:
  • Programming language
Interview preparation tips for other job seekers - Always be stern about your answers, no need to be tensed, and if it belongs to you, you will be granted. Dont sit cross legged and always sit in straight and lean the legs to chair side ways.

Wipro interview questions for designations

 Associate Software Programmer

 (1)

 Programmer

 (5)

 Programmer Analyst

 (3)

 SAS Programmer

 (3)

 Mainframe Programmer

 (2)

 Java Programmer

 (1)

 SQL Programmer

 (1)

 Programmer Analyst Trainee

 (1)

Interview questions from similar companies

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

It was easy and basic common sense is enough to clear the round

Round 2 - Coding Test 

The coding test was easy basic programs like prime number

Round 3 - HR 

(2 Questions)

  • Q1. Explain about yourself
  • Q2. Projects of mine
  • Ans. 

    I have worked on various projects including web development, mobile app development, and database management.

    • Developed a responsive website using HTML, CSS, and JavaScript

    • Created a mobile app using React Native for both iOS and Android platforms

    • Managed and optimized databases using SQL queries and stored procedures

  • Answered by AI

I applied via Walk-in and was interviewed in Nov 2022. There were 3 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 - Aptitude Test 

Number series, partnerships, areas, and volumes

Round 3 - Coding Test 

Java program, html basics, basic knowledge of sytem operating

Interview Preparation Tips

Interview preparation tips for other job seekers - I am good thinking ideas in program of java, example how to operate key board keys in java lungage

I applied via Campus Placement and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Case Study 

Tr round is completely technical based on C and python ..Most of the questions will be asked based on Oops concept

Round 2 - Technical 

(2 Questions)

  • Q1. What is the oops concept?
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on creating objects that interact with each other to solve a problem.

    • It follows the four main principles: Encapsulation, Inheritance, Polymorphism, and Abstraction.

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

    • Inher...

  • Answered by AI
  • Q2. What is meant by encapsulation?
  • Ans. 

    Encapsulation is the process of hiding implementation details and restricting access to an object's properties and methods.

    • Encapsulation helps in achieving data abstraction and information hiding.

    • It allows for better control over the data and prevents unauthorized access.

    • Encapsulation is implemented using access modifiers such as public, private, and protected.

    • For example, a class may have private variables that can on...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Software Programmer interview:
  • C
  • Python
Interview preparation tips for other job seekers - First before facing any Interview be confident.Do not say no to the interviewer.Whatever u know Convey it to the interviewer without Hesitation.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2021. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What do you mean by OOPS?
  • Ans. 

    OOPS stands for Object-Oriented Programming System.

    • OOPS is a programming paradigm that focuses on objects and their interactions.

    • It involves concepts like inheritance, polymorphism, encapsulation, and abstraction.

    • OOPS allows for modular and reusable code, making it easier to maintain and scale.

    • Examples of OOPS languages include Java, C++, Python, and Ruby.

  • Answered by AI
  • Q2. Write a program on Random number
  • Ans. 

    A program to generate random numbers.

    • Use the random module in Python to generate random numbers.

    • Specify the range of numbers to be generated using the randint() function.

    • Seed the random number generator for reproducibility using the seed() function.

    • Use the random() function to generate random floating-point numbers.

    • Use the choice() function to randomly select an item from a list.

  • Answered by AI
  • Q3. What is join in SQL?
  • Ans. 

    Join in SQL is used to combine rows from two or more tables based on a related column between them.

    • Join is used to retrieve data from multiple tables in a single query

    • Types of join include inner join, left join, right join, and full outer join

    • Join is performed using the JOIN keyword followed by the table name and ON keyword to specify the related column

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why you choose this organization rather than other

Interview Preparation Tips

Topics to prepare for TCS Software Programmer interview:
  • introduction
  • projects
Interview preparation tips for other job seekers - keep in resume what you know .Go with well prepare skills that you gonna have and dont waste time focusing on other topics (out of resume)

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Maths- english -program

Interview Preparation Tips

Interview preparation tips for other job seekers - how to learning java? just try programming language programming
Round 1 - Aptitude Test 

Java, c++, python

Round 2 - Assignment 
Round 3 - Assignment 

Program writing

Interview Preparation Tips

Interview preparation tips for other job seekers - It's best platform to get a job

Wipro Interview FAQs

How many rounds are there in Wipro Software Programmer interview?
Wipro interview process usually has 2-3 rounds. The most common rounds in the Wipro interview process are Aptitude Test, Coding Test and HR.
What are the top questions asked in Wipro Software Programmer interview?

Some of the top questions asked at the Wipro Software Programmer interview -

  1. Mainly asked about our programming knowledge and the languages known and verifi...read more
  2. Personal details and verification of certifica...read more
  3. Questions related to oops and proj...read more

Tell us how to improve this page.

Wipro Software Programmer Salary
based on 38 salaries
₹2.9 L/yr - ₹14.6 L/yr
33% more than the average Software Programmer Salary in India
View more details

Wipro Software Programmer Reviews and Ratings

based on 5 reviews

3.6/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

4.2

Salary

4.2

Job security

4.2

Company culture

4.2

Promotions

5.0

Work satisfaction

Explore 5 Reviews and Ratings
Project Engineer
32.6k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
23k salaries
unlock blur

₹5.8 L/yr - ₹22.5 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 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.7
Compare

Tesla

4.3
Compare

Amazon

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