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 for Experienced

Updated 19 Mar 2025

Top TCS Interview Questions and Answers for Experienced

View all 1.7k questions

TCS Interview Experiences for Experienced

Popular Designations

3.1k interviews found

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

I appeared for an interview in Feb 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you describe the end-to-end process you follow after receiving requirements from the Product Owner?
  • Ans. 

    I follow a structured process to ensure requirements are effectively translated into actionable tasks for the team.

    • 1. Requirement Analysis: Review and clarify requirements with the Product Owner to ensure understanding.

    • 2. Backlog Refinement: Prioritize and break down requirements into user stories and tasks in the product backlog.

    • 3. Sprint Planning: Collaborate with the team to estimate tasks and plan the sprint based ...

  • Answered by AI
  • Q2. How do you ensure that the quality of the Sprint demo is maintained?
  • Ans. 

    Maintaining quality in Sprint demos involves preparation, stakeholder engagement, and continuous feedback.

    • Conduct thorough sprint reviews to ensure all features are demoed effectively.

    • Engage stakeholders early to gather feedback and adjust the demo accordingly.

    • Use real user scenarios during the demo to showcase functionality.

    • Prepare a clear agenda and objectives for the demo to keep it focused.

    • Incorporate feedback from

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

(3 Questions)

  • Q1. Tell me the typical day of a Scrum Master
  • Ans. 

    A Scrum Master's day involves facilitating meetings, coaching teams, and removing obstacles to ensure smooth project delivery.

    • Start the day with a Daily Stand-up meeting to discuss progress and blockers.

    • Facilitate Sprint Planning sessions to define the scope of work for the upcoming sprint.

    • Conduct Sprint Reviews to showcase completed work and gather feedback from stakeholders.

    • Hold Retrospectives to reflect on the team'...

  • Answered by AI
  • Q2. What is the process you follow during your PI (Program Increment) planning?
  • Ans. 

    During PI planning, I facilitate collaboration, align teams, and prioritize work for the upcoming increment.

    • Preparation: Gather input from stakeholders and teams to define objectives and features.

    • Team Breakouts: Facilitate sessions where teams estimate and plan their work for the increment.

    • Dependency Management: Identify and address dependencies between teams to ensure smooth execution.

    • Review and Adjust: Present plans ...

  • Answered by AI
  • Q3. Can you describe any recent issues or conflicts you have faced and how you resolved them?
  • Ans. 

    Faced a conflict over resource allocation in a project, resolved through open communication and collaborative planning.

    • Identified the conflict during a sprint planning meeting when team members expressed concerns over resource availability.

    • Facilitated a discussion with stakeholders to understand their priorities and constraints.

    • Proposed a reallocation of tasks based on team members' strengths and current workloads, ens...

  • Answered by AI

Project Manager Scrum Master Interview Questions asked at other Companies

Q1. What is agile? How you trained your team for agile development? What action item came out of sprint retro and how you handled? What techniques you follow in estimation? Who are stake holders of PI planning?
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(8 Questions)

  • Q1. What is a directive in Angular?
  • Ans. 

    Directives in Angular are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or transform it.

    • Directives are used to create reusable components or add behavior to existing elements.

    • There are three types of directives in Angular: Component, Structural, and Attribute directives.

    • Examples of built-in directives in Angular include ngIf, ngFor, and ngStyle.

  • Answered by AI
  • Q2. What are pipes and what are their types?
  • Ans. 

    Pipes are a form of inter-process communication used in Unix-like operating systems to send data between processes.

    • Pipes allow communication between processes by connecting the standard output of one process to the standard input of another process

    • There are two types of pipes: unnamed pipes and named pipes (also known as FIFOs)

    • Unnamed pipes are created using the pipe system call and exist only as long as the processes ...

  • Answered by AI
  • Q3. What is the dependency injection (DI) system in Angular?
  • Ans. 

    DI system in Angular is a design pattern where dependencies are injected into a class rather than the class creating them.

    • DI helps in creating loosely coupled components in Angular applications.

    • It allows for easier testing and maintenance of code.

    • Dependencies are provided to a component through its constructor.

    • Angular's DI system is hierarchical, meaning dependencies can be injected at different levels of the applicati...

  • Answered by AI
  • Q4. What is an HTTP Interceptor, and can you provide an example of its use?
  • Ans. 

    An HTTP Interceptor is a middleware component that intercepts incoming and outgoing HTTP requests in an application.

    • HTTP Interceptors are commonly used in Angular applications to modify or log HTTP requests/responses.

    • They can be used to add headers, handle errors, or perform authentication.

    • An example of using an HTTP Interceptor is adding an authorization token to every outgoing request for secure API calls.

  • Answered by AI
  • Q5. What is the difference between localStorage and sessionStorage?
  • Ans. 

    localStorage and sessionStorage are both web storage options in JavaScript, but they have different scopes and lifetimes.

    • localStorage stores data with no expiration date, while sessionStorage stores data for one session only

    • localStorage data persists even after the browser is closed and reopened, while sessionStorage data is lost when the browser is closed

    • Both can only store strings, but can be converted to other data

  • Answered by AI
  • Q6. What are design patterns commonly used in Angular?
  • Ans. 

    Common design patterns in Angular include Singleton, Observer, Factory, and Dependency Injection.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically.

    • Factory pattern is used to create objects without specifying t...

  • Answered by AI
  • Q7. What is the role of route guards in Angular, and what are their types?
  • Ans. 

    Route guards in Angular are used to control access to certain routes in an application.

    • Route guards are used to protect routes in Angular applications by controlling whether a route can be activated or not.

    • There are three types of route guards in Angular: CanActivate, CanActivateChild, and CanDeactivate.

    • CanActivate guard is used to determine if a route can be activated.

    • CanActivateChild guard is used to determine if a c...

  • Answered by AI
  • Q8. What are the methods for communication between components?
  • Ans. 

    Methods for communication between components include synchronous and asynchronous communication, message queues, APIs, and web services.

    • Synchronous communication: Components communicate in real-time, waiting for a response before proceeding.

    • Asynchronous communication: Components communicate without waiting for a response, allowing for parallel processing.

    • Message queues: Components send messages to a queue for other com...

  • Answered by AI

Top TCS IT Analyst C2 Interview Questions and Answers

Q1. How do you create alert mechanism with using any 3rd party tools ?
View answer (1)

IT Analyst C2 Interview Questions asked at other Companies

Q1. How do you create alert mechanism with using any 3rd party tools ?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - Assignment 

The question are related to the financial and accounting

Round 2 - One-on-one 

(3 Questions)

  • Q1. Introduction about my self
  • Q2. In one on one round I will explain my experience about record to report process
  • Q3. And discuss my skills
Round 3 - HR 

(2 Questions)

  • Q1. In HR round discussion about shift timing
  • Q2. Salary package

Top TCS Financial Analyst Interview Questions and Answers

Q1. What is the difference between depreciation and amortization. What are capital gains?
View answer (1)

Financial Analyst Interview Questions asked at other Companies

Q1. Suppose you have 10000 US dollars with you, out of which you took a loan of 5000 US Dollars. Now suppose you have purchased two assets of 5000 US Dollars each, one through cash and other through bank loan. How would you show this transactio... read more
View answer (3)

HR Executive Interview Questions & Answers

user image Anonymous

posted on 5 Mar 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Give yourself plenty of time to arrive.
  • Ans. 

    Arriving early allows for preparation, reduces stress, and demonstrates professionalism in any setting.

    • Plan your route in advance to avoid unexpected delays, such as traffic or construction.

    • Aim to arrive at least 15-30 minutes early to give yourself time to settle in.

    • Use the extra time to review notes or relax before the meeting or interview.

    • Consider potential parking issues; arriving early ensures you have time to fin

  • Answered by AI
  • Q2. Look over your CV or application form and think about what the interviewer might ask you

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive: Avoid negative comments about past employers.

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)

TCS interview questions for popular designations

 System Engineer

 (1.1k)

 Software Developer

 (501)

 Software Engineer

 (450)

 Assistant System Engineer

 (380)

 Assistant System Engineer Trainee

 (374)

 IT Analyst

 (338)

 Ninja

 (188)

 Java Developer

 (184)

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

I applied via Walk-in and was interviewed in Dec 2024. There were 5 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a dedicated and detail-oriented business analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Business Administration

    • I have 5 years of experience in analyzing business processes and identifying areas for improvement

    • I am proficient in using data analysis tools such as Excel and SQL

    • I have a proven track record of successfully implementing process improvements that have

  • Answered by AI
  • Q2. What were your job responsibilities in your previous company?
  • Ans. 

    I was responsible for analyzing business processes, gathering requirements, creating reports, and providing recommendations for improvement.

    • Analyzed current business processes to identify areas for improvement

    • Gathered and documented business requirements from stakeholders

    • Created reports and presentations to communicate findings and recommendations

    • Collaborated with cross-functional teams to implement process improvement...

  • Answered by AI
Round 2 - Aptitude Test 

Logical and reasoning questions.

Round 3 - Case Study 

Introduce the topic area of the report, outlining the purpose of the case study. Summarize the key issues and findings without providing specific details, and identify the theory employed.

Round 4 - Technical 

(2 Questions)

  • Q1. What is the importance of ensuring data accuracy in Management Information Systems (MIS)?
  • Ans. 

    Ensuring data accuracy in MIS is crucial for making informed decisions, improving operational efficiency, and maintaining credibility.

    • Accurate data ensures that decisions are based on reliable information, leading to better outcomes.

    • Improves operational efficiency by reducing errors and minimizing the need for rework.

    • Maintains credibility of the organization by providing accurate and trustworthy information to stakehol...

  • Answered by AI
  • Q2. Can you describe your experience in managing a complex Management Information Systems (MIS) project?
  • Ans. 

    I have successfully managed a complex MIS project involving multiple stakeholders and systems integration.

    • Led a team of analysts and developers to design and implement a new MIS system for a large financial institution

    • Coordinated with various departments to gather requirements and ensure alignment with business goals

    • Managed project timelines, budgets, and resources to ensure successful delivery

    • Implemented change manage...

  • Answered by AI
Round 5 - Salary negotiation 

(2 Questions)

  • Q1. What is your current salary?
  • Ans. 

    I am currently earning a competitive salary based on my experience and skills.

    • My current salary is in line with industry standards for my level of experience.

    • I am open to discussing salary expectations for this new role.

    • I believe my compensation should reflect the value I bring to the company.

  • Answered by AI
  • Q2. What percentage of salary raises do you typically issue?
  • Ans. 

    I typically issue salary raises ranging from 2-5% based on performance and market standards.

    • Salary raises are typically based on performance evaluations and market standards.

    • Raises can range from 2-5% for average performers, higher for exceptional performers.

    • Consider factors like company budget and industry benchmarks when determining salary raises.

  • Answered by AI

Top TCS Business Analyst Interview Questions and Answers

Q1. Assume, you are the product manager and you need to sell a product, how will you approach and tell me the steps for doing so ?
View answer (3)

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Get interview-ready with Top TCS Interview Questions

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

(2 Questions)

  • Q1. What areas have you worked on in Pega?
  • Ans. 

    I have worked on various areas in Pega including case management, user interface design, decisioning, and integration with external systems.

    • Case management

    • User interface design

    • Decisioning

    • Integration with external systems

  • Answered by AI
  • Q2. Flows, case management, Integration, activity, data transforms
Round 2 - HR 

(1 Question)

  • Q1. What role do you expect to assume in this position?
  • Ans. 

    I expect to assume a leadership role in designing and implementing Pega solutions to meet business requirements.

    • Lead the design and development of Pega applications

    • Collaborate with business stakeholders to gather requirements

    • Provide technical guidance and mentorship to junior developers

    • Ensure solutions are scalable, efficient, and aligned with best practices

  • Answered by AI

Senior Pega Developer Interview Questions asked at other Companies

Q1. Kth Largest Element Problem Statement Ninja enjoys working with numbers, and Alice challenges him to find the Kth largest value from a given list of numbers. Input: The first line contains an integer 'T', representing the number of test cas... read more
View answer (1)

Jobs at TCS

View all

IT Incharge Interview Questions & Answers

user image Manendra kumar

posted on 25 Feb 2025

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

(2 Questions)

  • Q1. Desktop support
  • Q2. Service desk
Round 2 - Technical 

(3 Questions)

  • Q1. Windows server dns DHCP 2012/2019
  • Q2. Active directory
  • Q3. Desktop os and deployment

Top TCS IT Incharge Interview Questions and Answers

Q1. What is the troubleshooting of new printer connection with computer or old printer conncetion with computer system.
View answer (1)

IT Incharge Interview Questions asked at other Companies

Q1. What is the troubleshooting of new printer connection with computer or old printer conncetion with computer system.
View answer (1)

Developer Interview Questions & Answers

user image Anonymous

posted on 11 Mar 2025

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

I appeared for an interview in Feb 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Current jobs done in organization
  • Ans. 

    Currently, I am involved in various development projects, focusing on software solutions and enhancing user experience.

    • Developing web applications using React and Node.js to improve user engagement.

    • Collaborating with cross-functional teams to gather requirements and deliver solutions.

    • Implementing RESTful APIs for seamless data integration between front-end and back-end systems.

    • Conducting code reviews and mentoring juni...

  • Answered by AI
  • Q2. If job has abended what scenario will be done

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak confidently
Dont be afraid
If you dont know answer to the question try to manage and tell will learn

Top TCS Developer Interview Questions and Answers

Q1. How setup network in lab anf what equipment u required?
View answer (2)

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Explain abot the work which is doing
  • Ans. 

    As a Business Process Leader, I oversee and optimize the processes within a company to improve efficiency and productivity.

    • Analyze current processes to identify inefficiencies

    • Develop and implement strategies to streamline processes

    • Collaborate with various departments to ensure smooth workflow

    • Monitor and evaluate process performance to make necessary adjustments

    • Train employees on new processes and technologies

  • Answered by AI
  • Q3. Salary discussion
Round 2 - HR 

(2 Questions)

  • Q1. About your self
  • Q2. Job discription

Top TCS Business Process Leader Interview Questions and Answers

Q1. What is due diligence and what types of due diligence practices are there?
View answer (1)

Business Process Leader Interview Questions asked at other Companies

Q1. What is due diligence and what types of due diligence practices are there?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. All Linux commands and options
  • Ans. 

    There are numerous Linux commands with various options for system engineers to manage and troubleshoot systems.

    • Commands like ls, cd, mkdir for file system operations

    • Commands like ps, top, htop for process management

    • Commands like ifconfig, ip, route for network configuration

    • Commands like grep, sed, awk for text processing

    • Options like -r for recursive, -f for force, -l for long listing

  • Answered by AI
  • Q2. How to configure NFS, NTP,DNS servers
  • Ans. 

    To configure NFS, NTP, and DNS servers, you need to edit configuration files and restart the respective services.

    • Edit /etc/exports file for NFS server configuration

    • Edit /etc/ntp.conf file for NTP server configuration

    • Edit /etc/named.conf file for DNS server configuration

    • Restart nfs, ntp, and named services after making changes

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Linux Patch Management
  • Q2. Linux servers updates
Round 3 - HR 

(1 Question)

  • Q1. Why you want to join TCS
  • Ans. 

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

    • TCS is known for its cutting-edge technology solutions

    • I am impressed by TCS's commitment to employee development

    • I believe TCS will provide me with a challenging and rewarding work environment

  • 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)

TCS Interview FAQs

How many rounds are there in TCS interview for experienced candidates?
TCS interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the TCS interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for TCS interview for experienced candidates?
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 for experienced candidates?

Some of the top questions asked at the TCS interview for experienced candidates -

  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.

Tell us how to improve this page.

TCS Interview Process for Experienced

based on 1.9k interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 796 Interviews
Cyient Interview Questions
3.7
 • 288 Interviews
View all

TCS Reviews and Ratings

based on 91.2k 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 91.2k Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
66.1k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.7k salaries
unlock blur

₹8 L/yr - ₹25.2 L/yr

Associate Consultant
29.9k salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Assistant System Engineer
29.7k salaries
unlock blur

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