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

I was interviewed in Oct 2021.

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 

(1 Question)

  • Q1. It gave me Good experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well they ask only basic to intermediate level

I applied via Campus Placement and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. On Object-oriented programming like what is polymorphism, abstraction, encapsulation? And I mentioned SQL in my resume so asked me to write some queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your project properly. It doesn't matter whether you know 3-4 languages or only 1. Whatever you mentioned in your resume you should know that properly.

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
Round 1 - HR 

(1 Question)

  • Q1. Why are you looking for a change?
Round 2 - HR 

(1 Question)

  • Q1. Why should we hire you?

I applied via Recruitment Consulltant and was interviewed in Dec 2021. 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 - Aptitude Test 

Resoning , general

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very interesting questions

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 Questionnaire 

2 Questions

  • Q1. Why TCS and why changing to software?
  • Q2. Do a little background work on the company and be confident in your reasons for switching to software from a different branch

Get interview-ready with Top TCS Interview Questions

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 Minutes
Round difficulty - Medium

A MCQ + CODING TEST WITH FOUR SECTION

  • Q1. 

    Valid Parentheses Problem Statement

    Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.

    Input:

    The first line contains an...
  • Ans. 

    Check if given strings containing parentheses are balanced or not.

    • Use a stack to keep track of opening parentheses

    • Iterate through the string and push opening parentheses onto the stack

    • When a closing parenthesis is encountered, pop from the stack and check if it matches the corresponding opening parenthesis

    • If stack is empty at the end and all parentheses are matched, the string is balanced

  • Answered by AI
  • Q2. 

    Number Pattern Problem Statement

    Create a number pattern as specified by Ninja. The pattern should be constructed based on a given integer value 'N'.

    Example:

    Input:
    N = 4
    Output:
    4444 3444 2344 1234
    ...
  • Ans. 

    Generate a number pattern based on a given integer value 'N' by incrementing digits from right to left in each line.

    • Start from the rightmost side and increment digits while moving towards the left in each line

    • Print 'N' lines for each test case

    • Handle multiple test cases by reading the number of test cases 'T' first

  • Answered by AI
Round 2 - HR 

Round duration - 25 Minutes
Round difficulty - Medium

THERE ARE THREE PANELIST OVER A ZOOM CALL HR,A TR AND A MR IT WAS IN THE MORNING I WAS GETTING READY FOR THE INTERVIEW BUT I RECIVED A CALL FORM HR ASKING ME TO JOIN IMMEDIATELY FOR SOME REASON I STILL HAVE LIKE AN HOUR BUT I JUST GET READY AND INTERVIEW STARTED

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. D Y Patil School of Engineering & Technology. Eligibility criteria60%Tata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - OOPS, DATA STRUCTURES , SQL, MACHINE LEARNING , ARTIFICAL INTELIGENCETime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : FOCUS ON YOUR RESUME WHAT YOU HAVE IN IT BECAUSE QUESTION ARE COMING STRAIGHT TO YOU FROM RESUME 
Tip 2 : PREPARE WELL WITH YOU PROJECT AND GO THROUGH IT ONCE OR TWICE EVERY FUNCATION METHOD CLASS AND EVERYCODE 
Tip 3 : TRY TO RELEX

Application resume tips for other job seekers

Tip 1 : YOU RESUME MUST CONTAIN THAT MUCH ONLY WHICH YOU KNOW 
Tip 2 : DONT WRITE LENTHY

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Concurrent hashmap, micro service, java 8
  • Q2. Docker, Thymleaf
  • Q3. Java 8 features, design pattern
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Tcs and was interviewed before Apr 2022. 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 - Coding Test 

Coding test would be there for freshers, so be prepare for that

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about Your strengths

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared always when you are attending interviews, its very important. Do remember this always

I was interviewed before Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 minutes
Round difficulty - Medium

written test has 5 sections: 

Quantitative- 26 questions - 40 minutes
Logical- 30 questions - 50 minutes
Verbal- 24 questions - 30 minutes
Programming MCQ- 10 questions -15 minutes
Coding test- 2 questions - 45 minutes

The exam was in TCSion portal and it was in the morning. The assessment environment was good except for the coding compiler.

  • Q1. 

    Reverse the String Problem Statement

    You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string.

    Example:

    Input:
    STR = "abcde"
    Output:
    "e...
  • Ans. 

    Reverse a given string containing alphabets, numbers, and special characters.

    • Iterate through the string from the end to the beginning and append each character to a new string.

    • Use built-in functions like reverse() or StringBuilder in languages like Python or Java for efficient reversal.

    • Handle edge cases like empty string or strings with only one character.

    • Ensure to consider the constraints provided in the problem state

  • Answered by AI
  • Q2. 

    Make Palindrome Problem Statement

    You are provided with a string STR of length N comprising lowercase English alphabet letters. Your task is to determine and return the minimum number of characters that n...

  • Ans. 

    The task is to find the minimum number of characters needed to make a given string a palindrome.

    • Iterate from both ends of the string and compare characters to find the number of characters needed to make it a palindrome.

    • Use dynamic programming to optimize the solution by storing previously calculated results.

    • Handle edge cases like an already palindrome string or an empty string.

    • Consider using recursion or iteration to ...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in MumbaiEligibility criteriaOnly one active backlog while applying for the interview.Tata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Database Management System, Algorithms, Programming Concepts, Software development lifecycleTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Learn all the basic concepts.
Tip 2 : Practice coding questions.
Tip 3 : Do atleast 1 project.
Tip 4 : Do some certifications.
Tip 5 : Learn about the emerging IT trends.

Application resume tips for other job seekers

Tip 1 : Mention the link to your project.
Tip 2 : Mention the link to your LinkedIn, GitHub profile.
Tip 3 : Try to make resume single page.
Tip 4 : Try not to put too much of your personal details.
Tip 5 : Put only professional details.
Tip 6 : Always maintain reverse chronological order.

Final outcome of the interviewRejected

Skills evaluated in this interview

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

CodeVita: CodeVita is an online coding contest that is conducted by TCS every year across the whole world for coders to showcase their programming skills. There are three rounds in CodeVita:

Pre Qualifier: Conducted Online
Qualifier: Conducted Online
Grand Finale: Conducted in India (offline) in TCS centers
In the Pre Qualifier round, there are 6 questions, and if you are able to solve at least 1 question and clear it’s all the test cases, there is a chance that you will get an interview call from TCS. For the safe side try to solve 2 questions or more completely.

  • Q1. 

    Delete Alternate Nodes from a Singly Linked List

    Given a Singly Linked List of integers, remove all the alternate nodes from the list.

    Input:

    The first and the only line of input will contain the elemen...
  • Ans. 

    Remove alternate nodes from a singly linked list of integers.

    • Traverse the linked list and skip every alternate node while connecting the previous node to the next node.

    • Update the next pointers accordingly to remove the alternate nodes.

    • Ensure to handle edge cases like empty list or list with only one node.

  • Answered by AI
  • Q2. 

    Find All Pairs Adding Up to Target

    Given an array of integers ARR of length N and an integer Target, your task is to return all pairs of elements such that they add up to the Target.

    Input:

    The first line ...
  • Ans. 

    Given an array of integers and a target, find all pairs of elements that add up to the target.

    • Iterate through the array and for each element, check if the target minus the element exists in a hash set.

    • If it exists, add the pair to the result. If not, add the element to the hash set.

    • Handle cases where the same element is used twice in a pair.

    • Return (-1, -1) if no pair is found.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

We were informed by the TCS a day before the interview about the time of our interview and all. As this year the whole process was online so a bunch of instructions was mentioned by TCS like the internet connectivity, important documents to present, and all. I joined the virtual lobby on time and my slot was from 3:30 PM to 6:30 PM, there were a few more candidates in the virtual lobby, and a lady started to speak. I was the first to give the interview and all other candidates were given different slots by that lady for their interviews.

  • Q1. Can you tell me something about yourself and describe the approaches you used to solve the problems in the contest?
Round 3 - Video Call 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

This interview directly started with questions.

 

  • Q1. How has the COVID-19 pandemic affected the IT industry?
  • Ans. 

    The COVID-19 pandemic has significantly impacted the IT industry, leading to remote work, increased demand for digital solutions, and delays in projects.

    • Transition to remote work for many IT companies

    • Increased demand for digital solutions such as online collaboration tools, e-commerce platforms, and telehealth services

    • Delays in projects due to disruptions in supply chains and workforce availability

    • Shift towards cloud c...

  • Answered by AI
  • Q2. What is the contribution of the TATA group towards the betterment of our nation?
  • Ans. 

    TATA group has made significant contributions to the nation through various industries and philanthropic initiatives.

    • TATA Steel is one of the largest steel producers in India, contributing to infrastructure development.

    • TATA Motors is a leading automobile manufacturer, driving innovation in the automotive sector.

    • TATA Consultancy Services (TCS) is a global IT services company, creating job opportunities and boosting the ...

  • Answered by AI
Round 4 - HR 

Round duration - 90 minutes
Round difficulty - Easy

First, she introduced herself and then asked me to give my introduction. Then she asked behavorial and general questions.
 

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in MumbaiEligibility criteriaCodeVitaTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - C++, Data Structure, Operating System, SQL, Algorithms, System DesignTime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1: Practice at least 300 coding questions.
Tip 2: Be confident.
Tip 3: Don't tell lies in interviews.

Application resume tips for other job seekers

Tip 1: Mention some good projects.
Tip 2: Don't put any false things.

Final outcome of the interviewSelected

Skills evaluated in this interview

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