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 SDE (Software Development Engineer) Interview Questions and Answers

Updated 25 Sep 2021

Wipro SDE (Software Development Engineer) Interview Experiences

1 interview found

I applied via Campus Placement

Interview Questionnaire 

2 Questions

  • Q1. The basic question of SQL
  • Q2. Question from a project that mentioned in the resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Introduce yourself nicely, be confident in your answer. Answer very softly and don't get nervous.

Interview questions from similar companies

I applied via Referral and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Data structures
  • Q2. Array, linked list
  • Q3. Oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy coding questions, c++ concepts
Dbms, OS questions

SDE (Software Development Engineer) Interview Questions Asked at Other Companies

asked in Carwale
Q1. Given a string consisting of lowercase alphabets, write a functio ... read more
Q2. How would you design a text editor like notepad, focusing on the ... read more
asked in Carwale
Q3. Given a balance and 100 coins, where one coin is heavier than the ... read more
Q4. Given a binary search tree, print the path which has the sum equa ... read more
asked in Housing.com
Q5. Given a 1024x1024 map with flats at locations (x, y) and a visibi ... read more

I applied via Campus Placement and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python strings
  • Q2. Dictionaries in python
  • Ans. 

    Dictionaries are a built-in data type in Python used to store key-value pairs.

    • Keys must be unique and immutable.

    • Values can be of any data type.

    • Access values using keys.

    • Add or modify values using keys.

    • Use the 'in' keyword to check if a key exists in the dictionary.

    • Use the 'len()' function to get the number of key-value pairs in the dictionary.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from gfg and concentrate on programming languages,dsa

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What is an array
  • Ans. 

    An array is a collection of elements of the same data type, stored in contiguous memory locations.

    • Arrays have a fixed size and can be accessed using an index.

    • Elements in an array can be of any data type, including other arrays.

    • Arrays are commonly used in programming for storing and manipulating data.

    • Example: int[] numbers = {1, 2, 3, 4, 5};

    • Example: char[] letters = {'a', 'b', 'c'};

  • Answered by AI

Skills evaluated in this interview

What people are saying about Wipro

View All
pacifier
Verified Icon
2w
works at
Wipro
Petition to End 90-Day Notice Periods in Indian IT 🚫
Many Indian IT companies still force employees to serve a 90-day notice period. No early release. No buyout. Just 3 months of waiting — even when the new company wants immediate joiners. This affects careers, mental health, and growth. Let’s push for a fairer system maximum 30-day notice like in other countries. 👉 Like this post if you agree. Let’s raise our voice together.
Got a question about Wipro?
Ask anonymously on communities.

I applied via Company Website and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Technical skills
  • Q2. Coding questions
  • Q3. Hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not mention the things that u actually dont know about in ur CV

I applied via Campus Placement and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was of moderate difficulty level

Round 2 - Group Discussion 

I was given a comm topic along with 5 other people

Interview Preparation Tips

Interview preparation tips for other job seekers - pleae prepare thoroughly all thge rounds of interviw there are a lot more goood candidates
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

(2 Questions)

  • Q1. Explain linked list reversal ways, explain rabbit mq
  • Ans. 

    Explanation of linked list reversal and RabbitMQ

    • Linked list reversal can be done iteratively or recursively

    • Iterative reversal involves changing the pointers of each node to point to the previous node

    • Recursive reversal involves calling the function recursively on the next node and changing its pointer to the current node

    • RabbitMQ is a message broker that allows for asynchronous communication between applications

    • It uses a...

  • Answered by AI
  • Q2. Design patterns es saga

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on DSA, Java 8, close d questions , prepare in cloud ci cd

Skills evaluated in this interview

Are these interview questions helpful?

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

Round 1 - Aptitude Test 

Basic level aptitude questions on quant , verbal , logical thinking . Just manage your time wisely and you are good to go.

Round 2 - Coding Test 

3 level of coding questions on your desired language. (Cleared a medium level questions and partially completed a easy level one )

Interview Preparation Tips

Topics to prepare for Infosys SDE (Software Development Engineer) interview:
  • DBMS
  • OOPS
  • Python
  • DAA
Interview preparation tips for other job seekers - Just be calm and give your best even if you fail you have a got ton's of oppertunity in the future and just keep on preparing to achieve your dream .

I applied via Company Website and was interviewed before Nov 2021. There were 4 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 

General Aptitude, Reasoning & English

Round 3 - Coding Test 

Coding Round with 2 questions for 1 hr

Round 4 - HR 

(2 Questions)

  • Q1. Why do you want to join this company
  • Ans. I see my career starting good with your company
  • Answered Anonymously
  • Q2. How much do you from expect us
  • Ans. I'm expecting the same loyalty from your organization
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Get some knowledge & start working, so that you are not going to face the heat
Round 1 - Coding Test 

2 coding questions of medium level

Round 2 - Technical 

(1 Question)

  • Q1. Write a function for Armstrong number
  • Ans. 

    Function to check if a number is an Armstrong number

    • An Armstrong number is a number that is equal to the sum of its own digits raised to the power of the number of digits

    • Loop through each digit of the number and calculate the sum of each digit raised to the power of the number of digits

    • Compare the sum with the original number to check if it is an Armstrong number

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't be nervous. It always easy to crack things

Tell us how to improve this page.

Wipro SDE (Software Development Engineer) Salary
based on 12 salaries
₹5.6 L/yr - ₹17 L/yr
64% less than the average SDE (Software Development Engineer) Salary in India
View more details

Wipro SDE (Software Development Engineer) Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

3.4

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

2.7

Company culture

4.0

Promotions

3.4

Work satisfaction

Explore 2 Reviews and Ratings
Project Engineer
33.5k salaries
unlock blur

₹3.5 L/yr - ₹8.2 L/yr

Senior Software Engineer
23.2k salaries
unlock blur

₹6.2 L/yr - ₹19 L/yr

Senior Associate
21.8k salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

Technical Lead
20.1k salaries
unlock blur

₹16.6 L/yr - ₹30 L/yr

Senior Project Engineer
18.7k salaries
unlock blur

₹6.4 L/yr - ₹18.5 L/yr

Explore more salaries
Compare Wipro with

TCS

3.6
Compare

Infosys

3.6
Compare

Tesla

4.0
Compare

Amazon

4.0
Compare
write
Share an Interview