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

Updated 8 Apr 2025

Top TCS 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 56 questions

TCS Interview Experiences

79 interviews found

I appeared for an interview 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

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

Software Developer Interview Questions Asked at Other Companies for Fresher

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
Q2. Validate Binary Tree Nodes Problem You are provided with 'N' bina ... read more
asked in Nagarro
Q3. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in Mr Cooper
Q4. Connect Ropes Problem Statement Given a number of ropes denoted a ... read more
asked in Wipro
Q5. Minimum Operations to Make Strings Equal Given two strings, A and ... read more

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2022. There were 4 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 

NEED TO WORK ON LOGICAL PART AND MATHEMATICAL PART FOR FRESHERS

Round 3 - Coding Test 

Based on language we are asked to right code on medium level

Round 4 - HR 

(3 Questions)

  • Q1. They discussed about salary and explained about company culture and rules
  • Q2. Where do you see yourself after 4 years
  • Q3. What made you more inspirational

Interview Preparation Tips

Interview preparation tips for other job seekers - NO need to worry mainly they will see communication and coding with our technical subject knowlege l

TCS interview questions for designations

 Junior Software Developer

 (20)

 Senior Software Developer

 (14)

 Software Developer fresher

 (14)

 Associate Software Developer

 (7)

 Java Software Developer

 (7)

 Embedded Software Developer

 (6)

 Software Developer Intern

 (4)

 Software Developer Trainee

 (3)

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 minutes
Round difficulty - Medium

My slot was on between 8.00am to 11.00am. It was a nice experience. The test was conducted through online. this was my first time writing online so i was afraid but the environment was very nice. it was a camera protected test. It included Aptitude, Reasoning and verbal with coding question. Aptitude was somewhat tricky among all. Other than that everything was medium level. They gave online calculator for that. coding was not that difficult. For coding we need to have basic knowledge of languages. overall it was not much difficult and not easy also.

  • Q1. 

    Factorial Calculation Problem

    Given an integer N, determine the factorial value of N. The factorial of a number N is the product of all positive integers from 1 to N.

    Input:

    First line of input: An inte...
  • Ans. 

    Calculate the factorial of a given integer N.

    • Iterate from 1 to N and multiply each number to get the factorial value.

    • Handle edge cases like N=0 or N=1 separately.

    • Use recursion or iteration to calculate the factorial value.

  • Answered by AI
  • Q2. 

    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 with 'N' candies, determine how many candies remain after providing 'K' candies to a customer.

    • Check if 'K' is greater than 'N', if so return -1

    • Subtract 'K' from 'N' to get the remaining candies

    • Return the remaining candies for each test case

  • Answered by AI
Round 2 - Video Call 

Round duration - 20 minutes
Round difficulty - Medium

The total timing was 20 min. They asked wide range of questions here from DBMS, python, Data structures etc. the interviewer was friendly.

Round 3 - HR 

Round duration - 10 minutes
Round difficulty - Easy

The round was to know about our behaviour. the interviewer was friendly and interactive.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaAbove 7CGPATata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data structures, OOPS, algorithms, python basics, Mysql queries, user interface, front end development, DBMSTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do the good projects so that you can understand concepts deeply
Tip 2 : practice coding , coding related question online and try to participate in coding challenges as possible 
Tip 3 : Do internship in good company so that you get a good project

Application resume tips for other job seekers

Tip 1 : Resume should be clear and understandable. its should be clean and neatly organized
Tip 2 : have some projects, achievements on resume so that it attracts the interviewer

Final outcome of the interviewSelected

Skills evaluated in this interview

Get interview-ready with Top TCS Interview Questions

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 180 Minutes
Round difficulty - Medium

The round was in early morning ,Timing was from 8 .00 am on wards. There were proper protection due to covid-19 pandemic.The invigilators were friendly .the round was divided into two tests .1st two hours were for Aptitude,logical and verbal part.the other one hour was for Technical MCQs and coding problems.

  • Q1. 

    Distance Greater Than K Problem Statement

    You are provided an undirected graph, a source vertex, and an integer k. Determine if there is any simple path (without any cycle) from the source vertex to any o...

  • Ans. 

    Check if there is a path from source vertex to any other vertex with distance greater than k in an undirected graph.

    • Use Depth First Search (DFS) to traverse the graph and keep track of the distance from the source vertex.

    • If at any point the distance exceeds k, return true.

    • If DFS traversal completes without finding a path with distance greater than k, return false.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

The round consisted of HR and TR and MR on the same panel . First 25 minutes questions were asked from TR and after that MR asked just one question and then 15 minutes questions were asked by HR.

  • Q1. 

    Middle of a Linked List

    You are given the head node of a singly linked list. Your task is to return a pointer pointing to the middle of the linked list.

    If there is an odd number of elements, return the ...

  • Ans. 

    Return the middle element of a singly linked list, or the one farther from the head node in case of even number of elements.

    • Traverse the linked list using two pointers, one moving at twice the speed of the other.

    • When the faster pointer reaches the end, the slower pointer will be at the middle.

    • Return the element pointed to by the slower pointer.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteriaAbove 6 CGPATata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Aptitude, Logical , Verbal, Oops, Data structure, SDLCTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Prepare for aptitude thoroughly
Tip 2 : Focus more on arrays and strings problems
Tip 3 : Have proper knowledge of technologies used in you mentioned project

Application resume tips for other job seekers

Tip 1 : Mention projects properly
Tip 2 : Mention subjects of interests it can help interviewer to asks you questions directly from that subject.
Tip 3 : Be honest while writing your Resume .One lie can get you a rejection

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Introduction , about company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident bzcvznzjauahannskzjshsbbs

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

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

Round 1 - Aptitude Test 
Round 2 - Assignment 
Round 3 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Software developer
Full stack developement
Coding

I applied via Company Website and was interviewed before Sep 2021. There were 4 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 questions will be medium level.but time matters here.
Solving them within the given timespan is important.

Round 3 - Assignment 

Coding questions will be medium level.practice previous assessment questions helps a lot

Round 4 - Technical 

(3 Questions)

  • Q1. In Techincal they will discuss more on basics only
  • Q2. From Java what is friend function
  • Ans. 

    Friend function is not a concept in Java.

    • Friend function is a concept in C++ where a non-member function can access private and protected members of a class.

    • Java does not have the concept of friend function.

    • In Java, access to private and protected members of a class is restricted to the class itself and its subclasses.

  • Answered by AI
  • Q3. Asked more on Oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - HR round will be easy only, just research about the company before attending

Skills evaluated in this interview

TCS Interview FAQs

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

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

  1. Does Java support multiple Inheritance? If not then how an interface inherits t...read more
  2. how is multithreading implemented in J...read more
  3. how wil you dispaly data of two tables? expla...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 Interview Process

based on 33 interviews

4 Interview rounds

  • Resume Shortlist Round
  • HR Round - 1
  • Technical Round
  • HR Round - 2
View more
TCS Software Developer Salary
based on 19.8k salaries
₹3.8 L/yr - ₹16 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

₹1 L/yr - ₹9 L/yr

IT Analyst
66.2k salaries
unlock blur

₹5 L/yr - ₹16 L/yr

AST Consultant
52k salaries
unlock blur

₹8 L/yr - ₹25.1 L/yr

Associate Consultant
30.6k salaries
unlock blur

₹9 L/yr - ₹32.2 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Explore more salaries
Compare TCS with

Amazon

4.0
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