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

Clear (1)

TCS Graduate Trainee Interview Questions, Process, and Tips

Updated 18 Jan 2025

Top TCS Graduate Trainee Interview Questions and Answers

  • Q1. Consonant Counting Problem Statement Given a string STR comprising uppercase and lowercase characters and spaces, your task is to count the number of consonants in the s ...read more
  • Q2. 1.what is cloud computing?? 2. How many types of clouds? 3. What is Virtualization? 4. Difference between Saas and Paas? 5. What are data types? 6. What is Artificial Int ...read more
  • Q3. We use multiple inheritance in C++. Does java supports it? If not then what java used instead of multiple inheritance?
View all 34 questions

TCS Graduate Trainee Interview Experiences

56 interviews found

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

(2 Questions)

  • Q1. Difference between class and interfaces
  • Q2. Types of SQL queries and ques related to DBMS
Round 2 - HR 

(2 Questions)

  • Q1. Normal behavioral question
  • Q2. Questions regarding goals and hobbies
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What are the SQL comands
  • Ans. 

    SQL commands are used to interact with databases to perform various operations like querying, updating, and deleting data.

    • SELECT: Retrieves data from a database

    • INSERT: Adds new records to a table

    • UPDATE: Modifies existing records in a table

    • DELETE: Removes records from a table

    • CREATE TABLE: Creates a new table in the database

    • ALTER TABLE: Modifies an existing table structure

    • DROP TABLE: Deletes a table from the database

  • Answered by AI
  • Q2. What is list which type of list
  • Ans. 

    A list is a collection of items in a specific order.

    • Lists can be ordered or unordered

    • Examples of list types include arrays, linked lists, and queues

  • Answered by AI
  • Q3. What is tuple which type of tuple
  • Ans. 

    A tuple is a data structure that stores a fixed number of elements of different data types.

    • Tuples are immutable, meaning their values cannot be changed once they are assigned.

    • They are ordered collections, meaning the order of elements is preserved.

    • Example: ('John', 25, 'Male') is a tuple with three elements representing a person's name, age, and gender.

  • Answered by AI
  • Q4. What are the difference tuple and list
  • Ans. 

    Tuple is immutable and fixed in size, while list is mutable and can change in size.

    • Tuple is defined using parentheses, while list is defined using square brackets.

    • Tuple elements cannot be changed, while list elements can be modified.

    • Tuple is faster than list for iteration and accessing elements.

    • Example: tuple = (1, 2, 3) and list = [1, 2, 3]

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Are you working any location
  • Ans. 

    Yes, I am willing to work in any location for the graduate trainee program.

    • I am open to relocating for the right opportunity

    • I am flexible and adaptable to new environments

    • I believe working in different locations can provide valuable experiences and growth opportunities

  • Answered by AI
  • Q2. Are you work night duty

Skills evaluated in this interview

Graduate Trainee Interview Questions Asked at Other Companies

asked in Flipkart
Q1. Given an array, how do you get the count of pairs that sum to eve ... read more
asked in Freshworks
Q2. Invert a Binary Tree You are provided with a Binary Tree and one ... read more
asked in Freshworks
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Freshworks
Q4. Deepest Left Leaf Node Problem Statement You are provided with a ... read more
asked in TCS
Q5. Consonant Counting Problem Statement Given a string STR comprisin ... read more

Graduate Trainee Interview Questions & Answers

user image Kota naga venkata charan

posted on 30 Jan 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Verbal, reasoning, logic

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about programming language basics , College project.
  • Q2. SQL, java, basic concepts of oops
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

2 coding questions and other numerical aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Explain about your projects

TCS interview questions for designations

 Graduate Management Trainee

 (1)

 Graduate Apprenticeship Trainee

 (1)

 Graduate Apprentice Trainee

 (1)

 Graduate Engineer Trainee (Get)

 (25)

 Production Graduate Engineer Trainee

 (1)

 Graduate Student

 (3)

 fresher Graduate

 (2)

 Graduate Engineer

 (2)

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

Reasoning, quants, coding question dsa

Get interview-ready with Top TCS Interview Questions

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

Medium level questions asked prepare data structures

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your project
  • Q2. Difficulty faced
  • Ans. 

    I faced difficulty in managing multiple projects simultaneously and prioritizing tasks effectively.

    • Struggled with time management and balancing competing deadlines

    • Had difficulty in determining which tasks were most important and needed immediate attention

    • Found it challenging to stay organized and focused when juggling multiple projects

    • Implemented a project management tool to help track progress and deadlines

    • Sought guid

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via campus placement at Aditya Degree College, Kakinada and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Arthmetic reasoning eng

Round 2 - HR 

(3 Questions)

  • Q1. Technical+hr+mr
  • Q2. C basics AI & machine learning General tech news
  • Q3. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and clear.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell us more about the thesis project
Round 2 - HR 

(1 Question)

  • Q1. Are you happy to relocate?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Pretty easy coding no dsa was asked

Round 2 - Technical 

(1 Question)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

    • Example: A method 'draw()' ca...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do well work hard

Graduate Trainee Interview Questions & Answers

user image Shreyas Shankarshete

posted on 2 Jan 2024

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

I applied via Company Website

Round 1 - Aptitude Test 

Was an average lvl aptitude

Round 2 - Group Discussion 

IQ vs EQ was the topic given to us

Round 3 - Technical 

(1 Question)

  • Q1. Questions related to my technical skills and internship
Contribute & help others!
anonymous
You can choose to be anonymous

TCS Interview FAQs

How many rounds are there in TCS Graduate Trainee interview?
TCS interview process usually has 2-3 rounds. The most common rounds in the TCS interview process are Technical, Aptitude Test and HR.
What are the top questions asked in TCS Graduate Trainee interview?

Some of the top questions asked at the TCS Graduate Trainee interview -

  1. 1.what is cloud computing?? 2. How many types of clouds? 3. What is Virtualizat...read more
  2. We use multiple inheritance in C++. Does java supports it? If not then what jav...read more
  3. What is oops What is dbms Types of computer network Tell me about yourself Tell...read more
How long is the TCS Graduate Trainee interview process?

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

Recently Viewed

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

INTERVIEWS

Fractal Analytics

No Interviews

INTERVIEWS

Ciena

No Interviews

INTERVIEWS

Digit Insurance

No Interviews

INTERVIEWS

Goldman Sachs

No Interviews

INTERVIEWS

Tractebel

No Interviews

Tell us how to improve this page.

TCS Graduate Trainee Interview Process

based on 35 interviews

5 Interview rounds

  • Technical Round
  • HR Round - 1
  • HR Round - 2
  • HR Round - 3
  • Personal Interview1 Round
View more
TCS Graduate Trainee Salary
based on 559 salaries
₹1 L/yr - ₹4 L/yr
38% less than the average Graduate Trainee Salary in India
View more details

TCS Graduate Trainee Reviews and Ratings

based on 90 reviews

3.8/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.1

Salary

4.7

Job security

3.9

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 90 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent