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

Clear (1)

Wipro Senior Engineer Interview Questions, Process, and Tips

Updated 12 Feb 2025

Top Wipro Senior Engineer Interview Questions and Answers

View all 20 questions

Wipro Senior Engineer Interview Experiences

31 interviews found

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

I applied via Naukri.com and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java singleton class
  • Q2. Bean lifecycle
Round 2 - Technical 

(2 Questions)

  • Q1. Multithreading implementation
  • Q2. Microservice architecture
Round 3 - HR 

(2 Questions)

  • Q1. Handling production
  • Q2. Work in timeline
  • Ans. 

    Working in timeline involves planning, organizing, and executing tasks within specified timeframes.

    • Create a detailed project timeline with milestones and deadlines

    • Prioritize tasks based on urgency and importance

    • Regularly review and adjust the timeline as needed

    • Use tools like Gantt charts or project management software to track progress

    • Communicate effectively with team members to ensure everyone is on track

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2022. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. C++ language, oops concept, virtual functions
  • Q2. Coding output on pointers
  • Ans. 

    Coding output on pointers

    • Pointers are variables that store memory addresses

    • Dereferencing a pointer retrieves the value stored at the memory address

    • Pointer arithmetic can be used to access elements of an array

    • Null pointers point to no memory address

    • Wild pointers point to arbitrary memory addresses

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your coding skills and Oop concept. Try to implement basic well known design pattern like singleton factory etc

Skills evaluated in this interview

Senior Engineer Interview Questions Asked at Other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
asked in Nagarro
Q2. Write a program: two input, one is N(any integer, lets say 3), se ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
Q4. Is it possible to work with multiple threads in core data? If so, ... read more
Q5. When you will perform Half or Full engine overhauling.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Backup process flow and daemons
  • Q2. Cli commands and restore types
Round 3 - Technical 

(2 Questions)

  • Q1. Prepare dpa, data domain
  • Q2. Policies, bare metal restore

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and attend confidently. Focus more on failures and troubleshooting
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Information of JD and client and process
Round 3 - Technical 

(1 Question)

  • Q1. Technical question
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare our knowledge as per the JD

Wipro interview questions for designations

 Senior Operations Engineer

 (1)

 Senior Software Engineer

 (143)

 Senior Project Engineer

 (53)

 Senior Test Engineer

 (17)

 Senior Systems Engineer

 (7)

 Senior Automation Engineer

 (4)

 Senior QA Engineer

 (3)

 Senior Data Engineer

 (2)

I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions related to python
Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to basic security
  • Q2. Questions related to architecture of the app

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basics of the language and the framework you are applying for.

Get interview-ready with Top Wipro Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Tell me about yourself.
Round 2 - Technical 

(1 Question)

  • Q1. Current job profile, about new role in wipro, questions related to hyperv and scvmm etc
Round 3 - Technical 

(1 Question)

  • Q1. Ms cluster, hyper-v, day to day task etc
Round 4 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Q5. Tell me about yourself.

Senior Engineer Jobs at Wipro

View all

Senior Engineer Interview Questions & Answers

user image Tirumala Gari Aravind reddy

posted on 24 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are Storage classes
  • Ans. 

    Storage classes in programming define the scope and lifetime of variables.

    • Storage classes include auto, register, static, and extern.

    • Auto variables are local to a block and have automatic storage duration.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared outside of any function and can be accessed by multiple files.

  • Answered by AI
  • Q2. Explain linked list
  • Ans. 

    A linked list is a data structure where each element points to the next element in the sequence.

    • Consists of nodes where each node contains data and a reference to the next node

    • Can be singly linked (each node points to the next node) or doubly linked (each node points to both the next and previous nodes)

    • Allows for dynamic memory allocation and efficient insertion/deletion operations

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Angular main concepts like communication life cycle hooks, form type and methods, promise, observables and rxjs Route gurd etc. Asked basics from html and css too(class and position related). Not asked abo...
Round 2 - HR 

(1 Question)

  • Q1. Reason for job change, project exp and salary expection.

Interview Preparation Tips

Interview preparation tips for other job seekers - Normal hr discussion and salary negotiations.I got helping kind hr, she even advice me to negoatiate more when it come about salary. In fact she offer me 1 lac more than i expected.They don't have any issue job jumping or stability. I think they have good requirment.

I applied via Approached by Company 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic Android and java questions
Round 3 - Technical 

(1 Question)

  • Q1. Android questions based on scenarios
Round 4 - HR 

(1 Question)

  • Q1. Questions based on past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - The people I faced during interview were very rude. The interviewer in the first round laughed at me when I gave a wrong answer to one question (as if he knows everything about everything😤).

I applied via Naukri.com and was interviewed in Oct 2021. 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 Resume tips
Round 2 - Technical 

(4 Questions)

  • Q1. Telme about your current company roles and responsibilities
  • Q2. Which routing protocal are you comfortable
  • Ans. 

    I am comfortable with OSPF and BGP routing protocols.

    • I have experience in configuring and troubleshooting OSPF and BGP.

    • I am familiar with OSPF areas, LSAs, and BGP attributes.

    • I have worked with OSPF and BGP in both enterprise and service provider networks.

    • I understand the differences between OSPF and BGP and when to use each protocol.

    • I am also familiar with other routing protocols such as EIGRP and RIP.

  • Answered by AI
  • Q3. Brief about vlan, stp, rstp, vtp, port channel, Vss, stacking, port security,
  • Q4. What is vpn and ipsec, ipsec tunnels troubleshooting
  • Ans. 

    VPN is a secure connection between two networks. IPsec is a protocol used to secure the VPN connection.

    • VPN allows remote access to a network through a secure connection

    • IPsec provides encryption and authentication for the VPN connection

    • IPsec tunnels can be troubleshooted by checking the configuration, verifying the network topology, and checking for any firewall or NAT issues

    • Examples of VPN technologies include OpenVPN,

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Brief about your experience
  • Q2. Roles and responsibility of current organization

Interview Preparation Tips

Topics to prepare for Wipro Senior Engineer interview:
  • CCNP Routing
  • Sdwan
Interview preparation tips for other job seekers - Need to attend the interview with full confidence and good communication skills

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Wipro Interview FAQs

How many rounds are there in Wipro Senior 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 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, Jenkins, Docker, Kubernetes and Azure DevOps.
What are the top questions asked in Wipro Senior Engineer interview?

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

  1. What is vpn and ipsec, ipsec tunnels troubleshoot...read more
  2. Which routing protocal are you comforta...read more
  3. What is difference between c and ...read more
How long is the Wipro Senior Engineer interview process?

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

Recently Viewed

SALARIES

L&T Power

DESIGNATION

INTERVIEWS

BNY

No Interviews

SALARIES

MosChip Technologies

INTERVIEWS

L&T Power

No Interviews

DESIGNATION

INTERVIEWS

BigStep Technologies

No Interviews

JOBS

BigStep Technologies

No Jobs

JOBS

MosChip Technologies

No Jobs

Tell us how to improve this page.

Wipro Senior Engineer Interview Process

based on 23 interviews

4 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
View more
Wipro Senior Engineer Salary
based on 2.3k salaries
₹6 L/yr - ₹21 L/yr
38% more than the average Senior Engineer Salary in India
View more details

Wipro Senior Engineer Reviews and Ratings

based on 233 reviews

3.9/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.4

Salary

3.8

Job security

3.7

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 233 Reviews and Ratings
ServiceNow ITOM Senior Engineer

Hyderabad / Secunderabad,

Gurgaon / Gurugram

+1

6-9 Yrs

₹ 6-20 LPA

Sr. Engineer/Team Lead/Architect SDET API/Java, Selenium

Bangalore / Bengaluru

5-10 Yrs

₹ 6.5-12.5 LPA

Sr. Engineer / Team Lead / Architect - (.NET Core Full Stack)

Bangalore / Bengaluru

4-6 Yrs

₹ 6.5-22.5 LPA

Explore more jobs
Project Engineer
32.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
23.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
21.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Project Engineer
20.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
18.8k salaries
unlock blur

₹0 L/yr - ₹0 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