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

Updated 20 Jan 2025

Top TCS Associate Engineer Interview Questions and Answers

  • Q1. How do you approach problem-solving, and can you provide a specific situation where your leadership skills have benefited you?
  • Q2. The ratio of a:b is 5:6 and ratio of b:c is 7:9 what was an ratio of a and b
  • Q3. What is Oops ? What is class? What is Exception? How do we Handle Exception?
View all 22 questions

TCS Associate Engineer Interview Experiences

38 interviews found

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

Basic aptitude is enough

Round 2 - Coding Test 

Dsa medium level is enough

Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. About company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was easy, logical, maths and English questions were asked

Round 2 - Coding Test 

Two coding questions where asked

Round 3 - Technical 

(1 Question)

  • Q1. Technical questions related to 4th year project were asked also had HR and managerial interview in same round

Associate Engineer Interview Questions Asked at Other Companies

asked in Nagarro
Q1. Count Ways To Reach The N-th Stair Problem Statement You are give ... read more
asked in Nagarro
Q2. Trailing Zeros in Factorial Problem Find the number of trailing z ... read more
asked in Nagarro
Q3. Convert First Letter to Upper Case Given a string STR, transform ... read more
asked in Tata Steel
Q4. What are the test done during maintenance of a power transformer?
asked in Tata Steel
Q5. how to control the speed of an EOT crane without VFD?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Jamia Milia Islamia (JMI) and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy questions on aptitude and from English language

Round 2 - Coding Test 

Easy to moderate two coding questions mostly from arrays and strings

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

I applied via Walk-in and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Nqt test conducted and needed to attempt all questions

Round 2 - Technical 

(2 Questions)

  • Q1. How to execute Java program
  • Ans. 

    To execute a Java program, compile the source code using the javac command and then run the compiled code using the java command.

    • Open a command prompt or terminal

    • Navigate to the directory where the Java source code file is located

    • Compile the source code using the javac command: javac YourProgram.java

    • Run the compiled code using the java command: java YourProgram

    • Ensure that the Java Development Kit (JDK) is installed and

  • Answered by AI
  • Q2. Explain abt oops concept
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm that organizes code into objects with properties and behaviors.

    • OOP focuses on creating reusable code by using classes and objects.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Encapsulation hides the internal details of an object and provides a public interface.

    • Inheritance allows classes to inherit properties and behaviors from other c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

Skills evaluated in this interview

TCS interview questions for designations

 Associate

 (60)

 Associate Software Engineer

 (93)

 Associate Systems Engineer

 (63)

 Associate DevOps Engineer

 (1)

 Associate Engineer Trainee

 (1)

 Process Associate

 (128)

 Senior Associate

 (54)

 Business Associate

 (14)

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

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was Easy round with aptitude questions

Round 2 - Coding Test 

The coding questions were leetcode easy level

Round 3 - HR 

(1 Question)

  • Q1. Normal HR Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for your preparation

Get interview-ready with Top TCS Interview Questions

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

I applied via Referral and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

Mid level leetcode question

Round 3 - Technical 

(2 Questions)

  • Q1. What project you have worked on
  • Q2. Tell me about llm models
  • Ans. 

    LLM models are a type of machine learning model that combines both labeled and unlabeled data for training.

    • LLM stands for Labeled Labeled Model

    • They are used in semi-supervised learning where only a small portion of the data is labeled

    • LLM models can improve performance by leveraging the unlabeled data to learn more about the underlying structure of the data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - clear with basics and familiar with all things mention in resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2023. There were 4 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 

Ratio proportion, percentage,ages,data interputation

Round 3 - Coding Test 

C and c++ programming

Round 4 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Why should I hire you?
  • Q3. Do you have any internship experience?
  • Q4. Asked about the previous Last projects
  • Q5. What keep you motivate
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at FISAT Federal Institute of Science and Technology, Kochi and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

NQT test was easy. Most of the aptitude questions were okay

Round 2 - One-on-one 

(2 Questions)

  • Q1. What do you know about OOPS concepts
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming principles such as inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Parent class 'Animal' and child class 'Dog'.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class 'Car' with private variables and public methods.

    • Polymorph...

  • Answered by AI
  • Q2. Write a sorting program
  • Ans. 

    A sorting program to sort an array of strings

    • Use a sorting algorithm like bubble sort, selection sort, or quicksort

    • Compare strings using strcmp() function in C or compareTo() method in Java

    • Handle edge cases like empty array or array with only one element

  • Answered by AI

Skills evaluated in this interview

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

I applied via AmbitionBox and was interviewed before Oct 2022. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain cache memory
  • Ans. 

    Cache memory is a small, high-speed memory unit located between the CPU and main memory, used to store frequently accessed data and instructions.

    • Cache memory is faster than main memory, allowing for quicker access to data.

    • It helps improve overall system performance by reducing the time needed to access data.

    • There are different levels of cache memory (L1, L2, L3) with varying sizes and speeds.

    • Examples of cache memory in

  • Answered by AI
  • Q2. Bubble and insertion sort
  • Q3. Explain objects and classes
  • Ans. 

    Objects are instances of classes in object-oriented programming, representing real-world entities with properties and behaviors.

    • Objects are instances of classes, which act as blueprints for creating objects.

    • Classes define the properties and behaviors of objects.

    • Objects can have attributes (properties) and methods (behaviors).

    • Example: Class 'Car' defines properties like 'color' and 'model', and methods like 'drive' and ...

  • Answered by AI
  • Q4. Explain Polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is called with.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Animal class with methods like eat() can be inherited by classes like Dog and Cat, which can override

  • Answered by AI
  • Q5. OOPs, DBMS related

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Aptitude is about 20 questions and are average

Round 2 - Coding Test 

Aptitude has 20 questions and is very easy to answer and they are basic questions

Round 3 - Coding Test 

Coding has 2 questions and have moderate level of asking

TCS Interview FAQs

How many rounds are there in TCS Associate Engineer 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 Associate Engineer interview?

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

  1. How do you approach problem-solving, and can you provide a specific situation w...read more
  2. The ratio of a:b is 5:6 and ratio of b:c is 7:9 what was an ratio of a an...read more
  3. What is Oops ? What is class? What is Exception? How do we Handle Excepti...read more
How long is the TCS Associate Engineer interview process?

The duration of TCS Associate Engineer interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

TCS Associate Engineer Interview Process

based on 31 interviews

4 Interview rounds

  • Aptitude Test Round
  • Coding Test Round - 1
  • Coding Test Round - 2
  • HR Round
View more
TCS Associate Engineer Salary
based on 546 salaries
₹1.9 L/yr - ₹8.3 L/yr
19% less than the average Associate Engineer Salary in India
View more details

TCS Associate Engineer Reviews and Ratings

based on 82 reviews

3.9/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.1

Salary

4.6

Job security

3.8

Company culture

2.9

Promotions

3.6

Work satisfaction

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

₹1 L/yr - ₹9 L/yr

IT Analyst
66.7k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.5k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 L/yr - ₹5.8 L/yr

Associate Consultant
29.4k salaries
unlock blur

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