Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by TCS Team. If you also belong to the team, you can get access from here

TCS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TCS Assistant System Engineer Interview Questions, Process, and Tips

Updated 26 Feb 2025

Top TCS Assistant System Engineer Interview Questions and Answers

  • Q1. Constellation Identification Problem Given a matrix named UNIVERSE with 3 rows and 'N' columns, filled with characters {#, *, .}, where: '*' represents stars. '.' repres ...read more
  • Q2. Given a string S(input consisting) of ‘*’ and ‘#’. The length of the string is variable. The task is to find the minimum number of ‘*’ or ‘#’ to make it a ...read more
  • Q3. Space Survival Game Challenge Ninja is in space with unlimited fuel in his super spaceship. He starts with a health level H and his spaceship has an armour A . Ninja can ...read more
View all 286 questions

TCS Assistant System Engineer Interview Experiences

380 interviews found

I was interviewed in Jan 2016.

Interview Questionnaire 

20 Questions

  • Q1. What is memory leak?
  • Ans. 

    Memory leak is a condition where a program fails to release memory it no longer needs, leading to memory consumption and performance issues.

    • Memory leak occurs when dynamically allocated memory is not deallocated properly.

    • It can happen when a program loses the reference to allocated memory without freeing it.

    • Memory leaks can gradually consume all available memory, causing the program or system to crash.

    • Common causes inc...

  • Answered by AI
  • Q2. What is static variable in C? with program
  • Ans. 

    A static variable in C is a variable that retains its value between function calls.

    • Static variables are declared using the 'static' keyword.

    • They are initialized only once, at the start of the program.

    • Their value persists even after the function call ends.

    • Static variables have a default initial value of 0.

    • They are useful for maintaining state across function calls.

  • Answered by AI
  • Q3. What are local variable and global variables? and their default values and program
  • Ans. 

    Local variables are declared within a specific function or block, while global variables are declared outside of any function or block.

    • Local variables have a limited scope and are only accessible within the function or block where they are declared.

    • Global variables can be accessed from anywhere in the program.

    • Local variables are created when a function is called and destroyed when the function ends.

    • Global variables are...

  • Answered by AI
  • Q4. What is method overriding? with program
  • Ans. 

    Method overriding is a feature in object-oriented programming where a subclass provides a different implementation of a method that is already defined in its superclass.

    • Method overriding is used to achieve runtime polymorphism.

    • The method in the subclass must have the same name, return type, and parameters as the method in the superclass.

    • The @Override annotation can be used to indicate that a method is intended to overr...

  • Answered by AI
  • Q5. What is cache memory?with real time example
  • Ans. 

    Cache memory is a small, fast memory that stores frequently accessed data for quick access.

    • Cache memory is faster than main memory but smaller in size.

    • It reduces the time taken to access data from main memory.

    • Examples include CPU cache, web browser cache, and disk cache.

    • Cache memory is volatile and can be cleared at any time.

    • Cache hit is when data is found in cache, cache miss is when it's not.

  • Answered by AI
  • Q6. Differences between C and Java?
  • Ans. 

    C is a procedural language while Java is an object-oriented language.

    • C is compiled while Java is interpreted

    • C has pointers while Java does not

    • Java has automatic garbage collection while C does not

    • Java has platform independence while C does not

    • Java has built-in exception handling while C does not

  • Answered by AI
  • Q7. Explain me about exception handling? with program
  • Ans. 

    Exception handling is a mechanism to handle runtime errors and prevent program crashes.

    • Exceptions are objects that represent errors or exceptional situations in a program.

    • When an exception occurs, the program stops executing and jumps to the nearest exception handler.

    • Exception handling involves catching and handling exceptions to prevent program crashes.

    • Try-catch blocks are used to catch and handle exceptions.

    • Example: ...

  • Answered by AI
  • Q8. Run time exceptions?
  • Ans. 

    Run time exceptions are errors that occur during program execution.

    • They are unexpected and can cause the program to crash.

    • Examples include null pointer exceptions and arithmetic exceptions.

    • They can be handled using try-catch blocks.

    • Proper error handling can prevent run time exceptions.

  • Answered by AI
  • Q9. What is stack?operations and program
  • Ans. 

    A stack is a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added to the top of the stack and removed from the top.

    • Common operations include push (add element to top) and pop (remove element from top).

    • Stacks are used in programming for function calls, expression evaluation, and memory management.

    • Example: The back button in a web browser uses a stack to keep track of visited pages.

    • Exampl...

  • Answered by AI
  • Q10. What is your eamcet rank?
  • Ans. 

    My EAMCET rank is 5000.

    • My EAMCET rank is 5000.

    • I scored well in the EAMCET exam to achieve this rank.

    • This rank allows me to apply for Assistant Systems Engineer positions in top colleges.

  • Answered by AI
  • Q11. What is your long term goal?
  • Ans. 

    My long term goal is to become a lead systems engineer and contribute to cutting-edge technological advancements.

    • Continue to enhance my technical skills and knowledge through continuous learning and certifications

    • Take on more leadership roles and responsibilities within the systems engineering field

    • Contribute to innovative projects and solutions that push the boundaries of technology

    • Work towards becoming a subject matt...

  • Answered by AI
  • Q12. What are your interests?
  • Ans. 

    My interests include technology, problem-solving, and continuous learning.

    • Technology: I enjoy staying up-to-date with the latest advancements in the field of technology and exploring new gadgets and software.

    • Problem-solving: I have a strong passion for solving complex problems and finding efficient solutions. I enjoy analyzing issues and brainstorming creative approaches.

    • Continuous learning: I believe in the importance...

  • Answered by AI
  • Q13. What do you watch?
  • Ans. 

    I enjoy watching a variety of TV shows and movies, especially sci-fi and fantasy genres.

    • I watch a mix of TV shows and movies

    • I particularly enjoy sci-fi and fantasy genres

    • Some of my favorite shows include Game of Thrones, Stranger Things, and Black Mirror

  • Answered by AI
  • Q14. When is Iphone 7 released?
  • Ans. 

    The iPhone 7 was released on September 16, 2016.

    • The iPhone 7 was released on September 16, 2016.

    • It was the successor to the iPhone 6s and 6s Plus.

    • The iPhone 7 introduced several new features, including a water-resistant design and the removal of the headphone jack.

  • Answered by AI
  • Q15. Drawbacks of iphone 6? what do you use?
  • Ans. 

    Drawbacks of iPhone 6 include battery life, storage capacity, and lack of headphone jack. I use an iPhone 11.

    • Battery life is relatively short compared to newer models

    • Storage capacity is limited and non-expandable

    • Lack of headphone jack requires the use of adapters or wireless headphones

    • iPhone 11 has longer battery life, larger storage capacity, and improved camera features

  • Answered by AI
  • Q16. What is the latest technology?
  • Ans. 

    The latest technology is artificial intelligence (AI).

    • Artificial intelligence (AI) is a branch of computer science that enables machines to perform tasks that typically require human intelligence.

    • AI technologies include machine learning, natural language processing, computer vision, and robotics.

    • Examples of AI applications include virtual assistants (e.g., Siri, Alexa), autonomous vehicles, facial recognition systems, ...

  • Answered by AI
  • Q17. What is cloud computing?
  • Ans. 

    Cloud computing is the delivery of computing services over the internet.

    • Cloud computing allows users to access and use computing resources on-demand, such as storage, processing power, and software applications.

    • It eliminates the need for users to own and manage physical infrastructure, as the resources are provided by a third-party service provider.

    • Examples of cloud computing services include Amazon Web Services (AWS),

  • Answered by AI
  • Q18. What are scale up and scale down operations?
  • Ans. 

    Scale up and scale down operations refer to increasing or decreasing the resources allocated to a system or application.

    • Scale up involves adding more resources to a system to handle increased demand or workload.

    • Examples of scale up include adding more RAM, CPU, or storage to a server.

    • Scale down involves reducing the resources allocated to a system when demand or workload decreases.

    • Examples of scale down include removin...

  • Answered by AI
  • Q19. About my achievements and what did I do there?
  • Q20. Questions like service agreement,relocation

Interview Preparation Tips

Round: Email writing
Experience: It was very easy for me.Need to practice all the questions which are available in many websites.
Tips: 1.Write all phrases given in email.
2.Use 75 to 80 words.
3.Use salutation properly
4.Check your keyboard before the exam

Round: Technical Interview
Experience: Asked some questions bases on my resume.Make sure that you know everything that you have written in your resume.
And that's it!! Both of the interviewers were impressed and told we are done.
I was happy and they told them thanks with a smile!
Tips: f you are from IT or CSE background then make sure that you know 2 programming languages,DBMS (very important), sql queries are very important.
4. Prepare for your favorite subject.
5.Prepare your resume well.Questions will be asked from it. I did not mention C++ and they did not ask a single question from it.
6.Prepare your mini project well and they will ask to write the code.Prepare some snippets of code and explain its functionality.
7.Dress well,it showcases your confidence

Round: HR Interview
Tips: 1. Practice the email writing well and you can have a look at tcs open see same in the campus commune portal.The exam will be like same to same.(screens)
2. Practice the analytical from above mentioned websites.It is more than enough.
3. If you are from IT or CSE background then make sure that you know 2 programming languages,DBMS (very important), sql queries are very important.
4. Prepare for your favorite subject.
5.Prepare your resume well.Questions will be asked from it. I did not mention C++ and they did not ask a single question from it.
6.Prepare your mini project well and they will ask to write the code.Prepare some snippets of code and explain its functionality.
7.Dress well,it showcases your confidence.
8. You need to have patience to get selected for TCS. Take some snacks along with you.
9.Luck also plays major role.You work hard and try your best.Luck favors the hard workers.
10.Be honest,never lie with them.
11. They will make sure that you will not get tensed and they will create a peaceful environment by asking simple questions and they will start the show.
Thanks for reading

Skills: Basic Knowledge Of DBMS, Java Programming, Basic Coding, Basic C/C++
College Name: GRIET [Gokaraju Rangaraju Institute of Engineering and Technology]

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Coding Test 

The TCS NQT test consisted of three sections: numerical, verbal, and logical aptitude, followed by an advanced aptitude section and two coding questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Introduce yourself.
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for technology. I have experience with programming languages like Java and Python.

    • Recent graduate with a degree in Computer Science

    • Passionate about technology

    • Proficient in programming languages like Java and Python

  • Answered by AI
  • Q2. Features of JAVA
  • Ans. 

    Java is a popular programming language known for its platform independence, object-oriented features, and robustness.

    • Platform independence - Java code can run on any platform with Java Virtual Machine (JVM)

    • Object-oriented - Java supports classes, objects, inheritance, and polymorphism

    • Robust - Java has strong memory management, exception handling, and type checking

    • Security - Java has built-in security features like sand...

  • Answered by AI
  • Q3. 4 pillars of OOPS
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class with private data members and public methods.

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Subclass inheriting from a superclass.

    • Polymorphism: Ability to present the same interface for different data types. Example: Me...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Are you willing to relocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a promising career opportunity

    • I have relocated for previous job positions and am comfortable with the process

    • I understand the benefits of relocating for career growth and development

  • Answered by AI
  • Q2. Do you have any active backlogs
  • Ans. 

    No active backlogs

    • No, I do not have any active backlogs

    • I have successfully completed all my courses without any pending assignments

    • I am up to date with all my work and responsibilities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume very well.

Assistant System Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. Constellation Identification Problem Given a matrix named UNIVERS ... read more
asked in TCS
Q2. Given a string S(input consisting) of ‘*’ and ‘#’. The le ... read more
asked in TCS
Q3. Space Survival Game Challenge Ninja is in space with unlimited fu ... read more
asked in TCS
Q4. Prime Time Again Problem Statement You are given two integers DAY ... read more
asked in TCS
Q5. Valid Pairs Problem Statement Given an array of integers ARR with ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

1. Aptitude
A) Verbal
B) Reasoning
C) Quants

2. Coding test
A) Arrays - Number of ways to reach a position after exactly K steps
B) Rotate Matrix

Round 2 - Technical 

(8 Questions)

  • Q1. OOPS concepts inheritance, abstraction, polymorphism
  • Q2. Fibonacci series code + Dry run
  • Q3. Basic of OS
  • Q4. Friend function C++
  • Q5. Difference between Tuple and list in python
  • Ans. 

    Tuple is immutable, ordered collection of elements while list is mutable, ordered collection of elements in Python.

    • Tuple is created using parentheses () while list is created using square brackets []

    • Tuple elements cannot be changed once assigned while list elements can be modified

    • Tuple is faster than list for iteration and accessing elements

    • Example: tuple_example = (1, 2, 3) and list_example = [1, 2, 3]

  • Answered by AI
  • Q6. Tell above Agile methodology & waterfall model
  • Ans. 

    Agile methodology is iterative and flexible, while waterfall model is sequential and rigid.

    • Agile focuses on delivering working software in short iterations

    • Waterfall follows a linear sequential flow from requirements to testing

    • Agile allows for changes and feedback throughout the development process

    • Waterfall requires all requirements to be defined upfront

    • Agile is more adaptive to changes in project scope

    • Waterfall is less

  • Answered by AI
  • Q7. Difference between Agile and waterfall model
  • Ans. 

    Agile is iterative and flexible, while waterfall is sequential and rigid.

    • Agile involves continuous feedback and adaptation, while waterfall follows a linear approach.

    • Agile is best suited for projects with changing requirements, while waterfall is better for projects with well-defined requirements.

    • Agile promotes collaboration and communication among team members, while waterfall focuses on documentation and formal proce...

  • Answered by AI
  • Q8. Is their any drawbacks of Agile model
  • Ans. 

    Yes, there are drawbacks of Agile model.

    • Lack of predictability in terms of project timelines and deliverables

    • Difficulty in handling large and complex projects

    • Dependency on customer collaboration and feedback can sometimes slow down the process

    • Requires experienced team members for effective implementation

    • May lead to scope creep if not managed properly

  • Answered by AI
Round 3 - HR 

(6 Questions)

  • Q1. Why you want to work at TCS?
  • Ans. 

    I want to work at TCS because of its reputation for innovation, global presence, and opportunities for growth.

    • TCS is known for its cutting-edge technology solutions and innovation in the IT industry.

    • TCS has a strong global presence with offices in multiple countries, providing opportunities for international exposure.

    • TCS offers a wide range of projects and clients, allowing for professional growth and development.

    • TCS h...

  • Answered by AI
  • Q2. What are your hobbies?
  • Ans. 

    My hobbies include playing the guitar, hiking, and reading science fiction novels.

    • Playing the guitar

    • Hiking

    • Reading science fiction novels

  • Answered by AI
  • Q3. How is your team project experience in college?
  • Ans. 

    I have extensive team project experience in college, working on various assignments and presentations.

    • Led a team of 5 students to develop a mobile application for a class project

    • Collaborated with classmates to create a research paper on artificial intelligence

    • Participated in a group presentation on cybersecurity for a final exam

  • Answered by AI
  • Q4. Are you a continuous learner or not?
  • Ans. 

    Yes, I am a continuous learner who is always seeking to expand my knowledge and skills.

    • I regularly attend workshops, seminars, and online courses to stay updated with the latest technologies and trends.

    • I actively seek feedback from colleagues and supervisors to identify areas for improvement.

    • I enjoy reading technical blogs and articles to enhance my understanding of complex concepts.

    • I have pursued certifications in rel...

  • Answered by AI
  • Q5. Situation based questions about team management.
  • Q6. What are your achievements till date?
  • Ans. 

    I have successfully completed multiple projects on time and received recognition for my problem-solving skills.

    • Received Employee of the Month award for implementing a new system that improved efficiency by 20%

    • Led a team in developing a software solution that reduced errors by 15%

    • Achieved a 98% customer satisfaction rate in handling technical support issues

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic concepts of Core subjects like DBMS, OS, CN, OOPS. Practice fundamentals of programming and math based question, Arrays, matrix, strings (Easy and medium level questions in Leetcode)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Introduction, project, my past internships
  • Q2. Detailed questions about the internship and tech stacks I've used.
Round 2 - HR 

(2 Questions)

  • Q1. Basic questions about certification and hobbies
  • Q2. Asked for relocation and shifts

TCS interview questions for designations

 System Engineer

 (1.1k)

 Assistant System Analyst

 (5)

 System Assistant

 (1)

 System Engineer Hardware

 (68)

 System Software Engineer

 (3)

 System Engineer Analyst

 (2)

 Junior System Engineer

 (2)

 Linux System Engineer

 (1)

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

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test will have logical reasoning, problem solving ,english and 2 coding questions to assess the candidate's knowledge

Round 2 - One-on-one 

(2 Questions)

  • Q1. Rate yourself in python out of 10
  • Q2. Write a code to identify if the given word is palindrome or not

Get interview-ready with Top TCS Interview Questions

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

Simple quantitative questions and one coding question.

Round 2 - Technical 

(1 Question)

  • Q1. Oops concept Java questions Sql questions
Round 3 - HR 

(1 Question)

  • Q1. Are you able to join the company in various locations across India?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is beneficial to begin with this approach if you are struggling to secure a position in a product-based company.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Medium level- just prepare from youtube

Round 2 - Coding Test 

Medium level just search previous year questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me abt yrself
  • Q2. Tell about Java basics?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Number systems, Time, speed and distance, percentage

Round 2 - Coding Test 

Usually 2 coding questions of 1hr

Round 3 - Technical 

(2 Questions)

  • Q1. About project and certifications
  • Q2. Inheritance , polymorphism with example
Round 4 - HR 

(2 Questions)

  • Q1. Ready to relocate anywhere
  • Ans. 

    Yes, I am open to relocating anywhere for the right opportunity.

    • I am flexible and willing to relocate for career growth

    • I have experience moving for previous job opportunities

    • I understand the importance of being open to new locations for professional development

  • Answered by AI
  • Q2. Why do you want to join this company
  • Ans. 

    I want to join this company because of its reputation for innovation and growth opportunities.

    • Impressed by the company's track record of innovation

    • Excited about the potential for growth and advancement within the company

    • Interested in the company's culture and values

    • Believe my skills and experience align well with the company's needs

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was easy and it Consisted several rounds logical, reasoning,coding

Round 2 - Technical 

(2 Questions)

  • Q1. Asked the code for palindrome.
  • Q2. Functions , basic c++ questions
Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic questions for work allocation and situational based questions
  • Q2. Situational based questions and basic questions
Round 4 - HR 

(2 Questions)

  • Q1. Tcs company related questions
  • Q2. Something about myself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare according to what you have written in your cv

Assistant System Engineer Interview Questions & Answers

user image Charmipriya Boddu

posted on 16 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Includes quantitative verbal and reasoning questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Oops concepts in java
Round 3 - HR 

(1 Question)

  • Q1. Are you able to relocate!?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It consists of aptitude logical reasoning and verbal question and 10 mcq programming questions and 2 programming question one we can solve with simple conditional loops and another is array conept

Round 2 - Technical 

(2 Questions)

  • Q1. What is stack and queue
  • Ans. 

    A stack is a data structure that follows the Last In First Out (LIFO) principle, while a queue follows the First In First Out (FIFO) principle.

    • Stack: Last In First Out (LIFO) structure, elements are added and removed from the top.

    • Queue: First In First Out (FIFO) structure, elements are added at the rear and removed from the front.

    • Example: Stack can be visualized as a stack of plates, while a queue can be visualized as

  • Answered by AI
  • Q2. Why is java platform independent
  • Ans. 

    Java is platform independent because of its bytecode and JVM.

    • Java code is compiled into bytecode which is platform-independent

    • Java Virtual Machine (JVM) interprets bytecode and executes it on any platform

    • JVM acts as an abstraction layer between Java code and underlying platform

    • Example: A Java program compiled on Windows can run on Linux without any modifications

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About location relocation
  • Q2. Normal conversation

Skills evaluated in this interview

TCS Interview FAQs

How many rounds are there in TCS Assistant System Engineer interview?
TCS interview process usually has 2-3 rounds. The most common rounds in the TCS interview process are Technical, Aptitude Test and HR.
What are the top questions asked in TCS Assistant System Engineer interview?

Some of the top questions asked at the TCS Assistant System Engineer interview -

  1. What are the functions used in a particular co...read more
  2. What is linklist ? Write a code to insert a node at the beginning of lis...read more
  3. What are local variable and global variables? and their default values and prog...read more
How long is the TCS Assistant System Engineer interview process?

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

Tell us how to improve this page.

TCS Assistant System Engineer Interview Process

based on 259 interviews

6 Interview rounds

  • Aptitude Test Round
  • HR Round - 1
  • Technical Round
  • HR Round - 2
  • HR Round - 3
  • Personal Interview1 Round
View more
TCS Assistant System Engineer Salary
based on 29.8k salaries
₹2.2 L/yr - ₹5.8 L/yr
At par with the average Assistant System Engineer Salary in India
View more details

TCS Assistant System Engineer Reviews and Ratings

based on 3.6k reviews

3.7/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

2.7

Salary

4.6

Job security

3.7

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 3.6k Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
66.7k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.5k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 L/yr - ₹5.8 L/yr

Associate Consultant
29.4k salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview