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
3.7

based on 86.8k Reviews

Filter interviews by

TCS ASE Interview Questions, Process, and Tips

Updated 26 Nov 2024

Top TCS ASE Interview Questions and Answers

  • Q1. Given N gold wires, each wire has a length associated with it. At a time, only two adjacent small wires are assembled at the end of a large wire and the cost of forming i ...read more
  • Q2. What is oops, and what’s the difference between object oriented programming and other
  • Q3. what is inheritance?

TCS ASE Interview Experiences

10 interviews found

ASE Interview Questions & Answers

user image amitesh rajput

posted on 26 Nov 2024

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

Basic mathematics problems

Round 2 - Coding Test 

Arrays, Strings and mathematical formulas

ASE Interview Questions & Answers

user image Jagan Mohan Bhogisetti

posted on 17 Jul 2024

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

I applied via Company Website and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude related questions

Round 2 - Aptitude Test 

Basic questions of aptitude

Round 3 - Coding Test 

Coding question on Dsa

Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why you choose company

ASE Interview Questions Asked at Other Companies

asked in TCS
Q1. Given N gold wires, each wire has a length associated with it. At ... read more
asked in Accenture
Q2. In a certain code 'MISSIONS' is written as 'MSIISNOS'. How is 'ON ... read more
asked in IBM
Q3. What is Data Structure? why we use Data Structure?what is Array?D ... read more
asked in LTIMindtree
Q4. Write a program to write all prime numbers in the given range.
asked in TCS
Q5. What is oops, and what’s the difference between object oriented p ... read more

ASE Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Sri Sairam Engineering College, Chennai and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Very simple just not the basics

Round 2 - Technical 

(2 Questions)

  • Q1. Basic knowledge is being tested
  • Q2. What is oops, and what’s the difference between object oriented programming and other
  • Ans. 

    OOPs stands for Object Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain data and methods to manipulate that data.

    • In OOPs, objects can interact with each other through methods.

    • OOPs promotes concepts like inheritance, encapsulation, and polymorphism.

    • Other programming paradigms like procedural programming focus on procedures or functions.

    • In pr...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions were asked

ASE Interview Questions & Answers

user image PrepInsta

posted on 17 Dec 2021

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

Round 1 - Nqt 

(1 Question)

I had opted for incenter options, where there were 4 sections: aptitude, logical reasoning, English, and coding round. Each question had time allocation . Aptitude mere of moderate level( follow prepinsta apti section for practice) ,English and logical were easy to moderate level, next comes the coding part
It comprises of 2 codes , first one was easy 2 and one was of moderate level

  • Q1. Given N gold wires, each wire has a length associated with it. At a time, only two adjacent small wires are assembled at the end of a large wire and the cost of forming is the sum of their length. Find the...
  • Ans. 

    Given N gold wires with lengths, find minimum cost to assemble all wires into a single wire.

    • Only two adjacent small wires can be assembled at a time

    • Cost of forming is the sum of their length

    • Use dynamic programming to find minimum cost

    • Example: N=4, lengths=[2,3,4,5], minimum cost=29

  • Answered by AI
Round 2 - Interview 

(3 Questions)

My interview was scheduled on the 26th of September on ms teams. I was asked to join at 10 am in the lobby , I had to wait for 2 hours in the lobby after that they allowed me to join and thus my interview began. In The end they asked for document verification

  • Q1. 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 for code reuse and promotes a hierarchical organization of classes.

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

    • The subclass inherits all the properties and methods of the superclass, and can also...

  • Answered by AI
  • Q2. What are exceptions?
  • Ans. 

    Exceptions are unexpected events that occur during program execution.

    • Exceptions are used to handle errors and prevent program crashes.

    • They can be caused by a variety of factors, such as invalid input or resource exhaustion.

    • Examples of exceptions include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.

    • Exception handling involves catching and handling exceptions using try-catch blocks.

    • Unchecked exce...

  • Answered by AI
  • Q3. Define finally keyword.
  • Ans. 

    finally keyword is used in try-catch block to execute a block of code regardless of the exception thrown or not.

    • finally block is optional and can be used after catch block

    • It is used to release resources like database connections, file handles, etc.

    • It is executed even if there is a return statement in try or catch block

    • Example: try { //code } catch(Exception e) { //code } finally { //code }

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience. My academic qualification is B.Tech from Hooghly Engineering and technology College.Tcs interview preparation:Tips for other job seekers - The best advice I can give to a job seeker is to build a good resume because it really matters a lot. If you have a good resume then your chances of getting selected and shortlisted increases a lot.Final outcome of the interviewSelected

Skills evaluated in this interview

TCS interview questions for designations

 ASE Trainee

 (61)

 ASE-T

 (1)

 Assistant Systems Engineer Ase

 (3)

 Assistant System Engineer Trainee

 (375)

 Process Associate

 (124)

 Analyst

 (100)

 Business Analyst

 (97)

 Senior Process Associate

 (91)

ASE Interview Questions & Answers

user image Anonymous

posted on 5 May 2021

Interview Questionnaire 

3 Questions

  • Q1. Questions on Software development, personal skills and mental ability
  • Q2. Questions on C language, pointers, Mental aptitude questions
  • Q3. Difference between modular programming languages and Object oriented programming languages has to be explained keeping in view C, C++ and Java programming languages.

Interview Preparation Tips

Interview preparation tips for other job seekers - One can prepare for programming questions by going through standard books on specific topics, but mental aptitude or psychological aptitude requires careful and long term preparation.

ASE Interview Questions & Answers

user image Anonymous

posted on 31 Mar 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Mar 2022. There were 3 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 

Practice well okay - time and distance and speed, water problems

Round 3 - HR 

(2 Questions)

  • Q1. About goals, parents and stuff
  • Q2. About TCS and it's subsidaries

Interview Preparation Tips

Interview preparation tips for other job seekers - Tailor your resume for each job application. Network an dmake connections in your industry

ASE Interview Questions & Answers

user image Anonymous

posted on 19 Aug 2021

Interview Questionnaire 

1 Question

  • Q1. Domain specific questions and basic programming

ASE Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2022

I applied via Company Website and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Some basic aptitude questions must study time & distance, profit loss , proportions

Round 2 - Coding Test 

Coding it depends round to round it can be very from moderate to medium level questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic questions on oops,some hands-on questions on basic programming, and project related questions irrespective to domain

Interview Preparation Tips

Topics to prepare for TCS ASE interview:
  • OOPS
Interview preparation tips for other job seekers - So basically to get into tcs you need some jenuine projects to discuss in interview and basic programming skills to showcase in interview specially must study the topics on oops.
And for the assessments you must have good aptitude knowledge

ASE Interview Questions & Answers

user image charulveer@gmail.com

posted on 27 Sep 2015

Interview Preparation Tips

College Name: Vidyalankar Institute Of Technology

ASE Interview Questions & Answers

user image charulveer@gmail.com

posted on 24 Sep 2015

Interview Questionnaire 

1 Question

  • Q1. Tell me abt last year project
  • Ans. 

    Developed a mobile app for tracking daily water intake

    • Used React Native for cross-platform development

    • Integrated with Apple HealthKit and Google Fit APIs

    • Implemented push notifications to remind users to drink water

    • Incorporated gamification elements to encourage consistent usage

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: i told about my previous website
Tips: make sure ull say things which you have done they will precisely ask you qts around it

General Tips: be calm even if you dont kw dont bluff tell him you havent brushed up with that
Skills:
College Name: Vidyalankar Institute Of Technology

TCS Interview FAQs

How many rounds are there in TCS ASE interview?
TCS interview process usually has 3 rounds. The most common rounds in the TCS interview process are Aptitude Test, Coding Test and HR.
How to prepare for TCS ASE interview?
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 PLSQL, Unix, Automation, Shell Scripting and Backup.
What are the top questions asked in TCS ASE interview?

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

  1. What is oops, and what’s the difference between object oriented programming a...read more
  2. Difference between modular programming languages and Object oriented programmin...read more
  3. Basic questions on oops,some hands-on questions on basic programming, and proje...read more

Tell us how to improve this page.

TCS ASE Interview Process

based on 4 interviews

1 Interview rounds

  • Aptitude Test Round
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
TCS ASE Salary
based on 572 salaries
₹2.8 L/yr - ₹6 L/yr
25% less than the average ASE Salary in India
View more details

TCS ASE Reviews and Ratings

based on 92 reviews

3.7/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

2.7

Salary

4.5

Job security

3.7

Company culture

2.8

Promotions

3.0

Work satisfaction

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

₹1 L/yr - ₹9 L/yr

IT Analyst
67.5k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.3k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.9k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
28.9k salaries
unlock blur

₹8.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.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview