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 Interview Questions and Answers for Freshers

Updated 18 Apr 2025

TCS ASE Interview Experiences for Freshers

3 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 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. Import java.util.*; class Solution { public static int solve (int arr[], int n) { PriorityQueue queue = new PriorityQueue(); for (int i = 0; i < n; i++) queue.add (arr[i]); int sum = 0, temp1, temp2; while (queue.size () >= 2) { temp1 = queue.poll (); temp2 = queue.poll (); sum += temp1 + temp2; queue.add (temp1 + temp2); } return sum; } public static void main (String[]args...
  • Answered by PrepInsta
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.

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

ASE Interview Questions Asked at Other Companies for Fresher

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 LTIMindtree
Q3. Write a program to list all prime numbers within a specified rang ... read more
asked in LTIMindtree
Q4. Tell me about a deadlock algorithm.
asked in LTIMindtree
Q5. What does deadlock mean?

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

Interview questions from similar companies

ASE Interview Questions & Answers

Accenture user image darshan Sr

posted on 8 Jun 2021

Interview Questionnaire 

1 Question

  • Q1. How to crack accenture interview
  • Ans. 

    Prepare thoroughly, showcase skills, and demonstrate cultural fit to succeed in an Accenture interview.

    • Research Accenture's values and recent projects to align your answers with their mission.

    • Practice common interview questions like 'Tell me about yourself' and 'Why Accenture?'.

    • Prepare examples of your past experiences using the STAR method (Situation, Task, Action, Result).

    • Demonstrate your problem-solving skills throu...

  • Answered by AI

What people are saying about TCS

View All
a digital marketer
6d
Do you think they're gonna work on employees' work-life balance, OR for just publicity?
Infosys, Infosys, TCS, Genpact Revise Workplace Policies Infosys is sending a warning mail, if an employee overshoots the daily limit while working remotely, the system triggers a notification Genpact introduced a new policy to log in before 11 am But will these companies really change, or is it just a show to mask their issues?
FeedCard Image
Got a question about TCS?
Ask anonymously on communities.

ASE Interview Questions & Answers

Accenture user image Anonymous

posted on 24 Sep 2017

I appeared for an interview before Sep 2016.

Interview Questionnaire 

2 Questions

  • Q1. Being an EC student why do you want to join an IT company?
  • Ans. 

    As an EC student, I want to join an IT company to apply my technical skills in a practical setting and contribute to innovative projects.

    • Opportunity to work on cutting-edge technologies

    • Chance to apply my knowledge of programming and data analysis

    • Desire to be part of a dynamic and fast-paced industry

    • Potential for career growth and development

    • Interest in exploring the intersection of electronics and information technolog...

  • Answered by AI
  • Q2. What will be your response to the project that is not located to a place within your comfort zone?
  • Ans. 

    I would embrace the opportunity and adapt to the new environment.

    • Express enthusiasm and willingness to step out of comfort zone

    • Highlight adaptability and ability to learn new things

    • Provide examples of previous experiences where you successfully tackled unfamiliar projects

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The questions were really good, they required only your focus and practice.
Tips: This round required practices and proper focus.
Duration: 1 hour
Total Questions: 30

Round: Technical + HR Interview
Experience: I was very much worried about the interview as it was my first one. When I entered the interviewers were really nice and made me feel comfortable. After 5 mins there was no stress left, it was a healthy conversation that left me with a great experience.
Tips: For this round, you really need to be chilled out because the more stress free you will be, the more comfortably you will answer the questions and the interviewers will be able to see the real you in the conversation.

Skills: Communication And Confidence, Knowledge About The Company
College Name: Mody University Of Science And Technology, Sikar

ASE Interview Questions & Answers

Accenture user image Anonymous

posted on 11 May 2018

Interview Preparation Tips

Round: Resume Shortlist
Experience: 60% or 6 cgpa
No gaps

Round: Test
Experience: Reasoning &Aptitude & General English

ASE Interview Questions & Answers

Accenture user image Anonymous

posted on 12 Jan 2021

I applied via Referral and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First round was aptitude round in which there are 6 section : Verbal , Quantitative, Computer Network , Pseudocode, Ms Word and Logical section which has their own sectional cut-off. It was an elimination ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with your project and soft skills and everything you mention in your CV .They generally focus on team work so frame your answer in such a way that looks like you are a team player
Are these interview questions helpful?

ASE Interview Questions & Answers

Accenture user image Anonymous

posted on 26 Sep 2021

I applied via Campus Placement and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. All HR related Question. No technical question was asked.
  • Q2. Tell me about your project
  • Q3. Challenges you faced in project and how did you overcome them?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Prepare your answers well. Always smile during the interview.

ASE Interview Questions & Answers

Accenture user image Anonymous

posted on 29 Dec 2021

I applied via Campus Placement and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Most of the questions were related to the projects that i mentioned in my resume.for eg:Technology used in the project?Is the project feasible?Questions about the code used in the project

Interview Preparation Tips

Interview preparation tips for other job seekers - Top priority is given to the projects that you have mentioned in your resume.

ASE Interview Questions & Answers

Accenture user image Anonymous

posted on 19 Apr 2021

Interview Questionnaire 

9 Questions

  • Q1. Tell me about yourself?
  • Q2. Justify your strengths?
  • Q3. What challenges have you faced during ur academic projects and how did u handle them?
  • Q4. What did you learn from your projects?
  • Q5. What is your least preferred subject? How did u overcome that?
  • Q6. Why Accenture?
  • Q7. Are u a team leader?
  • Q8. Do u hv any certifications?
  • Q9. Do u hv any questions for us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate more on ur resume and also on ur communication.

TCS Interview FAQs

How many rounds are there in TCS ASE interview for freshers?
TCS interview process for freshers usually has 2-3 rounds. The most common rounds in the TCS interview process for freshers are Aptitude Test, Resume Shortlist and HR.
How to prepare for TCS ASE interview for freshers?
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 for freshers?

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

  1. Difference between modular programming languages and Object oriented programmin...read more
  2. What is oops, and what’s the difference between object oriented programming a...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.

Overall Interview Experience Rating

3/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
LTIMindtree Interview Questions
3.7
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.5k Interviews
View all
TCS ASE Salary
based on 573 salaries
₹2.8 L/yr - ₹5 L/yr
27% less than the average ASE Salary in India
View more details

TCS ASE Reviews and Ratings

based on 93 reviews

3.7/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

2.6

Salary

4.6

Job security

3.7

Company culture

2.6

Promotions

2.9

Work satisfaction

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

₹3.9 L/yr - ₹8.3 L/yr

IT Analyst
65.5k salaries
unlock blur

₹7.7 L/yr - ₹12.7 L/yr

AST Consultant
53.6k salaries
unlock blur

₹12 L/yr - ₹20.6 L/yr

Assistant System Engineer
33.2k salaries
unlock blur

₹2.5 L/yr - ₹6.4 L/yr

Associate Consultant
33k salaries
unlock blur

₹16.2 L/yr - ₹28 L/yr

Explore more salaries
Compare TCS with

Amazon

4.0
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

3.7
Compare
write
Share an Interview