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

Updated 17 Nov 2024

Top TCS ASE Trainee Interview Questions and Answers

View all 20 questions

TCS ASE Trainee Interview Experiences

61 interviews found

Interview Questionnaire 

1 Question

  • Q1. Basic questions related to projects, C language and DBMS

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 26 Aug 2022

I applied via Walk-in and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basics of mathematics, logic reasoning, quantitative reasioning

Round 2 - Coding Test 

Choose a language, and according to the condition code have to be written and executed.

Round 3 - Technical 

(1 Question)

  • Q1. Basics of C programming along wuth writings code , basics of electronics
Round 4 - HR 

(1 Question)

  • Q1. General checking of communication skills

Interview Preparation Tips

Topics to prepare for TCS ASE Trainee interview:
  • Programing language
Interview preparation tips for other job seekers - Wear your confidence and politely deny if any answer is not known to you.

ASE Trainee Interview Questions Asked at Other Companies

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. What are lists and tuples? Difference between them like that.
asked in TCS
Q4. Difference between Merge sort and Heap sort?
asked in TCS
Q5. Different methods of using CSS in Web pages?

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 14 Dec 2020

Interview Questionnaire 

2 Questions

  • Q1. Java OOP Concept
  • Q2. How do you store a ArrayList of Object in database ref JDBC
  • Ans. 

    To store an ArrayList of Object in a database using JDBC, create a table with columns for each object property.

    • Create a table with columns for each object property

    • Use PreparedStatement to insert data into the table

    • Retrieve data using SELECT statement and ResultSet

    • Convert ResultSet to ArrayList of Objects

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to one language
Get your basisc clear
Start with one imp topics like collections, jdbc, network in java

Skills evaluated in this interview

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 20 May 2022

I applied via Walk-in and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java OOPs questions and jdk, jre questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Behavioral questions are asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on technologies like java, rdbms, cloud, devops

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 18 Sep 2021

I applied via LinkedIn and was interviewed in Mar 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice that you have to be very well about your knowledge and your coding language and intership if you done

Get interview-ready with Top TCS Interview Questions

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 6 Oct 2022

I applied via Company Website and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

This is the combination of arithmetic and reasoning

Round 2 - Coding Test 

This contains two coding questions. One is basics and another with data structures

Interview Preparation Tips

Topics to prepare for TCS ASE Trainee interview:
  • Core Java
  • SQL
  • Spoken English
Interview preparation tips for other job seekers - Be confident and read thoroughly the job description. Prepare the things you mentioned in resume.

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 8 Jan 2022

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Engineering subjects related. Circuit diagram, Rectifier, diode etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice Coding and refresh the subjects written in your resume

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 21 Jun 2022

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic c and questions related to tcs

Interview Preparation Tips

Topics to prepare for TCS ASE Trainee interview:
  • C
  • Aptitude
Interview preparation tips for other job seekers - General interview questions are asked and is easy to crack with preparation

ASE Trainee Interview Questions & Answers

user image Anonymous

posted on 11 Sep 2017

Interview Questionnaire 

9 Questions

  • Q1. Tell me something about yourself?
  • Q2. What is your favorite programming language?
  • Ans. 

    My favorite programming language is Python.

    • I love Python's simplicity and readability.

    • It has a vast library of modules and frameworks.

    • Python is versatile and can be used for web development, data analysis, and more.

    • It's also great for automation and scripting tasks.

    • Examples: Flask, Django, NumPy, Pandas, BeautifulSoup

  • Answered by AI
  • Q3. Difference between Java and C?
  • Ans. 

    Java is an object-oriented programming language while C is a procedural programming language.

    • Java is platform-independent while C is platform-dependent.

    • Java has automatic garbage collection while C requires manual memory management.

    • Java has built-in support for multithreading while C requires external libraries.

    • Java has a larger standard library compared to C.

    • Java is more secure than C due to its strong type checking a...

  • Answered by AI
  • Q4. How Java Script works?
  • Ans. 

    JavaScript is a scripting language used to create interactive web pages.

    • JavaScript code is embedded in HTML and executed by web browsers.

    • It can manipulate HTML and CSS to create dynamic effects.

    • It supports object-oriented programming and functional programming.

    • JavaScript can be used for client-side and server-side scripting.

    • Popular JavaScript frameworks include React, Angular, and Vue.

  • Answered by AI
  • Q5. Different methods of using CSS in Web pages?
  • Ans. 

    CSS can be used in web pages through inline, internal, and external methods.

    • Inline CSS is used within the HTML tag using the style attribute.

    • Internal CSS is used within the head section of the HTML document using the style tag.

    • External CSS is used in a separate file and linked to the HTML document using the link tag.

    • CSS preprocessors like Sass and Less can also be used to write CSS in a more efficient way.

    • CSS framework...

  • Answered by AI
  • Q6. Some pattern coding: * ** *** **** *** ** *
  • Q7. Difference between Merge sort and Heap sort?
  • Ans. 

    Merge sort and Heap sort are both comparison-based sorting algorithms, but they differ in their approach and performance.

    • Merge sort is a divide-and-conquer algorithm that divides the input array into two halves, recursively sorts them, and then merges the sorted halves.

    • Heap sort is based on the concept of a binary heap, which is a complete binary tree where each node is greater than or equal to its children. It involve...

  • Answered by AI
  • Q8. What are the different types of complexities?
  • Ans. 

    There are various types of complexities, such as time complexity, space complexity, algorithmic complexity, and computational complexity.

    • Time complexity refers to the amount of time taken by an algorithm to run, often measured in terms of the input size.

    • Space complexity refers to the amount of memory space required by an algorithm to run, also measured in terms of the input size.

    • Algorithmic complexity refers to the eff...

  • Answered by AI
  • Q9. Stack, Queues and their implementations?
  • Ans. 

    Stacks and queues are data structures used to store and retrieve elements in a specific order.

    • Stacks follow the Last-In-First-Out (LIFO) principle, where the last element added is the first one to be removed.

    • Queues follow the First-In-First-Out (FIFO) principle, where the first element added is the first one to be removed.

    • Stacks can be implemented using arrays or linked lists.

    • Queues can also be implemented using arrays...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The written test is divided into two parts 1- Written English (10 mins) 2- Aptitude (30 mins). The first part of the test is aimed at evaluating the candidates' English writing abilities. A set of words and phrases are given, all of which must be used to draft an email based on the given topic. The second part contains simple maths questions based on geometry, mass & volume, permutation & combinations, speed-distance-time, etc.
However, the pattern is expected to change this year on wards and it might include technical questions as well (which were earlier not a part of the written test)
Tips: Use all the words/phrases given in the question. Skipping them affects your score negatively. Use simple English. The objective here is to communicate precisely and not flaunt vocabulary. In the aptitude part, make sure that you first attempt the simple questions. You can come back later to solve the trickier ones later if the time allows. Time management is very important.
Duration: 50 minutes
Total Questions: 1

Round: MR
Experience: They will ask general questions about you, hobbies, strengths and weaknesses. basically they try to gauge a person's character, honesty and other traits.
Tips: Be confident and humble. Honesty always pays well, and genuineness is always appreciated.

Round: HR Interview
Experience: For freshers its a no big thing. Nothing really to discuss here. For experienced candidates, the HR would discuss about expected salary, work timing and company policies.

Skills evaluated in this interview

ASE Trainee Interview Questions & Answers

user image Dinesh Bera

posted on 13 Jul 2017

I was interviewed before Jul 2016.

Interview Preparation Tips

Round: Test
Experience: You have to write a formal business letter within 10 minutes using all the words provided to you in question.
Tips: Try to utilize all words from questions and keep all sentences grammatically correct. There was a word limit also. You have to clear this test. Though next round will be continued with this one yet during filtering first they check this section. If you clear only then they will check your aptitude result.
Total Questions: 1

Round: Test
Experience: This sections contains mainly maths and reasoning. TCS aptitude is quite tough than other companies and maths are coming from HS and college level also. Number system, probability, shapes and structures etc...
Tips: Try to complete as much as possible without wasting time. Don't do negative marking only answer if you are sure about that. Even if you score low but you are correct in all you have high chance for getting a call for interview.
Duration: 30 minutes
Total Questions: 20

Round: Technical + HR Interview
Experience: My interview was about 1 hour 15 min and all technical, managerial and hr interview was done at a single time. For someone they can call separately for different interviews. They will ask you basic questions from each and every respective subjects and some tricky questions from the subject you are strong.
Tips: Don't be nervous just keep eye contact and answer what they ask. If you don't know then just say no or you forgot whatever true.

College Name: Gcect
Contribute & help others!
anonymous
You can choose to be anonymous

TCS Interview FAQs

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

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

  1. What are the different types of complexiti...read more
  2. What is your favorite programming langua...read more
  3. What are lists and tuples? Difference between them like th...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.

Recently Viewed

INTERVIEWS

Bentley Systems

No Interviews

JOBS

Bentley Systems

No Jobs

INTERVIEWS

Bentley Systems

No Interviews

INTERVIEWS

Manikaran Power Limited

No Interviews

SALARIES

Manikaran Power Limited

INTERVIEWS

HCL Foundation

No Interviews

INTERVIEWS

TO THE NEW

No Interviews

SALARIES

TO THE NEW

SALARIES

Bentley Systems

Tell us how to improve this page.

TCS ASE Trainee Interview Process

based on 43 interviews

4 Interview rounds

  • Aptitude Test Round
  • Technical Round
  • HR Round - 1
  • HR Round - 2
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.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