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 Interview Questions, Process, and Tips

Updated 7 Mar 2025

Top TCS Interview Questions and Answers

View all 6.4k questions

TCS Interview Experiences

Popular Designations

10.4k interviews found

Ninja Interview Questions & Answers

user image Anonymous

posted on 1 Oct 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude prepare from indiabix. keep up with the time you will easily clear the round.

Round 2 - Coding Test 

1-easy questions of array/string
2-medium level question of linear DSA(stack,queue,LL,Array, string)

Round 3 - One-on-one 

(4 Questions)

  • Q1. SQL queries were asked, and DDL DML DCL TCL
  • Q2. OOPS: constructor, polymorphism with real life example
  • Q3. 5 things about why should we hire you
  • Q4. Describe your college life
  • Ans. 

    My college life was a whirlwind of new experiences, friendships, and academic challenges.

    • Joined various clubs and organizations to meet new people and explore interests

    • Balanced studying with social activities to maintain a healthy lifestyle

    • Participated in internships and research projects to gain practical experience

    • Attended lectures and seminars to expand knowledge and skills

    • Enjoyed campus events and traditions to cre

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just prepare basics questions

Top TCS Ninja Interview Questions and Answers

Q1. You have done a lot of courses in coursera and NPTEL. What is the use of it?
View answer (3)

Ninja Interview Questions asked at other Companies

Q1. You have done a lot of courses in coursera and NPTEL. What is the use of it?
View answer (3)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(8 Questions)

  • Q1. Tell me about your project.
  • Ans. 

    Developed a real-time data processing system for analyzing customer behavior on an e-commerce platform.

    • Used Apache Kafka for real-time data streaming

    • Implemented data pipelines using Apache Spark for processing large volumes of data

    • Designed and optimized data models in PostgreSQL for storing and querying customer data

  • Answered by AI
  • Q2. What are the Types of SCD?
  • Ans. 

    Types of SCD include Type 1, Type 2, and Type 3.

    • Type 1 SCD: Overwrites old data with new data, no history is maintained.

    • Type 2 SCD: Maintains historical data by creating new records for changes.

    • Type 3 SCD: Creates separate columns to store historical and current data.

    • Examples: Type 1 - Employee address updates overwrite old address. Type 2 - Employee salary changes create new record with effective date. Type 3 - Employ

  • Answered by AI
  • Q3. Delta Lake vs Data Lake?
  • Ans. 

    Delta Lake is an open-source storage layer that brings ACID transactions to Apache Spark and big data workloads.

    • Delta Lake provides ACID transactions, schema enforcement, and data versioning on top of data lakes.

    • Data Lake is a centralized repository that allows you to store all your structured and unstructured data at any scale.

    • Delta Lake is optimized for big data workloads and is built on top of Apache Spark.

    • Data Lake...

  • Answered by AI
  • Q4. How to write a file in a delta table?
  • Ans. 

    To write a file in a delta table, you can use the Delta Lake API or Spark SQL commands.

    • Use Delta Lake API to write data to a delta table

    • Use Spark SQL commands like INSERT INTO to write data to a delta table

    • Ensure that the data being written is in the correct format and schema

  • Answered by AI
  • Q5. What are optimisation techniques used in the project?
  • Ans. 

    Optimisation techniques used in the project include indexing, query optimization, caching, and parallel processing.

    • Indexing: Creating indexes on frequently queried columns to improve search performance.

    • Query optimization: Rewriting queries to make them more efficient and reduce execution time.

    • Caching: Storing frequently accessed data in memory to reduce the need for repeated database queries.

    • Parallel processing: Distri...

  • Answered by AI
  • Q6. What is the difference between Tasks, and stages? About Spark UI?
  • Ans. 

    Tasks and stages are components of the execution plan in Spark UI.

    • Tasks are the smallest unit of work in Spark, representing a single operation on a partition of data.

    • Stages are groups of tasks that are executed together as part of a larger computation.

    • Tasks within a stage can be executed in parallel, while stages are executed sequentially.

    • Tasks are created based on the transformations and actions in the Spark applicat...

  • Answered by AI
  • Q7. Role of DAG ins aprk ?
  • Ans. 

    DAG (Directed Acyclic Graph) in Apache Spark is used to represent a series of data processing steps and their dependencies.

    • DAG in Spark helps optimize the execution of tasks by determining the order in which they should be executed based on dependencies.

    • It breaks down a Spark job into smaller tasks and organizes them in a way that minimizes unnecessary computations.

    • DAGs are created automatically by Spark when actions a...

  • Answered by AI
  • Q8. What transformation techniques you have used in your project?
  • Ans. 

    I have used various transformation techniques such as data cleaning, normalization, aggregation, and feature engineering in my projects.

    • Data cleaning to remove missing values and outliers

    • Normalization to scale numerical features

    • Aggregation to summarize data at different levels

    • Feature engineering to create new relevant features

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. About my project?
  • Q2. Some scenario-based questions related to project and work?
  • Q3. How do I keep myself updated with the latest technologies?
  • Ans. 

    I keep myself updated by regularly attending conferences, workshops, online courses, and reading industry blogs.

    • Attend conferences and workshops related to data engineering

    • Take online courses on platforms like Coursera, Udemy, or DataCamp

    • Read industry blogs and follow thought leaders on social media

    • Join online communities and forums to discuss latest technologies and trends

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Senior Data Engineer interview:
  • SQL
  • Spark
  • AWS
  • Project
Interview preparation tips for other job seekers - Keep the focus on your Spark fundaments, AWS Services and Solid Understanding of your project.

Skills evaluated in this interview

Top TCS Senior Data Engineer Interview Questions and Answers

Q1. What is the difference between Tasks, and stages? About Spark UI?
View answer (1)

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)
TCS Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are the key considerations for implementing S/4HANA?
  • Ans. 

    Key considerations for implementing S/4HANA include system readiness, data migration, business process alignment, and user training.

    • Ensure system readiness by checking hardware and software requirements

    • Plan for data migration from existing systems to S/4HANA

    • Align business processes with S/4HANA functionalities for optimal performance

    • Provide comprehensive user training to ensure smooth adoption of the new system

  • Answered by AI
  • Q2. What real-time issues have you encountered during upgrades?
  • Ans. 

    Real-time issues during upgrades include data migration errors, system downtime, and compatibility issues.

    • Data migration errors can lead to loss of important information or corruption of data.

    • System downtime during upgrades can disrupt business operations and cause financial losses.

    • Compatibility issues with other systems or applications can result in integration problems and functionality issues.

  • Answered by AI

SAP Security Consultant Interview Questions asked at other Companies

Q1. what is the tcode for user creation?
View answer (6)

System Engineer Interview Questions & Answers

user image Afroz Pasha

posted on 19 Feb 2025

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

Small coding challenges consisting of 2 questions

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a highly skilled System Engineer with 5+ years of experience in designing, implementing, and maintaining complex IT systems.

    • 5+ years of experience in system engineering

    • Proficient in designing and implementing IT systems

    • Strong troubleshooting and problem-solving skills

    • Experience with network security and data protection

    • Certified in relevant technologies such as Cisco or Microsoft

  • Answered by AI
  • Q2. What project you have worked on
  • Ans. 

    I have worked on a project to implement a new network infrastructure for a large company.

    • Designed network architecture to support increased bandwidth requirements

    • Implemented new routers and switches to improve network performance

    • Configured security protocols to protect against cyber threats

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do not join TCS. They'll pressure you like anything once you are on bench

Top TCS System Engineer Interview Questions and Answers

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)

TCS interview questions for popular designations

 System Engineer

 (1.1k)

 Software Developer

 (498)

 Software Engineer

 (450)

 Assistant System Engineer

 (380)

 Assistant System Engineer Trainee

 (373)

 IT Analyst

 (337)

 Ninja

 (187)

 Java Developer

 (184)

fresher Interview Questions & Answers

user image Anonymous

posted on 21 Dec 2024

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

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

Round 1 - Aptitude Test 

Normal tcs ion center

Round 2 - Technical 

(2 Questions)

  • Q1. Basically it is mix of technical hr and managerial those arw sleted for digital role
  • Q2. Types of chart in power bi
  • Ans. 

    Types of charts in Power BI include bar charts, line charts, pie charts, scatter plots, and more.

    • Bar chart

    • Line chart

    • Pie chart

    • Scatter plot

    • Area chart

    • Donut chart

    • Waterfall chart

    • Treemap

    • KPIs

    • Gauge chart

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Can you work for ninja role
  • Ans. 

    Yes, I am confident in my abilities to work in a ninja role.

    • I have strong physical fitness and agility.

    • I am skilled in martial arts or combat techniques.

    • I am able to work stealthily and maintain focus under pressure.

  • Answered by AI
  • Q2. Do u join tcs in south india
  • Ans. 

    Yes, I joined TCS in South India.

    • Yes, I joined TCS in Chennai, Tamil Nadu.

    • I am currently working at the TCS office in Bangalore, Karnataka.

    • I chose to join TCS in South India due to the vibrant IT industry in the region.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - clear your basics of subjects and mention the skills which u know

Top TCS fresher Interview Questions and Answers

Q1. What is namespace in Python? What are tuples Difference between mutable and immutable What is slicing How do you reverse a string using slicing? What is Exceptional handling? What are different blocks of exception handling
View answer (1)

fresher Interview Questions asked at other Companies

Q1. What is the unit of electric current
View answer (127)

Get interview-ready with Top TCS Interview Questions

Interview Questions & Answers

user image Anonymous

posted on 24 Dec 2024

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

I was interviewed in Nov 2024.

Round 1 - HR 

(2 Questions)

  • Q1. What are major principles in HR
  • Ans. 

    Major principles in HR include fairness, consistency, communication, and compliance with laws and regulations.

    • Fairness: Treat all employees equally and without bias in decision-making processes.

    • Consistency: Apply HR policies and procedures consistently across all employees.

    • Communication: Maintain open and transparent communication with employees to address concerns and provide feedback.

    • Compliance: Ensure compliance wit...

  • Answered by AI
  • Q2. Explain the situation where you helped other?
  • Ans. 

    I helped a coworker meet a tight deadline by assisting with their workload.

    • Offered to take on some of their tasks to lighten their load

    • Provided guidance and support to help them prioritize and organize their work

    • Collaborated with them to ensure all tasks were completed on time

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Your strength. And weakness
  • Ans. 

    Strength: Strong communication skills. Weakness: Perfectionist tendencies.

    • Strength: Effective verbal and written communication abilities

    • Strength: Ability to listen actively and empathize with others

    • Weakness: Striving for perfection can lead to delays in completing tasks

    • Weakness: Difficulty delegating tasks to others

  • Answered by AI
  • Q2. Ability to cop up with stress
  • Ans. 

    I have developed strong coping mechanisms to handle stress through time management, prioritization, and self-care.

    • I prioritize tasks based on deadlines and importance to avoid feeling overwhelmed.

    • I practice mindfulness and deep breathing exercises to stay calm in high-pressure situations.

    • I make sure to take breaks and engage in activities I enjoy to recharge and prevent burnout.

    • I seek support from colleagues or mentors...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Ctc dicscussuon
  • Q2. Preferred location
  • Ans. 

    I am open to any location that offers growth opportunities and challenges.

    • Open to relocation for the right opportunity

    • Prefer locations with a strong company culture and supportive team

    • Interested in locations with access to professional development resources

    • Flexible with location based on career advancement prospects

  • Answered by AI

Jobs at TCS

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Medium to hard level, 2 coding questions which was easy level

Round 2 - Technical 

(2 Questions)

  • Q1. Resume based questions were asked.
  • Q2. What is difference between supervised and unsupervised and codes in machine learning.
  • Ans. 

    Supervised learning uses labeled data for training, while unsupervised learning uses unlabeled data.

    • Supervised learning requires labeled data for training, while unsupervised learning does not.

    • In supervised learning, the model learns from input-output pairs, while in unsupervised learning, the model finds patterns in the data.

    • Examples of supervised learning include classification and regression tasks, while examples of...

  • Answered by AI

Top TCS System Engineer Interview Questions and Answers

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)

Electrician Interview Questions & Answers

user image Surya Chandran

posted on 15 Dec 2024

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Transformer related questions
  • Q2. ACB,VCB related questions
  • Q3. Electrical testing process
  • Ans. 

    Electrical testing process involves checking the functionality and safety of electrical systems and equipment.

    • Electrical testing is essential to ensure the proper functioning of electrical systems and equipment.

    • Testing involves using specialized equipment to measure voltage, current, resistance, and continuity.

    • Common tests include insulation resistance testing, earth continuity testing, and polarity testing.

    • Regular tes...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - A strong technical foundation and proficiency in electrical mathematics are essential.

Electrician Interview Questions asked at other Companies

Q1. 1. How much current takes a 5hp motor ?, 2. Draw a STAR DELTA and DOL starter control wireing. 3. How to connect star connection, and DELTA connectin. 4. What is the kw of 30hp motor ?, 5. Can you connect a temperature controller ?, 6. What... read more
View answer (5)
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)

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. '.' represents empty space. '#' represents a separator between galaxies. Your t... read more
View answer (4)

Assistant System Engineer Interview Questions asked at other Companies

Q1. Constellation Identification Problem Given a matrix named UNIVERSE with 3 rows and 'N' columns, filled with characters {#, *, .}, where: '*' represents stars. '.' represents empty space. '#' represents a separator between galaxies. Your t... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. About basic linux Architecture
  • Q2. About linux storage
Round 2 - One-on-one 

(2 Questions)

  • Q1. About my current project
  • Q2. About shell scripting
Round 3 - HR 

(2 Questions)

  • Q1. About myself and my work experience
  • Q2. About relocation and shifts

Top TCS System Administrator Interview Questions and Answers

Q1. What programming language you know , and can code in ?
View answer (1)

System Administrator Interview Questions asked at other Companies

Q1. 2. What is Cloud Technology. What is Microsoft Intune. If we can manage applications using MAM then why do we need MDM?
View answer (8)
Contribute & help others!
anonymous
You can choose to be anonymous

TCS Interview FAQs

How many rounds are there in TCS interview?
TCS interview process usually has 2-3 rounds. The most common rounds in the TCS interview process are Technical, HR and Aptitude Test.
How to prepare for TCS 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 TCS. The most common topics and skills that interviewers at TCS expect are Java, Spring Boot, Microservices, SQL and Python.
What are the top questions asked in TCS interview?

Some of the top questions asked at the TCS interview -

  1. What is FDS , did you create and if create tell me the requireme...read more
  2. How to display multiple screen in one lay...read more
  3. What is the use of constructor? When it will be cal...read more
How long is the TCS interview process?

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

Recently Viewed

DESIGNATION

INTERVIEWS

TCS

No Interviews

JOBS

Browse jobs

Discover jobs you love

DESIGNATION

DESIGNATION

Tell us how to improve this page.

TCS Interview Process

based on 8.5k interviews

Interview experience

4.1
  
Good
View more

HCLTech

A more secure future awaits you

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
View all

TCS Reviews and Ratings

based on 90k reviews

3.7/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

2.8

Salary

4.5

Job security

3.6

Company culture

2.6

Promotions

3.3

Work satisfaction

Explore 90k Reviews and Ratings
Oracle E-Business R12.2 Finance Techno-Functional

Hyderabad / Secunderabad,

Chennai

+1

4-7 Yrs

Not Disclosed

Explore more jobs
System Engineer
1.1L salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IT Analyst
66.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

AST Consultant
51.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
29.5k salaries
unlock blur

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