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 Company Website and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Build logic for Fibonacci series
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Declare variables for first two numbers of the series

    • Loop through the series and calculate the next number by adding the previous two

    • Store the result in an array

    • Return the array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For technical - As I’m from electrical Engineering some electrical questions some Final year project related Questions
HR - why IT , Tell me about yourself etc …..have good knowledge of everything you put on your resume

Skills evaluated in this interview

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

Round 1 - Coding Test 

Codevita competition

Round 2 - Technical 

(3 Questions)

  • Q1. Explain LinkedList add function
  • Ans. 

    LinkedList add function adds a new element to the end of the list.

    • The new element is added by creating a new node and setting its value to the input value.

    • If the list is empty, the new node becomes the head of the list.

    • If the list is not empty, traverse the list to find the last node and set its next pointer to the new node.

  • Answered by AI
  • Q2. Explain time complexity
  • Ans. 

    Time complexity refers to the amount of time taken by an algorithm to run as the input size increases.

    • It measures the efficiency of an algorithm.

    • It is usually expressed in Big O notation.

    • An algorithm with a lower time complexity is more efficient than one with a higher time complexity.

    • Examples of time complexities include O(1), O(n), O(n^2), O(log n), etc.

  • Answered by AI
  • Q3. What is stack and queue with real-world examples
  • Ans. 

    Stack and queue are data structures used to store and retrieve data in a specific order.

    • Stack is a Last-In-First-Out (LIFO) data structure. Example: a stack of plates.

    • Queue is a First-In-First-Out (FIFO) data structure. Example: a queue of people waiting in line.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Assistant System Engineer interview:
  • Data Structures
Interview preparation tips for other job seekers - I was given a chance to interview after Codevita, if you solve one question you get the normal ninja position. If you solve more than one you might consider for Digital profile as well. The interview isn't tough just be confident and have your basics clear, not much is expected from freshers. As I had gotten the chance for an interview from code vita most of the questions were about problem-solving, DS and algorithms.

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

Assistant System Engineer Interview Questions & Answers

user image Rohit Kanakannavar

posted on 29 Aug 2021

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

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself?
  • Q2. Explain your projects
  • Q3. Where do you see yourself after 5 years?
  • Q4. Being a mechanical engineer why do you want to join IT company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just try to explain everything as clear as possible in a normal way. Try to focus on basics of coding. And basics of your branch

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

Round 1 - Aptitude Test 

Basic aptitude and reasoning questions followes by some computer basics.

Round 2 - Coding Test 

2 Average level detailed coding questions which consists of a situation that is to be resolved and given input and output samples.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite and confident when you speak. Do not brag and only mention skills that you actually possess and can defend. Try and communicate with the interviewer rather than just answering their questions.

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 was interviewed before Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. OS Questions

    What is virtual memory?

    Scheduling algos

    Deadlock and its conditions

  • Q2. Loot Houses

    A thief wants to loot houses. He knows the amount of money in each house. He cannot loot two consecutive houses. Find the maximum amount of money he can loot.

    Input Format :
    The first line of...
  • Ans. Recursive Approach

    Suppose that the robber is at the ith house. The robber has two options:

    • If he decides to rob this house, then he cannot rob the next house, so he’ll have to go to the house after that.
    • If he decides not to rob this house, he has no restriction over choosing the next house.

    You will follow the same for the rest of the houses. Thus, if maxLoot(i) is the maximum loot possible when we’re at the ith house, t...

  • Answered by CodingNinjas
Round 2 - Face to Face 

(2 Questions)

Round duration - 20 minutes
Round difficulty - Medium

  • Q1. Technical Questions

    Normalization

    What is indexing in db?

    What are different oops concepts?

  • Q2. Yogesh And Primes

    Yogesh is a very intelligent student and is interested in research in Machine Learning domain. His college has only one professor, Mr. Peter working in that field. He approaches the profe...

  • Ans. Space Complexity: O(1)Explanation: Time Complexity: O(1)Explanation:
  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from University Institute of Engineering and Technology, Kurukshetra University. I applied for the job as Assistant System Engineer in DelhiEligibility criteriaAbove 6.5 cgpaTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, Pointers, AlgorithmTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Be focused and confident
Tip 2 : Practice daily

Application resume tips for other job seekers

Tip 1 : Have some projects on resume
Tip 2 : Do not put false things on resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Get interview-ready with Top TCS Interview Questions

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

Round 1 - Aptitude Test 

It was good

Round 2 - Technical 

(2 Questions)

  • Q1. Java basic questions
  • Q2. What is array ? what is linkedlist?
  • Ans. 

    An array is a collection of elements of the same data type stored in contiguous memory locations. A linked list is a linear data structure where each element is a separate object with a pointer to the next element.

    • Arrays can be accessed using index numbers.

    • Arrays have a fixed size determined at the time of declaration.

    • Examples of arrays include int[], char[], and string[].

    • Linked lists can grow or shrink dynamically.

    • Lin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for the interview, be confident enough to answer the questions .

Skills evaluated in this interview

I applied via campus placement at PSG College of Technology, Coimbatore and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Technical 

(1 Question)

  • Q1. Data structures, programming languages like c and sql queries were asked
Round 3 - HR 

(3 Questions)

  • Q1. Why should we hire you?
  • Ans. 

    I have the necessary skills, experience, and passion for the role of Assistant System Engineer.

    • I have a strong technical background and knowledge in system engineering.

    • I have successfully completed relevant certifications and training programs.

    • I have hands-on experience in implementing and maintaining system infrastructure.

    • I am a quick learner and adapt well to new technologies and tools.

    • I have excellent problem-solvin...

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving, attention to detail, and adaptability. My weaknesses include public speaking and impatience.

    • Strength: Problem-solving - I have a strong ability to analyze complex problems and find effective solutions.

    • Strength: Attention to detail - I am meticulous in my work and ensure that all tasks are completed accurately.

    • Strength: Adaptability - I am able to quickly adapt to new technologies a...

  • Answered by AI
  • Q3. Tell me about yourself.
  • Ans. 

    I am a dedicated and motivated Assistant System Engineer with a strong background in computer science and problem-solving skills.

    • Bachelor's degree in Computer Science

    • Proficient in programming languages such as Java and Python

    • Experience in system administration and troubleshooting

    • Strong analytical and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I would give my full effort in which ever technology I am into. I would take a fly away time to brush up the technology given.

Assistant System Engineer | System Engineer interview

user image Tech and Target

posted on 16 Nov 2021

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

Interview Questionnaire 

2 Questions

  • Q1. Basic programming
  • Q2. Static varible etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic level Apitutude questions

Round 2 - Coding Test 

2 coding questions. Easy to medium level difficulty. You have flexibility of choosing your coding language.

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical interview revolves around what you have mentioned in your CV. It will be related to projects you have mentioned.

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