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 Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - just be confident

I applied via Other

Interview Questionnaire 

1 Question

  • Q1. They asked me to choose one language (Java or C) that I have written in my resume .I have chosen java .The questions they asked goes like this. 1.why Java is platform independent? 2.Is there call by value...

Interview Preparation Tips

Interview preparation tips for other job seekers - Any language you take ,prepare it from the basic things .Make your basic perfect.

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
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Jan 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Aptitude test duration 90 min 100 question

Round 3 - Coding Test 

Coding test 50 code 100 marks 60 min

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. code in c , c++ , java is very important

Interview Questionnaire 

1 Question

  • Q1. What are the problems you face while developing software
  • Ans. 

    Software development problems

    • Bugs and errors

    • Compatibility issues

    • Lack of documentation

    • Poor performance

    • Security vulnerabilities

  • Answered by AI

Skills evaluated in this interview

TCS interview questions for designations

 Junior Software Developer

 (20)

 Software Developer fresher

 (14)

 Senior Software Developer

 (13)

 Associate Software Developer

 (7)

 Java Software Developer

 (7)

 Embedded Software Developer

 (6)

 Software Developer Intern

 (4)

 Software Developer Trainee

 (3)

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

I applied via Job Portal and was interviewed before Dec 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Very good Amazing Quite Challenging

Round 3 - HR 

(2 Questions)

  • Q1. What do you have any questions
  • Q2. How to get the latest version
  • Ans. 

    To get the latest version, check the official website or app store for updates.

    • Check the official website or app store for updates

    • Look for release notes or changelogs to see what's new

    • Consider subscribing to the software's newsletter or social media for announcements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it genuine and it's totally achievable believe in yourself

Get interview-ready with Top TCS Interview Questions

I was interviewed before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

There were two questions one from arrays and other one from linked list.

  • Q1. 

    Longest Switching Subarray Problem Statement

    You are provided with an array 'ARR' consisting of 'N' positive integers. Your task is to determine the length of the longest contiguous subarray that is switc...

  • Ans. 

    Find the length of the longest contiguous subarray where elements at even indices are equal and elements at odd indices are equal.

    • Iterate through the array and keep track of the length of the current switching subarray.

    • Update the length when the switching condition is broken.

    • Return the maximum length found for each test case.

  • Answered by AI
  • Q2. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Use Floyd's Cycle Detection Algorithm to determine if there is a cycle in the linked list.

    • Maintain two pointers, one moving at twice the speed of the other, if they meet at some point, there is a cycle.

    • If one of the pointers reaches the end of the list (null), there is no cycle.

  • Answered by AI
Round 2 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

The interviewer was quite friendly. Asked general HR questions .

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in DelhiEligibility criteriaAbove 7 CGPA, No pending backlogsTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structures And Algorithms, Operating System, Puzzles, Aptitude, System DesignTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Practice at-least 300-350 questions from different topics.
Tip 2 : Practice aptitude from different topics be it arithmetical ability, logical reasoning.

Application resume tips for other job seekers

Tip 1 : Resume should be one pager.
Tip 2 : The projects mentioned should be job specific.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What should I learn for become software developer?

I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude based test with coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Discussion related to Project work
  • Q2. Difference b/w sorting Algorithm
  • Ans. 

    Sorting algorithms arrange data in a specific order.

    • Bubble Sort: repeatedly swap adjacent elements if they are in the wrong order

    • Selection Sort: find the smallest element and swap it with the first element, repeat for remaining elements

    • Insertion Sort: insert each element into its proper place in a sorted subarray

    • Merge Sort: divide the array into two halves, sort each half, and merge them together

    • Quick Sort: choose a pi...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Are you willing to work in Shifts ?
  • Q2. Are you willing to commute to different locations for work ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice quantitative aptitude
Do revise DS & Algo
Also be aware about the project you do

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was a basic quantitative reasoning aptitude test. Difficulty level was medium.

Round 2 - Coding Test 

Coding test was kind of challenging for freshers. Difficulty level was medium to hard.

Round 3 - Technical 

(2 Questions)

  • Q1. Explain the functionality of linked list
  • Ans. 

    Linked list is a data structure that stores elements in a linear order and allows dynamic memory allocation.

    • Consists of nodes that contain data and a pointer to the next node

    • Can be singly or doubly linked

    • Insertion and deletion can be done efficiently

    • Traversal is slower compared to arrays

    • Examples: stack, queue, hash table

  • Answered by AI
  • Q2. What are the 4 basic principles of OOPS?
  • Ans. 

    The 4 basic principles of OOPS are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding complex implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together and restricting access to them.

    • Inheritance: Creating new classes from existing ones, inheriting properties and methods.

    • Polymorphism: Ability of objects to take on multiple forms or behavio

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I advice you to study and practice DSA thoroughly

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via Campus Placement and was interviewed before Nov 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Assignment 

Best wishes to you know that you have to come to the day da

Round 3 - Group Discussion 

Hi sir I have sent the best for first year and all the best for your reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy easy easy drawing with this picture 🖼️ and avarampatti photos and videos are you please send panta and all the best for your reference

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 476 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.3 L/yr
At par with 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

₹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