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 ASE Trainee Interview Questions, Process, and Tips for Experienced

Updated 17 Nov 2024

Top TCS ASE Trainee Interview Questions and Answers for Experienced

View all 14 questions

TCS ASE Trainee Interview Experiences for Experienced

17 interviews found

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 13 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was medium level coding question

Round 2 - Technical 

(1 Question)

  • Q1. First question is about your self

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 15 Jun 2024

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

Computer Based Test. Aptitude questions

Round 2 - Coding Test 

1. Reverse Linked List in-place
2. Binary Search

Round 3 - HR 

(2 Questions)

  • Q1. About hobbies, relocation, expectations
  • Q2. About softwares that I know

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy Interview. Prepare for coding round.

ASE Trainee Interview Questions Asked at Other Companies for undefined

asked in TCS
Q1. What are the different types of complexities?
asked in TCS
Q2. What is your favorite programming language?
asked in TCS
Q3. Difference between Merge sort and Heap sort?
asked in TCS
Q4. Different methods of using CSS in Web pages?
asked in TCS
Q5. Describe the code vita problems you solved from your Btech 2nd ye ... read more

ASE Trainee Interview Questions & Answers

user image Yash singh

posted on 3 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Just some basic question about core subject
  • Q2. What is ml? what is data structure
  • Ans. 

    ML stands for machine learning, a branch of artificial intelligence that focuses on developing algorithms to learn from and make predictions based on data. Data structure refers to the way data is organized and stored in a computer system.

    • ML (machine learning) is a subset of AI that uses algorithms to learn from and make predictions based on data.

    • Data structure refers to the way data is organized and stored in a comput...

  • Answered by AI

Skills evaluated in this interview

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 6 Jul 2024

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

Aptitude reasoning english

Round 2 - Coding Test 

String coding question

Round 3 - HR 

(2 Questions)

  • Q1. About my self intoduction
  • Q2. Coding questions in java

TCS interview questions for designations

 ASE

 (10)

 ASE-T

 (1)

 Assistant Systems Engineer Ase

 (3)

 Software Trainee

 (13)

 Java Trainee

 (2)

 Trainee Programmer

 (1)

 Trainee

 (59)

 Software Engineer Trainee

 (19)

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 7 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic Apptitude Questions

Round 2 - Coding Test 

1 Question in python

Round 3 - One-on-one 

(1 Question)

  • Q1. Projects, Experience

Get interview-ready with Top TCS Interview Questions

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 17 Feb 2024

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

(1 Question)

  • Q1. Basic questions like pointer ,oops concepts and array

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 18 Dec 2022

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
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 

(3 Questions)

  • Q1. Programming basics projects based on resume
  • Q2. Bubble sort algo bubble sort working
  • Q3. Java oops concepts data encapsulation objects
Round 3 - HR 

(1 Question)

  • Q1. Wokring in other technologies unix linux sap
  • Ans. 

    Yes, I have experience working with Unix, Linux, and SAP.

    • Proficient in Unix and Linux command line interface

    • Experience with SAP modules such as FI/CO and MM

    • Familiarity with shell scripting and automation tools

    • Knowledge of system administration and troubleshooting

    • Examples: Configuring and maintaining Linux servers, writing shell scripts to automate tasks, working with SAP to manage financial transactions and inventory

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - work on resume and questions asked based on resume

Skills evaluated in this interview

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 14 Aug 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

CodeVita online coding round

Round 2 - HR 

(2 Questions)

  • Q1. Are you flexible to work from other locations?
  • Ans. 

    Yes, I am flexible to work from other locations as needed.

    • I am open to traveling to different locations for work assignments.

    • I have experience working remotely or in different offices.

    • I understand the importance of being adaptable in a dynamic work environment.

  • Answered by AI
  • Q2. No issue with flexible working hours?
  • Ans. 

    No, I am comfortable with flexible working hours and understand the importance of work-life balance.

    • I am open to working flexible hours to accommodate work-life balance

    • I understand the benefits of flexible working hours for productivity and employee satisfaction

    • I am willing to adapt to different schedules as needed by the job

  • Answered by AI

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 17 Apr 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. About Java and oops concepts
  • Q2. What is encapsulation with day to day example
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and only exposing the necessary functionalities.

    • For example, a car can be seen as an encapsulated object where the internal details like engine, transmission, etc. are hidden and only the methods like start, stop, accelerate are accessible.

    • Encapsulation also...

  • Answered by AI
  • Q3. About collection framework and ther advantages and use case
  • Q4. 1 short code inJava
  • Ans. 

    Print 'Hello, World!' in Java

    • Use System.out.println() to print the message

    • Enclose the message in double quotes

  • Answered by AI

Skills evaluated in this interview

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 1 Feb 2024

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Tell me something about yourself.
  • Q2. Which programming languages you are comfortable in?
  • Ans. 

    I am comfortable in programming languages such as Java, Python, and C++.

    • Java

    • Python

    • C++

  • Answered by AI
  • Q3. Tell me the features of those programming languages
  • Ans. 

    The features of programming languages vary, but some common ones include syntax, data types, control structures, and libraries.

    • Syntax: Programming languages have their own unique syntax for writing code.

    • Data Types: Languages support different data types such as integers, strings, and booleans.

    • Control Structures: Languages provide control structures like loops and conditionals for program flow.

    • Libraries: Many languages ...

  • Answered by AI
  • Q4. Tell me about your project.
  • Q5. Questions based on pointers, byte code, .class file, libraries.

TCS Interview FAQs

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

Some of the top questions asked at the TCS ASE Trainee interview for experienced candidates -

  1. What are the different types of complexiti...read more
  2. What is your favorite programming langua...read more
  3. Difference between Merge sort and Heap so...read more
How long is the TCS ASE Trainee interview process?

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

Tell us how to improve this page.

TCS ASE Trainee Interview Process for Experienced

based on 13 interviews

3 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
  • HR Round
View more

ASE Trainee Interview Questions from Similar Companies

View all
TCS ASE Trainee Salary
based on 549 salaries
₹3 L/yr - ₹6 L/yr
8% less than the average ASE Trainee Salary in India
View more details

TCS ASE Trainee Reviews and Ratings

based on 135 reviews

3.8/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.1

Salary

4.3

Job security

3.6

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 135 Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IT Analyst
66.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

AST Consultant
51.6k 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.6k 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