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 86k Reviews

Filter interviews by

TCS Assistant System Engineer Interview Questions, Process, and Tips

Updated 24 Jan 2025

Top TCS Assistant System Engineer Interview Questions and Answers

  • Q1. Constellation Given a matrix ‘UNIVERSE’ with 3 rows and ‘N’ columns, with the characters { # , * , . } and these characters represent a cluster of stars and galaxies in s ...read more
  • Q2. Game in Space Ninja is in space with his super spaceship having unlimited fuel. Ninja initially has a health level ‘H’ and his spaceship has an armour ‘A’. He decides to ...read more
  • Q3. Given a string S(input consisting) of ‘*’ and ‘#’. The length of the string is variable. The task is to find the minimum number of ‘*’ or ‘#’ to make it a ...read more
View all 282 questions

TCS Assistant System Engineer Interview Experiences

422 interviews found

Interview Questionnaire 

1 Question

  • Q1. Total interview about the projects done in the related area

Interview Preparation Tips

Interview preparation tips for other job seekers - Good, total interview was about the projects done in the related area.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2022. 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 

1 hour, topics were mainly on quantitative maths

Round 3 - Coding Test 

Mainly on C++ or Java. Language is our choice

Round 4 - Technical 

(3 Questions)

  • Q1. Oops concept in Java
  • Ans. 

    Oops concept in Java refers to Object-Oriented Programming concepts such as inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • Encapsulation hides the implementation details of a class from other classes.

    • Abstraction allows the creation of ...

  • Answered by AI
  • Q2. Basic questions on Java
  • Q3. Famous brand logos and their meanings
  • Ans. 

    Famous brand logos have hidden meanings that represent their brand values and identity.

    • The Nike swoosh represents motion and speed.

    • The Apple logo is an apple with a bite taken out of it, symbolizing knowledge and innovation.

    • The McDonald's golden arches represent the letter M for McDonald's.

    • The FedEx logo has an arrow hidden between the letters E and X, representing speed and precision.

    • The Amazon logo has an arrow point...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Assistant System Engineer interview:
  • Java
  • SQL
  • Quantitative Analysis
Interview preparation tips for other job seekers - Be confident and try to answer all the questions. Prepare well for programming round.

Skills evaluated in this interview

Assistant System Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. ConstellationGiven a matrix ‘UNIVERSE’ with 3 rows and ‘N’ column ... read more
asked in TCS
Q2. Game in SpaceNinja is in space with his super spaceship having un ... read more
asked in TCS
Q3. Given a string S(input consisting) of ‘*’ and ‘#’. The le ... read more
asked in TCS
Q4. Prime Time AgainYou have been given two integers ‘DAY_HOURS’ and ... read more
asked in TCS
Q5. Maximize the sumYou are given two sorted arrays of distinct integ ... read more

I applied via Campus Placement and was interviewed before Dec 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was exactly like the Bank exams. Lesser time pressure, though. You can do well if you prepare for a few days.

Round 2 - Coding Test 

I didn't write even a single code, but I still got through. They basically add the Aptitude and coding scores in the NQT.

Round 3 - One-on-one 

(5 Questions)

  • Q1. They asked basic questions from Electronics as I am an Electronics Engineer
  • Q2. Asked about hobbies and my role model
  • Q3. Asked about what I think of the current state of Indian journalism
  • Q4. Write the program to check if a string is a palindrome or not
  • Ans. 

    This program checks if a given string is a palindrome or not.

    • A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • To check if a string is a palindrome, we can compare the characters from the beginning and end of the string.

    • If the characters match for all positions, the string is a palindrome.

    • We can ignore spaces, punctuation, and letter case while checking for

  • Answered by AI
  • Q5. Bubble sort algorithm
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Bubble sort has a time complexity of O(n^2)

    • It is not efficient for large datasets

    • It works by repeatedly swapping adjacent elements if they are in the wrong order

    • Example: [5, 3, 8, 4, 2] -> [3, 5, 4, 2, 8] -> [3, 4, 5, 2, 8] -> [3, 4, 2, 5, 8] -> [3, 2, 4, 5, 8] -> [2

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication is the only thing that matters. Even if you don't know much about coding, you will still get through.

Skills evaluated in this interview

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 Jan 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Conducted at TCS ion Campus which include quant, logical and verbal questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on pattern printing, domain, workshops and projects
  • Q2. Explain the workshops you have attended and the projects that you have done.
Round 3 - HR 

(1 Question)

  • Q1. Discussion on projects and hobbies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please have a good resume and prepare well. practice a lot of questions which are available online.

TCS interview questions for designations

 System Engineer

 (1.1k)

 Assistant System Analyst

 (5)

 System Assistant

 (1)

 System Engineer Hardware

 (68)

 System Software Engineer

 (3)

 System Engineer Analyst

 (2)

 Junior System Engineer

 (2)

 Linux System Engineer

 (1)

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

I applied via Company Website and was interviewed before Feb 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Three sections viz. Reading Comprehension, Logical Reasoning, and Quantitative Ability having individual cut-off

Round 3 - Coding Test 

This section consisted of two sections viz. Pseudo-code questions, and two coding problems with individual cut-offs

Round 4 - Technical 

(1 Question)

  • Q1. Technical Skills Interview
Round 5 - HR 

(1 Question)

  • Q1. Basic Details and Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be yourself. Everything will fall in place.

Get interview-ready with Top TCS Interview Questions

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 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Numericals,verbs,and general mathematics

Round 3 - Technical 

(1 Question)

  • Q1. Questions related to programming languages and basic computer related questions
Round 4 - HR 

(1 Question)

  • Q1. General question related to both personal and interpersonal skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics of all those things that I have mentioned above.Be confident with your communication and speak boldly
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

(1 Question)

  • Q1. In this round, candidates are tested for their aptitude and quantitative reasoning skills. Along with that coding questions were also there. Overall the test would be consisting questions within a difficul...
Round 3 - Interview 

(1 Question)

  • Q1. In this round, there were almost 3 interviewers. There were questions from technical topics, projects, HR, and basic questions regarding the Organization too.

Interview Preparation Tips

Topics to prepare for TCS Assistant System Engineer interview:
  • Data Structures
  • Database Management
  • C
  • C++
Interview preparation tips for other job seekers - Just be prepared with the things mentioned in the resume. Also, don't mention random things on resume if you aren't aware of that particular subject/topic.

Assistant System Engineer interview

user image Tech and Target

posted on 16 Nov 2021

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

I applied via Campus Placement and was interviewed before Jan 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude question on work time profit loss etc

Round 2 - Coding Test 

Basic programming questions checking concept on loops and recursion

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self Regarding projects and your role in it
  • Q2. Some basic tech questions on unix commands sql and python syntax

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy process just be good in basics.
Be fluent in english

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Introductions
  • Q2. Technical(simple) questions like: difference between drop and truncate in dbms, diff between bubble and selection sort, what is oops what are its properties, Inheritance and multilevel inheritance.. and so...
  • Q3. Hr questions like, why tcs, short term and long term goals, strength ,weakness,about relocation convinience, like this some more..you can find on google(just type hr interview questions for tcs)

Interview Preparation Tips

Interview preparation tips for other job seekers - Thats all 10 march was my written exam , 18 to 20 march interview, 23 march offer letter,5th april joining letter,15 march joining date.
Make yourself comfortable , if you ain't able to answer questions try to show them that you are very needy for this job role, you will work hard,..kinda begging, hopefully you all will get this JOB
Ayush

TCS Interview FAQs

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

Some of the top questions asked at the TCS Assistant System Engineer interview -

  1. What are the functions used in a particular co...read more
  2. What is linklist ? Write a code to insert a node at the beginning of lis...read more
  3. What are local variable and global variables? and their default values and prog...read more
How long is the TCS Assistant System Engineer interview process?

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

Tell us how to improve this page.

TCS Assistant System Engineer Interview Process

based on 138 interviews in last 1 year

4 Interview rounds

  • Aptitude Test Round
  • Technical Round
  • HR Round 1
  • HR Round 2
View more
TCS Assistant System Engineer Salary
based on 29.9k salaries
₹2.2 L/yr - ₹5.6 L/yr
At par with the average Assistant System Engineer Salary in India
View more details

TCS Assistant System Engineer Reviews and Ratings

based on 3.5k reviews

3.7/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

2.7

Salary

4.6

Job security

3.7

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 3.5k Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
67.7k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.2k 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.8k 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.7
Compare

Accenture

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview