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

Filter interviews by

Wipro Senior Software Engineer Interview Questions, Process, and Tips

Updated 10 Jan 2025

Top Wipro Senior Software Engineer Interview Questions and Answers

  • Q1. What is diff between CTE , Temp table and Table variable
  • Q2. How the screenshot is taken and what is the use of it
  • Q3. How to improve accuracy for an ICR project? Lifecycle of Abbyy Flexicapture project. The architecture of Abbyy Flexicapture distributed version. How to export via the dat ...read more
View all 86 questions

Wipro Senior Software Engineer Interview Experiences

142 interviews found

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

(3 Questions)

  • Q1. WAP to find square root of a number (without using inbuilt functions)
  • Ans. 

    Implement a square root function without using inbuilt functions

    • Use binary search to find the square root

    • Start with a range of 0 to the input number

    • Update the range based on whether the square of the midpoint is greater or less than the input number

  • Answered by AI
  • Q2. Flask and SQL related questions
  • Q3. Python Dictionaries and Lambda functions
Round 2 - HR 

(1 Question)

  • Q1. Salary and DOJ etc.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the SQL query to find the second highest rank in a dataset?
  • Ans. 

    Use a subquery to find the second highest rank in a dataset.

    • Use a subquery to select the maximum rank from the dataset.

    • Then use another subquery to select the maximum rank that is less than the maximum rank found in the first subquery.

  • Answered by AI
  • Q2. What is a program to determine whether a number is odd or even?
  • Ans. 

    A simple program using modulo operator to determine if a number is odd or even.

    • Use the modulo operator (%) to check if the number divided by 2 leaves a remainder

    • If the remainder is 0, the number is even. If the remainder is 1, the number is odd

    • Example: num % 2 == 0 (even), num % 2 == 1 (odd)

  • Answered by AI

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in GlobalLogic
Q4. System Design QuestionCreate a simple shopping application. They ... read more
asked in Info Edge
Q5. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is DI in Asp.ner core
  • Q2. What is Middleware
  • Q3. What is Threading
  • Q4. Async and await

Senior Software Engineer Interview Questions & Answers

user image Hemavathi Perumal

posted on 16 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Asked questions in Oops concept
  • Q2. Asked available questions in java

Wipro interview questions for designations

 Senior Software Test Engineer

 (5)

 Senior Software Engineer 2

 (4)

 Senior Software Engineer Testing

 (3)

 Senior Software Development Engineer

 (1)

 Software Engineer

 (224)

 Senior Software Developer

 (18)

 Associate Software Engineer

 (13)

 Software Engineer Trainee

 (6)

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to upload a file using selenium webdriver?
  • Ans. 

    You can upload a file using Selenium WebDriver by sending the file path to the file input element.

    • Locate the file input element on the webpage using WebDriver

    • Use the sendKeys() method to send the file path to the file input element

    • Ensure the file path is accessible from the machine running the test

  • Answered by AI
  • Q2. How to enable disabled textbox?
  • Ans. 

    To enable a disabled textbox, set the 'disabled' attribute to false.

    • Find the textbox element using its ID or class

    • Set the 'disabled' attribute to false using JavaScript

  • Answered by AI
Round 2 - Case Study 

Selenium automation testing

Skills evaluated in this interview

Get interview-ready with Top Wipro Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic java MCQ questions was asked

Round 2 - Technical 

(2 Questions)

  • Q1. Can we overide static method?
  • Ans. 

    Yes, static methods can be overridden in Java using the concept of method hiding.

    • Static methods can be hidden in subclasses by declaring a static method with the same signature as the one in the superclass.

    • The method in the subclass is said to hide the method in the superclass, but it is not truly overridden as in the case of instance methods.

    • Example: public class Parent { public static void display() { S...

  • Answered by AI
  • Q2. Hash map internal implementation
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values in an array.

    • Hash map uses an array to store key-value pairs.

    • A hash function is used to determine the index of the array where a key-value pair will be stored.

    • Collision resolution techniques like chaining or open addressing are used to handle cases where multiple keys map to the same index.

    • Hash map...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. FLEXCUBE parameters and behavior.
  • Ans. 

    FLEXCUBE is a core banking software used by financial institutions for various parameters and behaviors.

    • FLEXCUBE is a comprehensive core banking software solution provided by Oracle.

    • It allows financial institutions to manage various banking operations such as customer accounts, loans, and deposits.

    • FLEXCUBE parameters include configuration settings for different modules like retail banking, corporate banking, and treasu...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. FLEXCUBE related questions on various modules
Round 3 - HR 

(1 Question)

  • Q1. General HR questions and component discussions,
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Write css for clicked button color change
  • Ans. 

    CSS code to change button color when clicked

    • Use :active pseudo-class to style the button when clicked

    • Set the desired color using the background-color property

    • Example: button:active { background-color: red; }

  • Answered by AI
  • Q2. JQuery for delete first element in div
  • Ans. 

    Use jQuery to remove the first element in a div

    • Use the :first-child selector to target the first element in the div

    • Use the remove() method to delete the selected element

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. F2F - delayed process basic java question stream coding question to reverse string and get the value with highest length tansient, volatile
  • Q2. Aggreagtion vs composition
  • Ans. 

    Aggregation is a 'has-a' relationship where one object contains another object, while composition is a stronger form of aggregation where the child object cannot exist without the parent object.

    • Aggregation is a weaker relationship where the child object can exist independently of the parent object.

    • Composition is a stronger relationship where the child object is part of the parent object and cannot exist without it.

    • Aggr...

  • Answered by AI
  • Q3. Streams coding question get highest string value
  • Q4. Transient keyword
  • Q5. Spriingboot, microservices , annotation
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. C# basic questions
  • Q2. Azure, .net core, web api questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Change Management Process
  • Q2. Technical roadblock you solved during your career
  • Ans. 

    Implemented a caching mechanism to improve performance of a data-intensive application

    • Identified bottleneck in application due to frequent database queries

    • Researched and implemented caching solution using Redis to store frequently accessed data

    • Monitored performance metrics to ensure caching was effective

    • Resulted in significant reduction in database load and improved application response time

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Casing a situation in project and solving it.
  • Ans. 

    In a project, I encountered a critical bug that was causing system crashes. I identified the root cause and implemented a fix to resolve it.

    • Identify the specific symptoms of the issue and gather relevant data for analysis

    • Analyze the codebase to pinpoint the root cause of the bug

    • Develop and test a solution to fix the bug

    • Implement the fix and monitor the system for any further issues

  • Answered by AI
  • Q2. Salary negotiation

Wipro Interview FAQs

How many rounds are there in Wipro Senior Software Engineer interview?
Wipro interview process usually has 2-3 rounds. The most common rounds in the Wipro interview process are Technical, HR and Resume Shortlist.
How to prepare for Wipro Senior Software Engineer 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, AWS, Microservices, SQL and Software Engineering.
What are the top questions asked in Wipro Senior Software Engineer interview?

Some of the top questions asked at the Wipro Senior Software Engineer interview -

  1. What is diff between CTE , Temp table and Table varia...read more
  2. How the screenshot is taken and what is the use of...read more
  3. How to improve accuracy for an ICR project? Lifecycle of Abbyy Flexicapture pro...read more
How long is the Wipro Senior Software Engineer interview process?

The duration of Wipro Senior Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Wipro Senior Software Engineer Interview Process

based on 64 interviews in last 1 year

3 Interview rounds

  • Technical Round 1
  • Technical Round 2
  • HR Round
View more

People are getting interviews through

based on 94 Wipro interviews
Job Portal
Referral
Company Website
Campus Placement
WalkIn
Recruitment Consultant
54%
7%
4%
4%
3%
3%
25% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Wipro Senior Software Engineer Salary
based on 22.9k salaries
₹5.8 L/yr - ₹22.5 L/yr
9% less than the average Senior Software Engineer Salary in India
View more details

Wipro Senior Software Engineer Reviews and Ratings

based on 1.6k reviews

3.7/5

Rating in categories

3.7

Skill development

3.8

Work-Life balance

3.2

Salary & Benefits

3.7

Job Security

3.7

Company culture

2.9

Promotions/Appraisal

3.5

Work Satisfaction

Explore 1.6k Reviews and Ratings
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.5 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