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 Senior Engineer L2 Interview Questions and Answers

Updated 25 May 2023

Wipro Senior Engineer L2 Interview Experiences

2 interviews found

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

I applied via Referral 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 - Technical 

(4 Questions)

  • Q1. About my previous experience, and certifications I have.
  • Q2. Some basic questions regarding my previous project.
  • Q3. Common workflow mechanisms.
  • Ans. 

    Common workflow mechanisms include task delegation, approval processes, and notifications.

    • Task delegation allows for tasks to be assigned to specific individuals or teams.

    • Approval processes ensure that tasks are reviewed and approved before moving forward.

    • Notifications keep all parties involved informed of task status and updates.

    • Workflow engines, such as Apache Airflow and Microsoft Power Automate, can automate these ...

  • Answered by AI
  • Q4. What kind of critical issues I resolved
  • Ans. 

    Resolved critical issues related to system crashes and data loss.

    • Resolved system crashes caused by memory leaks and software bugs.

    • Recovered lost data due to hardware failures and software corruption.

    • Implemented backup and disaster recovery solutions to prevent future data loss.

    • Resolved network connectivity issues affecting business operations.

    • Resolved security vulnerabilities and implemented security measures to preven

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Salary expectation
  • Q2. Location willing to join
  • Ans. 

    I am willing to join in any location based on the company's requirement.

    • I am open to relocation and willing to adapt to new environments.

    • I am willing to consider both domestic and international locations.

    • I am flexible with my location preference and willing to discuss further with the company.

  • Answered by AI
  • Q3. How soon I can join

Interview Preparation Tips

Topics to prepare for Wipro Senior Engineer L2 interview:
  • Cyberark
  • Linux
  • Networking
Interview preparation tips for other job seekers - Be cool. And explain in brief with ease.
Do not fake. Just prove yourself.
Should have good communication skills and confidence

I applied via Referral and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Data modelling questions, Business rules,work flows, user groups,webui, inbound integration.
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be confident,don't be nervous.

Senior Engineer L2 Interview Questions Asked at Other Companies

Q1. What is different between dump unit and slide unit ?
Q2. How to check the safety equipment installed in the lamination? Th ... read more
Q3. What is the difference between MS 100 stringer and AM 050FS strin ... read more
Q4. How do you troubleshoot the laminator heater coil is gone?
Q5. What are the safety equipments used in laminator machine?

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. WebEx related questions?
  • Q2. Cucm related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. 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 

Such like blood relation questions, graph, alphabet and numeric values etc

Round 3 - Coding Test 

Related to operators, oop concepts

Round 4 - HR 

(4 Questions)

  • Q1. Basic questions like introduce my self, expectation salary etc
  • Q2. Oop concepts questions, SQL database query etc
  • Q3. And any questions about our company
  • Q4. 2 Coding questions Java, Python questions and machine learning

Interview Preparation Tips

Topics to prepare for HCL Infosystems Software Engineer interview:
  • Python developer
  • Machine Learning
  • Java Servlets
  • Html5
  • CSS3
  • My sql
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Coding test on online compiler

Round 2 - Technical 

(1 Question)

  • Q1. C# and sql server program
Round 3 - HR 

(1 Question)

  • Q1. Hr discussion for pay and timing

Interview Preparation Tips

Interview preparation tips for other job seekers - I you want to job in nttdata so you can daily prepare online test and online interview question
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 Oct 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hr test with mcq and coding snippet

Round 2 - One-on-one 

(6 Questions)

  • Q1. What are pointers in c?
  • Ans. 

    Pointers are variables that store memory addresses of other variables in C programming language.

    • Pointers are used to manipulate data structures like arrays, linked lists, and trees.

    • They can be used to pass values by reference to functions.

    • Pointers can also be used to allocate memory dynamically using functions like malloc() and calloc().

  • Answered by AI
  • Q2. Write a linked list program.
  • Ans. 

    A linked list program is a data structure that stores a sequence of elements with pointers to the next element.

    • Create a Node class with a value and a next pointer

    • Create a LinkedList class with a head pointer and methods to add, remove, and traverse nodes

    • Example: LinkedList ll = new LinkedList(); ll.add(5); ll.add(10); ll.remove(5);

  • Answered by AI
  • Q3. Applications of data structures
  • Ans. 

    Data structures are used to organize and manipulate data efficiently in various applications.

    • Data structures are used in databases to store and retrieve data quickly.

    • In computer graphics, data structures are used to represent geometric objects.

    • Data structures are used in algorithms such as sorting and searching.

    • In networking, data structures are used to represent network packets and routing tables.

    • Data structures are u...

  • Answered by AI
  • Q4. Algorithm for merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that recursively divides the input array into two halves, sorts them and then merges them.

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Repeat until the entire array is sorted

  • Answered by AI
  • Q5. Cloud computing application in real world in project
  • Ans. 

    Cloud computing is widely used in various industries for data storage, processing, and analysis.

    • Cloud computing allows for easy scalability and cost-effectiveness in managing large amounts of data.

    • Real-time collaboration and access to data from anywhere are some of the benefits of cloud computing.

    • Examples of cloud computing applications in real-world projects include Amazon Web Services (AWS), Microsoft Azure, and Goog...

  • Answered by AI
  • Q6. Java and nodejs questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be precise and confident. Keep learning and solving code on platforms.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 - Technical 

(2 Questions)

  • Q1. Interview based on resume
  • Q2. Oop concept? Keyword? Python advantage? Polymorphism

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while speaking. Prepare with resume. Oops concept, basic coding skills, c programming to find index
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

There were 2 questions
One could be solved using hashing
Second one through backtracking

Round 3 - Technical 

(1 Question)

  • Q1. Question on computer fundamentals and 2 coding questions
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions this was 5 mins in total

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare CS fundamentals well,Keep practicing DSA every day even if you do 1 question per day that will take you long way don't underestimate the power of compounding
Round 1 - Technical 

(3 Questions)

  • Q1. Few scenario based questions in Loadrunner Html and Url mode difference Correlation explain LR functions Recording options Pacing and think time 90 and 95th percentile explain Ordinal value explain in cor...
  • Q2. Generic questions in Performance testing like: End to end performance testing life cycle Challenges in scripting or recording or execution Performance bottlenecks Issues faced in my project and what was th...
  • Q3. Few basic questions in Jmeter Execution order of jmeter elements What all listeners used Assertions used Beanshell processor or sampler How do we analyse results in jmeter Disadvantages of jmeter Which 1 ...
Round 2 - Technical 

(5 Questions)

  • Q1. Challenges in performance testing
  • Ans. 

    Performance testing challenges include identifying bottlenecks, simulating real-world scenarios, and analyzing results.

    • Identifying bottlenecks in the system

    • Simulating real-world scenarios to accurately test performance

    • Analyzing results to identify areas for improvement

    • Ensuring test environment is representative of production environment

    • Managing test data and test scripts

    • Dealing with network latency and other external f...

  • Answered by AI
  • Q2. Monitoring tools and what metrics we capture during or after testing
  • Ans. 

    Monitoring tools and metrics for testing

    • We use tools like Nagios, Zabbix, and Prometheus for monitoring

    • Metrics captured include response time, error rate, CPU usage, memory usage, and network traffic

    • We also capture user behavior metrics like click-through rate and conversion rate

    • Monitoring helps us identify issues and optimize performance

  • Answered by AI
  • Q3. Performance Bottlenecks
  • Q4. My roles and responsibilities in previous company as a performance tester
  • Ans. 

    As a performance tester in my previous company, my roles and responsibilities included analyzing system performance, designing and executing performance tests, identifying bottlenecks, and providing recommendations for improvement.

    • Analyzed system performance to identify areas of improvement

    • Designed and executed performance tests to measure system response time and scalability

    • Identified bottlenecks and performance issue...

  • Answered by AI
  • Q5. Few basic questions about Jenkins, New Relic as I had knowledge on those tools

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared only with the concepts you are aware of and know how to explain in your own terms as you will be having experience on topics you worked on and be confident when u answer.
Also don't get confused with few technical terms they use as we might know the answer for it but we might not know that is the answer for this question.
Dont panic and do well. All the best.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. Hii mam/sir gud evng my name is sony am from peddaplli distc my qualification is mba
  • Q2. Hiii sir or mam gud evng my name is sony am from peddaplli distc my qualification is MBA am a fresher and I have no any work experience in any company my strength is adapt quickly to any environment
  • Q3. My short term goals is to get placed in a reputed company like yours wich will allow me to enhance my skills and knowledge
  • Q4. My long term goal would be to reach a higher position in our company

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Introduce my self
  • Technical Skills
  • HR
Interview preparation tips for other job seekers - Am a fresher I have no work experience in any company

Wipro Interview FAQs

How many rounds are there in Wipro Senior Engineer L2 interview?
Wipro interview process usually has 2-3 rounds. The most common rounds in the Wipro interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Wipro Senior Engineer L2 interview?

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

  1. Common workflow mechanis...read more
  2. Data modelling questions, Business rules,work flows, user groups,webui, inboun...read more

Tell us how to improve this page.

Wipro Senior Engineer L2 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Wipro Senior Engineer L2 Salary
based on 40 salaries
₹5.5 L/yr - ₹19 L/yr
15% more than the average Senior Engineer L2 Salary in India
View more details

Wipro Senior Engineer L2 Reviews and Ratings

based on 3 reviews

4.4/5

Rating in categories

5.0

Skill development

4.4

Work-life balance

3.9

Salary

4.7

Job security

4.2

Company culture

3.9

Promotions

4.4

Work satisfaction

Explore 3 Reviews and Ratings
Project Engineer
32.8k salaries
unlock blur

₹1.8 L/yr - ₹8.3 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.8 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.5 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