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

Filter interviews by

TCS Associate System Engineer Trainee Interview Questions, Process, and Tips for Experienced

Updated 22 Jul 2021

TCS Associate System Engineer Trainee Interview Experiences for Experienced

1 interview found

I applied via Company Website and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Tell me About Yourself
  • Q2. Tell Me about Your project
  • Q3. What are the programming Languages you known well
  • Ans. 

    I am proficient in Java, Python, and C++.

    • Java - object-oriented language used for developing desktop and web applications

    • Python - high-level language used for scripting, data analysis, and web development

    • C++ - general-purpose language used for system programming and game development

  • Answered by AI
  • Q4. WAP in C to find number is prime or not
  • Ans. 

    WAP in C to check if a number is prime or not

    • Take input from user

    • Loop from 2 to n/2 and check if n is divisible by any number

    • If divisible, then not prime. Else, prime

    • Print the result

  • Answered by AI
  • Q5. WAP in c to find the reverse of a number
  • Ans. 

    WAP in C to find the reverse of a number

    • Take input number from user

    • Initialize a variable to store the reverse of the number

    • Use a while loop to extract the last digit of the number and add it to the reverse variable

    • Divide the number by 10 to remove the last digit

    • Repeat until the number becomes 0

    • Print the reverse of the number

  • Answered by AI
  • Q6. Wap in C to find a number is palindrome or not
  • Ans. 

    Program to check if a number is palindrome or not in C language.

    • Take an integer input from the user.

    • Store the input in a separate variable.

    • Reverse the input number.

    • Compare the reversed number with the original number.

    • If both are equal, then the number is a palindrome.

    • If not, then the number is not a palindrome.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How ls command works?
  • Ans. 

    ls command is used to list files and directories in a directory.

    • ls command stands for 'list'.

    • It displays the names of files and directories in the current directory by default.

    • Options can be used with ls command to customize the output, such as -l for long listing format or -a to show hidden files.

    • Example: 'ls -l' will display files and directories in long listing format.

  • Answered by AI
  • Q2. How DNS works ?
  • Ans. 

    DNS translates domain names to IP addresses to locate resources on the internet.

    • DNS servers store records mapping domain names to IP addresses

    • When a user enters a domain name, their device queries a DNS server to resolve it

    • DNS uses a hierarchical system with top-level domains like .com or .org

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Unix system

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Long term goal details
Round 2 - Technical 

(2 Questions)

  • Q1. Questions about Azure ad licence
  • Q2. Azure AD connect software related queries
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Do you know what is verification?
  • Ans. 

    Verification is the process of evaluating whether a system or component meets specified requirements and criteria.

    • Verification involves checking if the system is being built right.

    • It focuses on ensuring that the software is being developed according to the requirements.

    • Examples of verification activities include code reviews, walkthroughs, and inspections.

  • Answered by AI
  • Q2. Do you know anything about ISO 13485?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Related to process
  • Q2. Technology used in previous company
  • Ans. 

    At my previous company, we used a variety of technologies including AWS, Docker, Kubernetes, Jenkins, and Ansible.

    • AWS (Amazon Web Services) for cloud computing services

    • Docker for containerization of applications

    • Kubernetes for container orchestration

    • Jenkins for continuous integration and continuous deployment

    • Ansible for automation of IT tasks

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Hirepro and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About Dh systems and infrastructure base systems.. Tell about your previous experience
Round 2 - Coding Test 

1)Binary searching
2) cloud technology

Round 3 - Communication 

(2 Questions)

  • Q1. Hear and communicate automated portal based
  • Q2. Just be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(1 Question)

  • Q1. Network specialist
Round 3 - Technical 

(1 Question)

  • Q1. Network specialist
Round 4 - Technical 

(1 Question)

  • Q1. Network specialist
Round 5 - Case Study 

Network architecture

Round 6 - Technical 

(1 Question)

  • Q1. Network specialist
Round 7 - HR 

(1 Question)

  • Q1. Personal preference
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 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 - HR 

(2 Questions)

  • Q1. What Permission applied on types
  • Ans. 

    Permissions applied on types determine the level of access and actions that can be performed on them.

    • Permissions can be applied to various types such as files, folders, databases, etc.

    • Examples of permissions include read, write, execute, delete, modify, etc.

    • Permissions can be granted to individual users or groups of users.

    • Permissions can be inherited from parent objects or explicitly set on individual objects.

  • Answered by AI
  • Q2. What is a file ?
  • Ans. 

    A file is a collection of data or information that is stored on a computer or other digital device.

    • A file can contain text, images, audio, video, or any other type of digital data.

    • Files are organized into directories or folders for easy access and management.

    • Files can be created, edited, moved, copied, and deleted by users or programs.

    • Examples of files include documents, spreadsheets, presentations, photos, music, and

  • Answered by AI

Interview Preparation Tips

Topics to prepare for HCLTech System Administrator interview:
  • User management
  • Permission
  • LVM
  • Yum
  • Apeche
  • Samba Server
  • Group Management
  • Active Directory
Interview preparation tips for other job seekers - Make use of networking and both online and non-online job search opportunities. Use a resume builder to write a one-page, job-tailored resume that makes it past ATS. Proofread and make sure there are no typos or grammatical errors. Go to interviews early, rested, and with a positive attitude.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Aptitude TesT - logically things, IQ level

Round 3 - Group Discussion 

Given one topic. Need to discussion. And Debet

Round 4 - Technical 

(2 Questions)

  • Q1. Technically Question
  • Q2. Topology, Network, IP address, Sub net mast, Java, DBA, C , C++
Round 5 - HR 

(1 Question)

  • Q1. Overall about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare yourself…There is too much competition..
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Jul 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. What is Networking how dns cluster works in Linux?
  • Ans. 

    Networking is the practice of connecting devices to share resources. DNS cluster in Linux is a group of DNS servers that work together.

    • Networking involves connecting devices to share resources such as files, printers, and internet access.

    • DNS cluster in Linux is a group of DNS servers that work together to provide high availability and load balancing for DNS queries.

    • DNS cluster can be configured using tools like BIND an...

  • Answered by AI
  • Q2. What are backups? what are ports?
  • Ans. 

    Backups are copies of data that can be used to restore the original data in case of data loss or corruption. Ports are communication endpoints used for network connections.

    • Backups are essential for data recovery in case of disasters or system failures

    • Ports are identified by numbers and are used to establish connections between devices

    • Common ports include HTTP (80), HTTPS (443), SSH (22), FTP (21), etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Networking, backups, ports, firewalls, cluster knowledge is good to have skills in the interview process

Skills evaluated in this interview

TCS Interview FAQs

How many rounds are there in TCS Associate System Engineer Trainee interview for experienced candidates?
TCS interview process for experienced candidates usually has 4 rounds. The most common rounds in the TCS interview process for experienced candidates are Technical, HR and Resume Shortlist.
What are the top questions asked in TCS Associate System Engineer Trainee interview for experienced candidates?

Some of the top questions asked at the TCS Associate System Engineer Trainee interview for experienced candidates -

  1. What are the programming Languages you known w...read more
  2. Wap in C to find a number is palindrome or ...read more
  3. WAP in c to find the reverse of a num...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
TCS Associate System Engineer Trainee Salary
based on 260 salaries
₹3 L/yr - ₹4.4 L/yr
8% more than the average Associate System Engineer Trainee Salary in India
View more details

TCS Associate System Engineer Trainee Reviews and Ratings

based on 25 reviews

4.4/5

Rating in categories

4.1

Skill development

4.5

Work-life balance

3.3

Salary

4.8

Job security

4.5

Company culture

2.8

Promotions

3.9

Work satisfaction

Explore 25 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.7k 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