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

Filter interviews by

TCS Assistant System Engineer Interview Questions, Process, and Tips

Updated 8 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 280 questions

TCS Assistant System Engineer Interview Experiences

418 interviews found

I applied via campus placement at Jawaharlal Nehru Technological University (JNTU) and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Like every other interview, mine also started with a "Tell me about yourself?" question.
  • Q2. They asked me basic questions on the programming languages that I mentioned in my resume like "Difference between structure and union?", "What is a dangling pointer?", "When do we use break and continue?",...
  • Q3. They asked me to write a code to print the triangle pattern of stars.
  • Q4. I was then asked few Managerial round questions like "How would I deal with work stress?" , "What do I know about office etiquettes?", "Am I team player?".
  • Q5. I passed the Technical Round and in the following HR round, I was again asked to give my brief introduction.
  • Q6. Based on the hobbies mentioned in my resume, I was asked what was the latest novel that I read and to give a summary of it.
  • Q7. I had a volunteering experience in teaching underprivileged children so I was asked to explain my work on that.
  • Q8. I was then asked about the presentations that I gave in my academic period.
  • Q9. In TR, I was asked about my Final year project and any courses or internships done like that.

Interview Preparation Tips

Interview preparation tips for other job seekers - I'd say decent communication skills and a good amount of confidence is the key to any interview. I answered "I don't know" for the questions I had no idea about instead of just bluffing anything. I communicated to them that I'll work on my theory more and answered them positively throughout my interview.
All the best for your next interview!

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

Interview Questionnaire 

2 Questions

  • Q1. Java OOP Concepts
  • Q2. Logical questions on recursion, Managerial questions on team collaboration and escalation process.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience.
OOP concepts and basics of SQL, Java, C for freshers,
Good English Communication is the key to success.
Keep it simple don’t complicate things, stay positive and happy even if you don’t know answer.

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 Sep 2021. There were 3 interview rounds.

Round 1 - Assignment 

Aptitude, Coding Test

Round 2 - Technical 

(1 Question)

  • Q1. Oops concept, Core Java
Round 3 - HR 

(1 Question)

  • Q1. Behavioral Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Preparing on your field with complete knowledge

I applied via campus placement at Shivaji University, Kolhapur and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is malloc calloc?
  • Ans. 

    malloc and calloc are functions used in C programming language to dynamically allocate memory.

    • malloc stands for memory allocation and is used to allocate a block of memory of specified size.

    • calloc stands for contiguous allocation and is used to allocate multiple blocks of memory of specified size.

    • Both functions return a pointer to the first byte of the allocated memory.

    • It is important to free the allocated memory using

  • Answered by AI
  • Q2. What is pointer in c?
  • Ans. 

    A pointer in C is a variable that stores the memory address of another variable.

    • Pointers are used to manipulate memory and create dynamic data structures.

    • They can be used to pass values by reference to functions.

    • Pointer arithmetic can be used to iterate over arrays and manipulate data.

    • Null pointers are used to indicate that a pointer does not point to a valid memory address.

  • Answered by AI
  • Q3. Why pointer is not in Java?
  • Ans. 

    Java doesn't have pointers because of security and memory allocation issues.

    • Java uses references instead of pointers.

    • Pointers can cause security vulnerabilities and memory leaks.

    • Java's garbage collector manages memory allocation automatically.

    • Java's lack of pointers makes it more secure and easier to use than languages like C++.

  • Answered by AI
  • Q4. What is your last year project?

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay clam, stay positive. They will hire you. Don't be oversmart infront of interview panel.

Skills evaluated in this interview

TCS interview questions for designations

 System Engineer

 (1.1k)

 Assistant System Analyst

 (5)

 System Assistant

 (1)

 System Engineer Hardware

 (67)

 System Software Engineer

 (3)

 Junior System Engineer

 (2)

 System Engineer Analyst

 (2)

 Linux System Engineer

 (1)

I applied via campus placement at Tatyasaheb Kore Institute of Engineering and Technology, Warananagar and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Name only one language you have mastery?
  • Q2. What is dangling pointer?
  • Ans. 

    A dangling pointer is a pointer that points to a memory location that has been deallocated or freed.

    • Dangling pointers occur when a pointer is not set to NULL after the memory it points to is freed.

    • Accessing a dangling pointer can lead to undefined behavior or crashes.

    • Dangling pointers can be avoided by setting pointers to NULL after freeing the memory they point to.

  • Answered by AI
  • Q3. What are the advantage and disadvantages of an array over Linked List?
  • Ans. 

    Arrays offer constant time access and efficient memory usage, but have fixed size. Linked lists have dynamic size but slower access.

    • Arrays provide constant time access to elements using index

    • Arrays have efficient memory usage as they store elements in contiguous memory locations

    • Arrays have a fixed size and cannot be easily resized

    • Linked lists have dynamic size and can grow or shrink as needed

    • Linked lists allow efficien...

  • Answered by AI
  • Q4. Ok that's enough about c now moving towards java, tell me oops concept?
  • Q5. HR:- Are you willing to work in night shifts?
  • Q6. What will you choose money or knowledge?
  • Q7. Yes, money is important to me, since it’s both a measure of my value and it helps me to take care of the personal needs in my life.But the opportunities for growth and advancement which would be offered to...

Interview Preparation Tips

Interview preparation tips for other job seekers - Well that's how my interview went N guess what a week after I got my offer letter. So I suggest you to put your knowledge infront of interviewer and express it in good manner and also be honest about your answers because they are judging you from the moment to enters into room. Thank you for giving me this opportunity to share my first interview experience👍🏻.

Skills evaluated in this interview

Get interview-ready with Top TCS Interview Questions

I applied via Company Website and was interviewed in Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1.  TECHNICAL ROUND. 1. Why TCS? 2. What are the things you have learnt from your last organization 3. Write a code to print prime numbers 4. What are data stru...

Interview Preparation Tips

Interview preparation tips for other job seekers - For my case I have to attend the aptitude test after clearing the same during interview if you are from technical background they give you a different date and the role is for Assistant System Engineer, not trainee , it was for ninja profile only . Interview is quiet easy if you know the basics. All the best!!

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

Round 1 - Aptitude Test 

Basic aptitude asked in all service based company

Round 2 - One-on-one 

(2 Questions)

  • Q1. String related question
  • Q2. General C questions ,DBMS

Interview Preparation Tips

Interview preparation tips for other job seekers - Have basic knowledge that's it . Easy to crack interview as fresher in service companh

Assistant System Engineer interview

user image The Communicators

posted on 29 Dec 2021

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

Round 1 - Coding Test 

General questions on C programming

Round 2 - Technical 

(1 Question)

  • Q1. Basics of programming and aptitude
Round 3 - HR 

(1 Question)

  • Q1. Basic introduction and some general HR round related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare the basics of any programming language solve some aptitude questions.
That will be enough to get selected at TCS.

I applied via Company Website and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Final year project, in detail explain design and justify the design.
  • Ans. 

    Designed a smart irrigation system using IoT technology.

    • The system uses sensors to detect soil moisture levels and weather conditions.

    • Data is transmitted to a microcontroller which controls the irrigation system.

    • The system is designed to conserve water and reduce manual labor.

    • The design was justified by its potential to save water and increase crop yield.

  • Answered by AI
  • Q2. What is OOPS, explain the basic principles of OOPS.
  • Ans. 

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

    • OOPS is based on four basic principles: Encapsulation, Inheritance, Polymorphism, and Abstraction.

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

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

    • Polymorphism allows objects o...

  • Answered by AI
  • Q3. What is cloud, types of cloud.
  • Ans. 

    Cloud refers to the delivery of computing services over the internet. There are three types of cloud: public, private, and hybrid.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection

    • Public cloud services are provided by third-party companies like Amazon Web Services and Microsoft Azure

    • Private cloud services are operated solely for a single organization

    • Hybrid cloud combi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the projects and internship/ certification mentioned in resume.

Skills evaluated in this interview

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 Aptitude Test, Technical 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 137 interviews in last 1 year

4 Interview rounds

  • Aptitude Test Round
  • Technical Round
  • HR Round 1
  • HR Round 2
View more

People are getting interviews through

based on 244 TCS interviews
Campus Placement
Company Website
Job Portal
WalkIn
Referral
38%
36%
11%
7%
2%
6% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
TCS Assistant System Engineer Salary
based on 31.3k 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.8/5

Rating in categories

3.5

Skill development

3.9

Work-Life balance

2.7

Salary & Benefits

4.7

Job Security

3.7

Company culture

2.7

Promotions/Appraisal

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.9k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
31.3k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
28.6k salaries
unlock blur

₹8.9 L/yr - ₹31.9 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview