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
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. About yourself Some programming language basic questions Some questions related to what you mentioned in the resume
  • Q2. Some questions related to what you mentioned in the resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Only put the programming language that you know.and prepare well what you mentioned in the resume interviewer ask from that only

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basics on oops?
  • Q2. Questions on collections (list,map,set), comparator and comparable diff,
  • Q3. Spring lifecycle and spring scope
  • Q4. Object class methods

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and what you say. be crisp clear.

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
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed before Jan 2022. There were 6 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 

Aptitude test for Java questions

Round 3 - Technical 

(1 Question)

  • Q1. Technical round for Java and sql
Round 4 - One-on-one 

(1 Question)

  • Q1. Normal interview questions
Round 5 - HR 

(1 Question)

  • Q1. HR speak the company details
Round 6 - Coding Test 

Coding test is Java questions

Interview Preparation Tips

Topics to prepare for TCS Software Developer interview:
  • Java
  • SQL
  • HTML
Interview preparation tips for other job seekers - I am searching for job.so i am interested to work so please help me

I was interviewed in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 150 Minutes
Round difficulty - Medium

Timing was 9:00 a.m. to 12:00p.m.
The environment was very user friendly.
No significant activity was observed.
The interviewer was being very friendly and was talking openly just like friends.

  • Q1. 

    Jar of Candies Problem Statement

    You are given a jar containing candies with a maximum capacity of 'N'. The jar cannot have less than 1 candy at any point. Given 'K', the number of candies a customer want...

  • Ans. 

    Given a jar of candies with a maximum capacity, determine the number of candies left after providing the desired count to a customer.

    • Check if the number of candies requested is valid (less than or equal to the total number of candies in the jar)

    • Subtract the number of candies requested from the total number of candies in the jar to get the remaining candies

    • Return the remaining candies or -1 if the request is invalid

  • Answered by AI
Round 2 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Timing was 4:00 p.m. to 5:00 p.m.
Environment was very good.
No other significant activity was seen.
There were no interviewer for this round as this was just a coding round.

  • Q1. 

    Shuffle Two Strings

    You are provided with three strings: A, B, and C. Your task is to determine if C is formed by interleaving A and B. A string C is considered an interleaving of A and B if:

    • The lengt...
  • Ans. 

    Determine if a string C is formed by interleaving two strings A and B.

    • Check if the length of C is equal to the sum of lengths of A and B.

    • Ensure all characters of A and B are present in C.

    • Verify that the order of characters in C matches the order in A and B.

  • Answered by AI
  • Q2. 

    Diagonal Sum of Binary Tree

    You are given a binary tree with 'N' nodes. Your task is to find and return a list containing the sums of all the diagonals of the binary tree, computed from right to left.

    In...

  • Ans. 

    Find and return the sums of all diagonals of a binary tree from right to left.

    • Traverse the binary tree level by level and keep track of the diagonal sums using a hashmap.

    • Use a queue to perform level order traversal of the binary tree.

    • For each node, update the diagonal sum based on its level and position in the diagonal.

    • Return the diagonal sums in reverse order from rightmost to leftmost diagonal.

  • Answered by AI
Round 3 - Video Call 

Round duration - 15 minutes
Round difficulty - Easy

Timing was 12:30 p.m. to 12:45 p.m.
Environment was very good.
No other significant activity was monitored.
The interviewer seemed to have been focused on DSA and technical topics.

Round 4 - Video Call 

(1 Question)

Round duration - 15 minutes
Round difficulty - Easy

Timing 1:00 p.m. to 1:20 p.m.
The environment was very good.
No significant activity.
The interviewer was asking questions from the project site which the candidate would we working if selected and also about the working conditions.

  • Q1. How would you cut a cake into 3 pieces in 3 cuts?
Round 5 - HR 

Round duration - 20 minutes
Round difficulty - Easy

Timing was 1:00 p.m. to 1:20 p.m.
The environment was very good and productive.
No other significant activity.
The interviewer was very good.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Cochin University of Science and Technology. I applied for the job as SDE - 1 in BangaloreEligibility criteriaAbove 6.75 CGPA and no current backlogsTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Advanced Data Structures, OOPS, Dynamic Programming, Database Management System, Computer NetworkingTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice basic questions of DSA.
Tip 2 : Must have minimum 2 good projects in latest technologies like AI & ML.
Tip 3 : One should know the Sql commands.

Application resume tips for other job seekers

Tip 1 : Do not bluff and write only things which you are completely aware about.
Tip 2 : Internships would be good for resume.

Final outcome of the interviewSelected

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
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. All the skills in resume

Get interview-ready with Top TCS Interview Questions

I applied via Campus Placement and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Fibonacci series
  • Q2. SQL Data structure
  • Q3. Operating system

Interview Preparation Tips

Interview preparation tips for other job seekers - Be interactive with the interviewer.Before going learn the basics like OOPS and small programs on C and C ++ and one more language that you like
Round 1 - Coding Test 

Core java

Round 2 - HR 

(3 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Tell me about yourself.
  • Q3. Program performence , good communication

Interview Preparation Tips

Interview preparation tips for other job seekers - Social media app

I applied via Naukri.com and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic Java, Android Developement?
  • Q2. Management skills?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, confideddsdfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdfntaa

I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is oops concept?
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on creating objects that interact with each other to solve a problem.

    • It includes concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Encapsulation is the practice of hidin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - well interview and good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Explain all oops concept
  • Ans. 

    OOPs concepts are the pillars of object-oriented programming that help in building robust and scalable software applications.

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

    • Encapsulation: Binding data and functions together and restricting access to data from outside the class.

    • Inheritance: Acquiring properties and behavior of a parent class by a child class.

    • Polymorphism: Abilit...

  • Answered by AI
  • Q2. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear with oops concepts. Ambition box is unnecessary forcing to write. Thats why adding this.

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