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

Updated 3 Mar 2025

Top TCS Software Developer Interview Questions and Answers

  • Q1. Palindromic Numbers Finder Given an integer 'N', your task is to identify all palindromic numbers from 1 to 'N'. These are numbers that read the same way forwards and ba ...read more
  • Q2. Strings of Numbers Problem Statement You are given two integers 'N' and 'K'. Consider a set 'X' of all possible strings of 'N' number of digits where all strings only co ...read more
  • Q3. Maximum Vehicle Registrations Problem Bob, the mayor of a state, seeks to determine the maximum number of vehicles that can be uniquely registered. Each vehicle's regist ...read more
View all 243 questions

TCS Software Developer Interview Experiences

498 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

Supper Ohhh ufc gf. Vtg

Round 2 - Assignment 

G g holy. Hub y. YS in din. Yh. Gif

Round 3 - Technical 

(2 Questions)

  • Q1. Gf giver hijbr offer.
  • Q2. Bully. Yuh gun them

Interview Preparation Tips

Interview preparation tips for other job seekers - Vichy Yuchi you’ve ufc hi Trisha’s best v

Software Developer Interview Questions & Answers

user image 33_Kaustubh Iparakar

posted on 16 Dec 2024

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

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

I registered for the TCS Codevita, which is held online, and the questions are of medium difficulty.

Interview Preparation Tips

Interview preparation tips for other job seekers - Place greater emphasis on fundamental data structures such as arrays, strings, linked lists, stacks, and queues.

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Find middle element of Link list
  • Ans. 

    To find the middle element of a linked list, use the slow and fast pointer technique.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move the slow pointer by one node and the fast pointer by two nodes until the fast pointer reaches the end of the list.

    • The node pointed to by the slow pointer at this point is the middle element of the linked list.

  • Answered by AI
  • Q2. Dynamic programming, Knapsack.

Skills evaluated in this interview

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

I applied via campus placement at UEM Kolkata and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

English,Quants and reasoning

Round 2 - Coding Test 

2 coding one medium one hard

Round 3 - Technical 

(4 Questions)

  • Q1. Explain your project with technology that you have used
  • Ans. 

    Developed a web application using React.js and Node.js to manage inventory and sales data

    • Used React.js for front-end development

    • Utilized Node.js for back-end development

    • Implemented RESTful APIs for communication between front-end and back-end

    • Integrated MongoDB for database management

  • Answered by AI
  • Q2. What's enum class?
  • Ans. 

    Enum class is a strongly-typed class that defines a set of named constants.

    • Enum class is introduced in C++11 to provide type-safe enums.

    • It allows defining a set of named constants that can be used as values.

    • Each constant in an enum class is treated as a separate type, preventing type mismatches.

    • Example: enum class Color { RED, GREEN, BLUE };

    • Example: Color c = Color::RED;

  • Answered by AI
  • Q3. What's class and object?
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming. An object is an instance of a class.

    • A class defines the properties and behaviors of objects.

    • An object is a specific instance of a class.

    • Classes can be thought of as templates, while objects are the actual instances created from those templates.

    • Example: Class 'Car' may have properties like 'color' and 'model', while an object of class 'Car' coul

  • Answered by AI
  • Q4. What is the use of circular linked list
  • Ans. 

    Circular linked list is a linked list where the last node points back to the first node, forming a circle.

    • Allows for efficient traversal from the end of the list to the beginning

    • Useful for applications where data needs to be accessed in a circular manner, such as round-robin scheduling

    • Can be used to implement a circular buffer in data structures

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please read oops and dbms also keep full knowledge of your project from scratch

Skills evaluated in this interview

TCS interview questions for designations

 Junior Software Developer

 (20)

 Software Developer fresher

 (14)

 Senior Software Developer

 (13)

 Java Software Developer

 (7)

 Associate Software Developer

 (7)

 Embedded Software Developer

 (6)

 Software Developer Intern

 (4)

 Assistant Software Developer

 (3)

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

(2 Questions)

  • Q1. How does API work?
  • Ans. 

    API works as a set of rules and protocols that allows different software applications to communicate with each other.

    • API acts as an intermediary that allows two different software programs to talk to each other

    • API specifies the methods and data formats that applications can use to request and exchange information

    • API can be used to access data or functionality from a remote server, such as retrieving weather data from a...

  • Answered by AI
  • Q2. How do you use indexing?
  • Ans. 

    Indexing is used to optimize database queries by creating data structures that allow for faster retrieval of information.

    • Indexing involves creating data structures like B-trees or hash tables to store key-value pairs for faster retrieval.

    • Indexes can be created on columns in database tables to speed up search queries.

    • Examples of indexing include creating a primary key index on a unique identifier column or a non-cluster

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top TCS Interview Questions

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

Leetcode medium questions

Round 2 - Technical 

(2 Questions)

  • Q1. Projects and past internships
  • Q2. Behavioural and generic educational questions

Interview Preparation Tips

Interview preparation tips for other job seekers - just make sure to prepare your resume well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Maths,general knowledge

Round 2 - Technical 

(2 Questions)

  • Q1. Explain linked list in singly linked list
  • Ans. 

    A singly linked list is a data structure where each element points to the next element in the sequence.

    • Each element in a singly linked list is called a node.

    • Nodes contain data and a reference to the next node in the sequence.

    • The last node points to null to indicate the end of the list.

    • Traversal in a singly linked list starts from the head node and follows the next pointers.

    • Insertion and deletion operations can be effic

  • Answered by AI
  • Q2. Explain jvm and jdk working
  • Ans. 

    JVM is a virtual machine that executes Java bytecode, while JDK is a development kit that includes tools for developing Java applications.

    • JVM stands for Java Virtual Machine and is responsible for running Java bytecode on different platforms.

    • JDK stands for Java Development Kit and includes tools like compiler, debugger, and libraries for developing Java applications.

    • JDK contains JRE (Java Runtime Environment) which inc...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is AWS EC2, S3 bucket?
  • Ans. 

    AWS EC2 is a web service that provides resizable compute capacity in the cloud. S3 bucket is a storage service for the internet.

    • AWS EC2 stands for Amazon Elastic Compute Cloud, which allows users to rent virtual servers on which to run their own applications.

    • EC2 instances can be easily scaled up or down based on demand, making it a flexible and cost-effective solution for hosting applications.

    • S3 bucket is a storage ser...

  • Answered by AI
  • Q2. What is Devops?
  • Ans. 

    Devops is a software development methodology that combines software development (Dev) with IT operations (Ops) to shorten the systems development life cycle.

    • Devops focuses on collaboration, automation, and integration between developers and IT operations teams.

    • It aims to improve the speed and quality of delivering software applications.

    • Devops practices include continuous integration, continuous delivery, and infrastruc...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Java basics questions

Round 2 - Technical 

(4 Questions)

  • Q1. What about yourself
  • Q2. What is java virtual machine
  • Ans. 

    Java Virtual Machine (JVM) is a virtual machine that enables a computer to run Java programs.

    • JVM is responsible for converting Java bytecode into machine code that can be executed by the computer's processor.

    • It provides a layer of abstraction between the Java application and the underlying hardware.

    • JVM is platform-independent, allowing Java programs to run on any device that has a JVM implementation.

    • Examples of JVM imp...

  • Answered by AI
  • Q3. What are your strengths
  • Ans. 

    My strengths include problem-solving skills, attention to detail, and strong programming abilities.

    • Strong problem-solving skills - I enjoy tackling complex issues and finding creative solutions.

    • Attention to detail - I am meticulous in my work to ensure accuracy and quality.

    • Strong programming abilities - I have a solid foundation in various programming languages and technologies.

  • Answered by AI
  • Q4. What are your weakness
  • Ans. 

    One of my weaknesses is that I can be overly critical of my own work.

    • I tend to be a perfectionist and can spend too much time on a task trying to make it perfect.

    • I sometimes struggle with delegating tasks to others because I want to ensure they are done correctly.

    • I am working on improving my time management skills to avoid getting overwhelmed with multiple projects.

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Why do you want to work for our company
  • Ans. 

    I am impressed by your company's innovative projects and collaborative work culture.

    • I admire the cutting-edge technology your company uses

    • I am excited about the opportunity to work with a talented team

    • Your company's reputation for fostering creativity and growth is appealing to me

  • Answered by AI
  • Q2. Tell me about the gap in your resume
  • Ans. 

    Took a break to care for a sick family member

    • Took a break from work to care for a sick family member

    • Spent time providing support and assistance to a family member in need

    • Focused on family responsibilities during the gap in employment

  • Answered by AI
  • Q3. What is your biggest achievement so far
  • Ans. 

    Developing a mobile app that reached 1 million downloads within the first year of launch.

    • Designed user-friendly interface to enhance user experience

    • Implemented effective marketing strategies to reach target audience

    • Received positive feedback and high ratings on app stores

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

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

(2 Questions)

  • Q1. OOPS related questions in java
  • Q2. Domain specific question

Interview Preparation Tips

Interview preparation tips for other job seekers - OOPS questions, projects worked on , Domain specific questions, freindly HR

TCS Interview FAQs

How many rounds are there in TCS Software Developer interview?
TCS interview process usually has 2-3 rounds. The most common rounds in the TCS interview process are Technical, Aptitude Test and HR.
How to prepare for TCS Software Developer 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, C#, Spring Boot, ASP.Net and Software Development.
What are the top questions asked in TCS Software Developer interview?

Some of the top questions asked at the TCS Software Developer interview -

  1. Every day, we come across different types of computer software that helps us wi...read more
  2. What will happen if you replace class with struct What is vector Can I add part...read more
  3. What is list,tuple? What is shallow copy? Name some libraries in python. What i...read more
How long is the TCS Software Developer interview process?

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

Tell us how to improve this page.

TCS Software Developer Interview Process

based on 475 interviews

5 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
  • Personal Interview1 Round
View more
TCS Software Developer Salary
based on 19.1k salaries
₹3 L/yr - ₹13 L/yr
5% less than the average Software Developer Salary in India
View more details

TCS Software Developer Reviews and Ratings

based on 1.9k reviews

4.0/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

3.2

Salary

4.5

Job security

3.9

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 1.9k 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