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 System Engineer Interview Questions and Answers for Freshers

Updated 11 May 2025

7 Interview questions

A System Engineer was asked
Q. What is the difference between a list and an array?
Ans. 

Arrays are fixed in size and can store multiple data types, while lists are dynamic and can only store one data type.

  • Arrays are declared with a fixed size, while lists can grow or shrink dynamically.

  • Arrays can store multiple data types, while lists can only store one data type.

  • Arrays are accessed using an index, while lists are accessed using an iterator.

  • Example: int[] arr = new int[5]; List<String> list = n...

A System Engineer was asked
Q. Explain OOP concepts with implementation examples.
Ans. 

OOPs concepts are fundamental to software engineering. They include inheritance, polymorphism, encapsulation, and abstraction.

  • Inheritance allows a class to inherit properties and methods from a parent class.

  • Polymorphism allows objects to take on multiple forms and behave differently based on the context.

  • Encapsulation is the practice of hiding implementation details and exposing only necessary information.

  • Abstracti...

System Engineer Interview Questions Asked at Other Companies for Fresher

asked in TCS
Q1. Election Winner Determination In an ongoing election between two ... read more
asked in TCS
Q2. Given a parking lot represented as an RxC matrix where each space ... read more
asked in TCS iON
Q3. GCD (Greatest Common Divisor) Problem Statement You are given two ... read more
asked in Tata Group
Q4. Check Word Presence in String Given a string S and a list wordLis ... read more
asked in Infosys
Q5. Khaled has an array A of N elements. It is guaranteed that N is e ... read more
A System Engineer was asked
Q. Explain the code for finding prime numbers.
Ans. 

Prime number code is a program that identifies prime numbers.

  • A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself.

  • The code can be written using a loop to check if a number is divisible by any number other than 1 and itself.

  • One common method is the Sieve of Eratosthenes, which generates all prime numbers up to a given limit.

A System Engineer was asked
Q. What is the difference between SQL and MySQL?
Ans. 

SQL is a language used to manage relational databases, while MySQL is a specific relational database management system.

  • SQL is a language used to create, modify, and query relational databases.

  • MySQL is a specific relational database management system that uses SQL.

  • MySQL is open source and free to use, while other SQL-based systems may require licensing fees.

  • MySQL has its own unique syntax and features, such as the ...

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.
A System Engineer was asked
Q. Are you familiar with DBMS?
Ans. 

Yes, I am familiar with DBMS.

  • I have experience working with various DBMS such as MySQL, Oracle, and SQL Server.

  • I am proficient in writing SQL queries and optimizing database performance.

  • I have worked on database design and normalization.

  • I am familiar with backup and recovery procedures.

  • I have experience with data migration and integration.

  • I am knowledgeable about database security and access control.

🔥 Asked by recruiter 3 times
A System Engineer was asked
Q. What is the difference between DBMS and RDBMS?
Ans. 

DBMS is a software to manage databases while RDBMS is a type of DBMS that uses a relational model.

  • DBMS stands for Database Management System while RDBMS stands for Relational Database Management System.

  • DBMS can manage any type of database while RDBMS uses a relational model to manage data.

  • RDBMS ensures data integrity and consistency through the use of constraints and normalization.

  • Examples of DBMS include MySQL, O...

A System Engineer was asked
Q. Implementation of factorial, Fibonacci series and prime number.
Ans. 

Factorial, Fibonacci series and prime number implementation.

  • Factorial: Use recursion or iteration to multiply numbers from 1 to n.

  • Fibonacci: Use recursion or iteration to add the previous two numbers.

  • Prime number: Check if a number is divisible by any number less than itself.

Are these interview questions helpful?

Wipro System Engineer Interview Experiences for Freshers

7 interviews found

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

I applied via Naukri.com and was interviewed in Sep 2023. 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 

2+2=5
3+3=7
4+4=9
5+5=?

Round 3 - HR 

(4 Questions)

  • Q1. Tell me about your self?
  • Ans. My name is Israr.My Father name is Khalid.I belong to middle class family.I study in Shri Ram College Muzaffarnagar.I am Bca student
  • Answered Anonymously
  • Q2. What is your father occupation?
  • Ans. My father is farmers.My father are worked for him farm
  • Answered Anonymously
  • Q3. My father occupation is farming.
  • Q4. My name is Israr.I am a Bca student.I read in Shri Ram group of College Muzaffarnagar.I belong to middle class family

Interview Preparation Tips

Topics to prepare for Wipro System Engineer interview:
  • Naukri.com

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

Round 1 - Written Round 

(2 Questions)

Round duration - 140 minutes
Round difficulty - null
This round was based on Aptitude, Verbal, logical reasoning, essay writing and 2 coding questions(easy). This year instead of providing a separate section for quants, logical and verbal there is only one section i.e; Aptitude Section, which will include all the three-section having some questions from every section.

  • Q1. Aptitude Test (48 mins) Quants Verbal Logical Coding (60 mins) C C++ JAVA Python
  • Ans. 

    Question about aptitude test and coding languages for System Engineer position.

    • The question is about the aptitude test which includes quants, verbal, logical, and coding.

    • The coding section includes C, C++, JAVA, and Python.

    • The candidate should be familiar with all the mentioned languages.

    • The time limit for the aptitude test is 48 minutes and for the coding section is 60 minutes.

  • Answered by AI
  • Q2. Written Communication Test (20 mins)
Round 2 - Technical 

(8 Questions)

Round duration - 30 minutes
Round difficulty - null
This is basically an Interview round which is to know about the technical skills of the candidate.

  • Q1. Tell me about yourself.
  • Q2. OOPs concepts with implementation
  • Ans. 

    OOPs concepts are fundamental to software engineering. They include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and methods from a parent class.

    • Polymorphism allows objects to take on multiple forms and behave differently based on the context.

    • Encapsulation is the practice of hiding implementation details and exposing only necessary information.

    • Abstraction is...

  • Answered by AI
  • Q3. SQL (joins, basic queries)
  • Ans. 

    SQL joins and basic queries

    • Joins are used to combine data from two or more tables based on a related column

    • Basic queries include SELECT, FROM, WHERE, GROUP BY, HAVING, and ORDER BY clauses

    • Use aliases to simplify column names and improve readability

    • Avoid using SELECT * as it can slow down the query

    • Use indexes to improve query performance

  • Answered by AI
  • Q4. Difference between list and array
  • Ans. 

    Arrays are fixed in size and can store multiple data types, while lists are dynamic and can only store one data type.

    • Arrays are declared with a fixed size, while lists can grow or shrink dynamically.

    • Arrays can store multiple data types, while lists can only store one data type.

    • Arrays are accessed using an index, while lists are accessed using an iterator.

    • Example: int[] arr = new int[5]; List<String> list = new Ar...

  • Answered by AI
  • Q5. Implementation of factorial, Fibonacci series and prime number.
  • Q6. Are you ready to relocate?
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for a position that aligns with my career goals and offers growth opportunities.

    • I am open to exploring new cities and cultures.

    • I understand that relocation may require some adjustments, but I am prepared to make them.

    • I am excited about the prospect of working with a new team and contributing to the success of the company in a new location.

  • Answered by AI
  • Q7. Any problem with night shifts?
  • Ans. 

    No problem with night shifts.

    • I am comfortable working night shifts.

    • I have experience working night shifts in my previous job.

    • I understand the importance of maintaining a healthy sleep schedule.

    • I am willing to adjust my lifestyle to accommodate night shifts.

    • I am aware of the potential health risks associated with working night shifts and will take necessary precautions.

    • I have a reliable mode of transportation for commut...

  • Answered by AI
  • Q8. Any questions?

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience. My academic qualification is B.Tech from Jaypee University, Anoopshahr.Wipro interview preparation:Topics to prepare for the interview - 1.Languages like C
Programming
2. Palindrome
3. Fibonacci
4. Pattern Printing
5. Circuit Diagram
6. Formulas
7. Definitions
8. Final Year ProjectResources to prepare for this interview - I had always consulted my seniors for placement preparation. So they suggested multiple platforms for this preparation, but I found Prepinsta to be best. Their content, teaching and practice questions are everything that one needs to achieve great placements.Tips for other job seekers - Be confident and practice questions as much as you can.Final outcome of the interviewSelected

Skills evaluated in this interview

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

Round 1 - Aptitude Test 

It was easy to solve like amcat test.

Round 2 - Technical 

(1 Question)

  • Q1. Good questions asked.
Round 3 - One-on-one 

(1 Question)

  • Q1. Salary discussed, strength and weakness also discussed.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good overall. Good opportunity for fresher where they can learn and build their future.

I applied via Prepinsta and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Written 

(3 Questions)

Round duration - 1 hour 16 mins
Round difficulty - null
Online test on the AMCAT platform. It consists of sections like quants, verbal, logical and essay writing. There was no negative marking and it was an adaptive test.

  • Q1. Quants sections - 16 questions to be solved in 16 mins (focus mainly on number systems, factors, permutation & combination, probability
  • Ans. 

    The interviewer asked about the Quants section with a focus on number systems, factors, permutation & combination, and probability.

    • 16 questions to be solved in 16 mins

    • Focus on number systems, factors, permutation & combination, and probability

    • Practice and brush up on these topics before the interview

  • Answered by AI
  • Q2. Logical section - 25 questions to be solved in 35 mins
  • Ans. 

    Answering logical section questions for System Engineer interview

    • Read each question carefully before attempting to solve it

    • Use logic and reasoning to eliminate incorrect options

    • Don't spend too much time on any one question

    • If you're unsure of an answer, make an educated guess

    • Double-check your answers before submitting

  • Answered by AI
  • Q3. Essay writing - one essay to be written in 25 mins
Round 2 - Interview 

(10 Questions)

Round duration - 30 minutes
Round difficulty - null
This was a one to one conversation and I was put with the following questions.

  • Q1. Difference between compiler and interpreter
  • Q2. Why do we need OOPs?
  • Q3. Are you familiar with DBMS?
  • Ans. 

    Yes, I am familiar with DBMS.

    • I have experience working with various DBMS such as MySQL, Oracle, and SQL Server.

    • I am proficient in writing SQL queries and optimizing database performance.

    • I have worked on database design and normalization.

    • I am familiar with backup and recovery procedures.

    • I have experience with data migration and integration.

    • I am knowledgeable about database security and access control.

  • Answered by AI
  • Q4. Explain prime number code
  • Ans. 

    Prime number code is a program that identifies prime numbers.

    • A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself.

    • The code can be written using a loop to check if a number is divisible by any number other than 1 and itself.

    • One common method is the Sieve of Eratosthenes, which generates all prime numbers up to a given limit.

  • Answered by AI
  • Q5. Swap two numbers without using the third variable
  • Q6. Explain Polymorphism
  • Q7. Difference between overloading and overriding
  • Q8. Tell me about yourself?
  • Q9. Tell me about your projects?
  • Ans. 

    I have worked on various projects related to system engineering.

    • Developed and implemented a new network infrastructure for a small business

    • Designed and deployed a cloud-based storage solution for a large corporation

    • Managed the migration of a legacy system to a modern platform for a government agency

    • Collaborated with a team to create a custom software application for a non-profit organization

  • Answered by AI
  • Q10. Tell me about your internships?
  • Ans. 

    I have completed two internships during my college years.

    • First internship was with XYZ company where I worked on developing a new software application for their clients.

    • Second internship was with ABC organization where I assisted in the implementation of a new network infrastructure.

    • Both internships provided me with hands-on experience and helped me develop my technical skills.

    • I also learned the importance of teamwork ...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience.Wipro interview preparation:Topics to prepare for the interview - Current Technological
Trends.
OOPs Concepts
Programming
language-oriented topics
SQL and DBMS
Data StructureResources to prepare for this interview - For theory questions I prepared everything from PrepInsta. There top 100 codes have really great codes.Tips for other job seekers - Concentrate on basic level coding and essay writing. In an interview, confidence and way of explanation are important.Final outcome of the interviewAwaiting Outcome

Skills evaluated in this interview

I applied via Prepinsta and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

(1 Question)

Round duration - 75 minutes
Round difficulty - null
Explain written test process : 3 sections Section 1: Logical Ability, Quantitative Ability, Verbal Ability. Section 2: online programming test of 2 coding questions. Section 3: written communication test (essay writing) Online test on the AMCAT platform. It consists of sections like quants, verbal, logical and essay writing. There was no negative marking and it was an adaptive test Quants sections - 16 questions to be solved in 16 mins (focus mainly on number systems, factors, permutation & combination, probability. Logical section - 25 questions to be solved in 35 mins Essay writing - one essay to be written in 25 mins

  • Q1. My essay topic was "Is social media necessary?"
  • Ans. 

    Social media is not necessary but has become an integral part of modern communication.

    • Social media provides a platform for networking and staying connected with friends and family.

    • It also serves as a source of news and information.

    • Businesses use social media for marketing and customer engagement.

    • However, social media can also have negative effects on mental health and privacy.

    • Ultimately, the necessity of social media d...

  • Answered by AI
Round 2 - Technical 

(8 Questions)

Round duration - 40 minutes
Round difficulty - null
Interview Experiences : First the interviewer made me comfortable by asking questions like who are you? The interviewer introduces himself and then began with the interview.

  • Q1. Introduce myself .
  • Ans. 

    I am a system engineer with experience in designing and implementing complex systems.

    • I have a degree in computer science and several years of experience in the field.

    • I am skilled in programming languages such as Java and Python.

    • I have experience in designing and implementing large-scale systems, including cloud-based solutions.

    • I am familiar with various operating systems and network protocols.

    • I am a team player and hav...

  • Answered by AI
  • Q2. Explain detail about my project.
  • Ans. 

    Developed a web-based inventory management system for a retail company.

    • Used PHP and MySQL for backend development.

    • Implemented a user-friendly interface using HTML, CSS, and JavaScript.

    • Incorporated barcode scanning functionality for efficient inventory tracking.

    • Enabled real-time updates and notifications for low stock items.

    • Conducted thorough testing and debugging to ensure system reliability.

    • Collaborated with the clien...

  • Answered by AI
  • Q3. Ask me preferred language? ans ( c, c++, python , DBMS).
  • Ans. 

    My preferred language is Python due to its versatility and ease of use.

    • Python is a high-level language with a simple syntax, making it easy to learn and use.

    • It has a vast library of modules and frameworks for various applications, such as web development, data analysis, and machine learning.

    • Python is also cross-platform, meaning it can run on different operating systems without modification.

    • C and C++ are low-level lang...

  • Answered by AI
  • Q4. Ask me which database i have worked on ?
  • Q5. Difference between sql and mysql.
  • Ans. 

    SQL is a language used to manage relational databases, while MySQL is a specific relational database management system.

    • SQL is a language used to create, modify, and query relational databases.

    • MySQL is a specific relational database management system that uses SQL.

    • MySQL is open source and free to use, while other SQL-based systems may require licensing fees.

    • MySQL has its own unique syntax and features, such as the abili...

  • Answered by AI
  • Q6. Difference between DBMS and RDBMS.
  • Ans. 

    DBMS is a software to manage databases while RDBMS is a type of DBMS that uses a relational model.

    • DBMS stands for Database Management System while RDBMS stands for Relational Database Management System.

    • DBMS can manage any type of database while RDBMS uses a relational model to manage data.

    • RDBMS ensures data integrity and consistency through the use of constraints and normalization.

    • Examples of DBMS include MySQL, Oracle...

  • Answered by AI
  • Q7. Difference between primary and foreign key
  • Q8. .logic of palindrome and reverse
  • Ans. 

    Palindrome is a word or phrase that reads the same backward as forward. Reverse is the opposite order of a given sequence.

    • Palindrome logic involves comparing the first and last characters of a word/phrase and moving towards the center until all characters are compared.

    • Reverse logic involves swapping the first and last characters of a sequence and moving towards the center until all characters are swapped.

    • Examples of pa...

  • Answered by AI
Round 3 - HR 

(3 Questions)

Round duration - 10 minutes
Round difficulty - null

  • Q1. Have you worked in a team ?
  • Ans. 

    Yes, I have worked in a team.

    • I have worked in cross-functional teams to develop and implement complex systems.

    • I have collaborated with software developers, project managers, and quality assurance engineers.

    • I have participated in daily stand-up meetings, sprint planning, and retrospectives.

    • I have used tools like JIRA and Confluence to track progress and communicate with team members.

    • One example of a successful team proj...

  • Answered by AI
  • Q2. If we give you different domain rather then your preferred domain will you work on it ?
  • Q3. Relocation ,bond, backlog
  • Ans. 

    Question about relocation, bond, and backlog.

    • Relocation: Are you willing to relocate for the job?

    • Bond: Are you willing to sign a bond for a certain period of time?

    • Backlog: Do you have any backlog in your education or work experience?

    • Provide honest and clear answers to all three questions.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience.Wipro interview preparation:Topics to prepare for the interview - The technical questions mainly include topics like OOPS(with their real-life examples), SDLC and its
models, basic knowledge of DBMS, pointers in C, C++, and a basic idea about data structuresResources to prepare for this interview - The theoretical questions were easier for me to answer as I was able to prepare them through prepinsta and prepinsta prime video lectures and sample questions and mock quizzes. They even offer mock interview preparationTips for other job seekers - The technical face-to-face interview round is the most crucial in the entire interview process. You
should be well-versed in computer science fundamentals such as OOPS, DBMS, CN, OS
and be able to communicate them clearly to the interviewer.Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Apr 2022. There were 5 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 

Fairly basic aptitude test in reasoning.

Round 3 - Technical 

(1 Question)

  • Q1. 1. Concept of OOP 2. Sample coding problem solving 3. Concept of Software development models 4. Intermediate level Java realated questions such as inheritance, interface, class. 5. Why Wipro? 6. If I have ...
Round 4 - Coding Test 

Basic coding test in their own portal.

Round 5 - HR 

(1 Question)

  • Q1. Basic HR discussion

I applied via Campus Placement and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly HR based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Preapre well and maintain good confidence

Interview questions from similar companies

I applied via Walk-in and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What is trigger ?
  • Q2. Explain inheritance and tell about multiple inheritance in Java
  • Ans. 

    Inheritance is a mechanism in Java where a class acquires the properties of another class.

    • Inheritance allows code reusability and promotes the concept of hierarchical classification.

    • The class that is being inherited is called the superclass or parent class, while the class that inherits is called the subclass or child class.

    • Java supports single inheritance, where a subclass can inherit properties from only one supercla...

  • Answered by AI
  • Q3. Tell about your project. How many screens do you have in your project ?
  • Q4. Explain oops concepts
  • Ans. 

    OOPs concepts are the fundamental principles of object-oriented programming.

    • Abstraction

    • Encapsulation

    • Inheritance

    • Polymorphism

    • Classes and Objects

    • Methods and Properties

    • Message Passing

    • Dynamic Binding

  • Answered by AI
  • Q5. Explain with example about access specifiers.
  • Ans. 

    Access specifiers determine the level of access to class members.

    • Access specifiers are public, private, and protected.

    • Public members can be accessed from anywhere.

    • Private members can only be accessed within the class.

    • Protected members can be accessed within the class and its subclasses.

    • Example: class Car { private int speed; public void setSpeed(int s) { speed = s; } }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and honest . Don't try to fool the interviewer and at last don't forget to ask question to interviewer if he ask !

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

NQT

Round 2 - Technical 

(1 Question)

  • Q1. General questions were asked.

Interview Preparation Tips

Topics to prepare for TCS System Engineer interview:
  • Resume
  • Self details
Interview preparation tips for other job seekers - Be confident.
Be prepared for all the obvious question well infront.

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

Interview Questionnaire 

1 Question

  • Q1. Questions were related to c c++ and analytical.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was medium level since I was a fresher

Wipro Interview FAQs

How many rounds are there in Wipro System Engineer interview for freshers?
Wipro interview process for freshers usually has 3-4 rounds. The most common rounds in the Wipro interview process for freshers are Aptitude Test, Technical and Resume Shortlist.
How to prepare for Wipro System Engineer interview for freshers?
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 System Engineering, VPN, Troubleshooting, VDI and Citrix.
What are the top questions asked in Wipro System Engineer interview for freshers?

Some of the top questions asked at the Wipro System Engineer interview for freshers -

  1. How can you connect your system to a Wi-Fi network? When Wi-Fi SSID is not show...read more
  2. 1. Concept of OOP 2. Sample coding problem solving 3. Concept of Software devel...read more
  3. How can the '$?' variable be used to check if the previous command executed suc...read more
How long is the Wipro System Engineer interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more
Wipro System Engineer Salary
based on 1.9k salaries
₹1 L/yr - ₹9 L/yr
16% less than the average System Engineer Salary in India
View more details

Wipro System Engineer Reviews and Ratings

based on 203 reviews

3.9/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.3

Salary

4.0

Job security

3.9

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 203 Reviews and Ratings
System Engineer - L2

Gurgaon / Gurugram

1-3 Yrs

₹ 1.8-7.1 LPA

System Engineer - L2

Thiruvananthapuram

3-7 Yrs

Not Disclosed

System Engineer - L1

Thane

1-5 Yrs

Not Disclosed

Explore more jobs
Project Engineer
33.2k salaries
unlock blur

₹1.8 L/yr - ₹8.4 L/yr

Senior Software Engineer
23.1k salaries
unlock blur

₹5.9 L/yr - ₹24 L/yr

Senior Associate
21.8k salaries
unlock blur

₹0.9 L/yr - ₹5.5 L/yr

Technical Lead
20.1k salaries
unlock blur

₹10 L/yr - ₹38.5 L/yr

Senior Project Engineer
18.7k salaries
unlock blur

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