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 Associate Trainee Interview Questions and Answers

Updated 20 Feb 2025

TCS Associate Trainee Interview Experiences

5 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

90 mins test with aptitude test questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about youself.
  • Q2. Explain the projects you have developed and how you have done it.
Round 3 - HR 

(2 Questions)

  • Q1. Are you open for relocation?
  • Q2. What if i ask you to continue work under USA timming for 6 months straight?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and straight forward enough to tackle any question.

Associate Trainee Interview Questions & Answers

user image KALAIPRIYA N

posted on 20 Feb 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

It's regards basic mathematics and also grammer in English was good..it's been 8 years over am attended interview 😍

Round 2 - JAM 

(1 Question)

  • Q1. My role model ( Kiran bedi)
Round 3 - Technical 

(2 Questions)

  • Q1. Question regards computer
  • Q2. Basic in computer questions
Round 4 - HR 

(2 Questions)

  • Q1. Question regards my degree
  • Q2. They ask me my long destination in this field

Associate Trainee Interview Questions Asked at Other Companies

Q1. What is the difference between Web Browser and Search Engine?
Q2. You have to calculate the height of tree without cutting or measu ... read more
Q3. What is the difference between Accrual and Advance?
Q4. Why there are 2 Rates given for Rent in Sec 194I?
Q5. What do you mean by BRS? How will you do it?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

BASIC MATHEMATICS AND LOGICAL REASONING AND CODING

Round 2 - Technical 

(2 Questions)

  • Q1. Which language you are familiar with
  • Ans. 

    I am familiar with English, Spanish, and French.

    • English

    • Spanish

    • French

  • Answered by AI
  • Q2. Based on coding language tech team asked some questions
Round 3 - HR 

(3 Questions)

  • Q1. Are you okay with rotation shift
  • Q2. Can you relocate
  • Q3. And discuss about the agreement and other
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic problem solving questions

Round 2 - Technical 

(1 Question)

  • Q1. All related to data structures and database management system
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions and managing questions
Round 4 - HR 

(1 Question)

  • Q1. Brief introduction and general questions

Interview Preparation Tips

Interview preparation tips for other job seekers - keep calm and composed . anyone can crack easily

TCS interview questions for designations

 Associate Engineer Trainee

 (1)

 Associate Technology Trainee

 (1)

 Associate Software Trainee

 (1)

 Trainee

 (59)

 Associate System Engineer Trainee

 (3)

 Associate Software Engineer Trainee

 (1)

 Graduate Trainee

 (56)

 Management Trainee

 (29)

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

I applied via Company Website and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. 1. basic question on branch. 2. opps concept 3. Testing questions 4.Asked me to write program on palindrome, reversing string
  • Q2. More questions on java
  • Q3. Basic testing concept
  • Q4. Coding questions

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions of Python and pytest framework
  • Q2. Questions will be based on the resume in hand

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine with your resume. Understand the project, that you handle. Be aware of the software market and be bold to open up with your views. It is not always true, that when new technologies come up, the old goes down. It is the less adaptability of the technology, that pulls it back.

I appeared for an interview before Apr 2020.

Interview Questionnaire 

3 Questions

  • Q1. Data structure algorithms and basics of programming languages
  • Q2. Opps concept
  • Q3. Ask to write 2 codes they provide problem statements for that

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

Round 1 - Assignment 

Mcq and 2 coding(basic)

Round 2 - Technical 

(1 Question)

  • Q1. Explain about 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.

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four main pillars of OOPs.

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

    • Inherita...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. About myself, my family and goal

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite if you have basic knowledge you will select here

I applied via Monster and was interviewed in Aug 2019. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What is your Experience in current company?
  • Q2. What is the importance of job in your daily life?
  • Q3. What is you technical knowledge?
  • Q4. What is your highest strengths?
  • Q5. How long have you been working this company?

Interview Preparation Tips

Interview preparation tips for other job seekers - that is good dressing and confidence is the first key where we go for interview. and good knowledge in their domain that what we experienced.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

TCS Interview FAQs

How many rounds are there in TCS Associate Trainee interview?
TCS interview process usually has 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 Associate Trainee interview?

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

  1. Which language you are familiar w...read more
  2. 1. basic question on branch. 2. opps concept 3. Testing questions 4.Asked me to...read more
  3. Based on coding language tech team asked some questi...read more

Tell us how to improve this page.

TCS Associate Trainee Interview Process

based on 5 interviews

1 Interview rounds

  • Aptitude Test Round
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
TCS Associate Trainee Salary
based on 53 salaries
₹1.5 L/yr - ₹4 L/yr
At par with the average Associate Trainee Salary in India
View more details

TCS Associate Trainee Reviews and Ratings

based on 21 reviews

3.9/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

2.9

Salary

4.9

Job security

4.1

Company culture

2.8

Promotions

3.7

Work satisfaction

Explore 21 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
51.9k salaries
unlock blur

₹8 L/yr - ₹25.1 L/yr

Associate Consultant
30.3k salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 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