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 System Administrator Interview Questions and Answers

Updated 5 Apr 2025

26 Interview questions

A System Administrator was asked 2mo ago
Q. What are the main modules in system administration?
Ans. 

Key modules in system administration include user management, system monitoring, security, and backup management.

  • User Management: Creating, modifying, and deleting user accounts and permissions.

  • System Monitoring: Using tools like Nagios or Zabbix to track system performance.

  • Security Management: Implementing firewalls and antivirus solutions to protect systems.

  • Backup Management: Regularly scheduling backups using t...

A System Administrator was asked 2mo ago
Q. What is a system administrator?
Ans. 

A System Administrator manages and maintains computer systems, networks, and servers to ensure optimal performance and security.

  • Responsible for installing, configuring, and maintaining operating systems and software applications.

  • Monitors system performance and troubleshoots issues to ensure uptime and reliability.

  • Manages user accounts, permissions, and access controls to maintain security.

  • Performs regular backups ...

System Administrator Interview Questions Asked at Other Companies

asked in Wipro
Q1. 2. What is Cloud Technology. What is Microsoft Intune. If we can ... read more
asked in Wipro
Q2. What is Apple Push Notification service (APNS)? Suppose I didn't ... read more
asked in Wipro
Q3. A user has received a zip file in Outlook, which is a managed app ... read more
asked in Wipro
Q4. If this job required you to learn a new programming language, wha ... read more
asked in Infosys
Q5. How do you create a Repository file or YUM client configuration?
A System Administrator was asked 6mo ago
Q. What are the various types of RC in TR?
Ans. 

Various types of RC in TR include Remote Control, Release Candidate, and Root Cause.

  • Remote Control: Refers to controlling a device or system from a distance.

  • Release Candidate: A version of software that is ready for testing before final release.

  • Root Cause: The underlying cause of a problem or issue.

A System Administrator was asked 9mo ago
Q. What is LVM and how do you resize it?
Ans. 

LVM (Logical Volume Manager) is a tool used to manage disk space by creating logical volumes from physical volumes.

  • LVM allows for dynamic resizing of logical volumes without the need to unmount the filesystem

  • To resize an LVM volume, first resize the filesystem within the volume, then resize the logical volume itself

  • Use commands like lvextend and resize2fs to resize LVM volumes

What people are saying about TCS

View All
a digital marketer
3d
Do you think they're gonna work on employees' work-life balance, OR for just publicity?
Infosys, Infosys, TCS, Genpact Revise Workplace Policies Infosys is sending a warning mail, if an employee overshoots the daily limit while working remotely, the system triggers a notification Genpact introduced a new policy to log in before 11 am But will these companies really change, or is it just a show to mask their issues?
FeedCard Image
Got a question about TCS?
Ask anonymously on communities.
A System Administrator was asked 9mo ago
Q. What are file permissions and scripts?
Ans. 

File permissions determine who can access, modify, or execute files on a system. Scripts are executable files containing a series of commands.

  • File permissions control access to files and directories on a system

  • There are three types of permissions: read, write, and execute

  • Permissions are set for three categories of users: owner, group, and others

  • Scripts are executable files that contain a series of commands to be e...

A System Administrator was asked 9mo ago
Q. What are logical volumes, volume groups, and physical volumes?
Ans. 

Logical volume, group, and physical volume are components of logical volume management used in storage systems.

  • Logical volume: A virtual storage device created by combining multiple physical volumes.

  • Volume group: A collection of physical volumes grouped together to form a pool of storage.

  • Physical volume: A physical storage device such as a hard drive or SSD that is part of a volume group.

  • Example: In Linux, Logical...

A System Administrator was asked 9mo ago
Q. What is network bonding?
Ans. 

Network bonding is the process of combining multiple network interfaces together to increase bandwidth and provide redundancy.

  • Network bonding is also known as link aggregation or port trunking.

  • It can be used to increase network throughput by combining the bandwidth of multiple interfaces.

  • Provides fault tolerance by ensuring network connectivity even if one interface fails.

  • Common bonding modes include active-backup...

Are these interview questions helpful?
A System Administrator was asked 11mo ago
Q. Explain the Python concepts you know.
Ans. 

Python concepts include data types, loops, functions, classes, and libraries.

  • Data types: int, float, str, list, tuple, dict, set

  • Loops: for loop, while loop

  • Functions: defining functions, passing arguments, returning values

  • Classes: creating classes, defining methods, inheritance

  • Libraries: importing and using libraries like math, os, and datetime

A System Administrator was asked
Q. Write an SQL query to create a table.
Ans. 

Creating a table in SQL involves defining its structure, including columns, data types, and constraints.

  • Use the CREATE TABLE statement to define a new table.

  • Specify column names and their data types, e.g., 'id INT', 'name VARCHAR(100)'.

  • Add constraints like PRIMARY KEY, NOT NULL, and UNIQUE for data integrity.

  • Example: CREATE TABLE users (id INT PRIMARY KEY, name VARCHAR(100) NOT NULL);

  • You can also define foreign ke...

A System Administrator was asked
Q. What are the core principles of Object-Oriented Programming (OOP) in Java?
Ans. 

Java OOP concepts include encapsulation, inheritance, polymorphism, and abstraction, essential for object-oriented programming.

  • Encapsulation: Bundling data and methods. Example: A class 'Car' with attributes like 'speed' and methods like 'accelerate()'.

  • Inheritance: Deriving new classes from existing ones. Example: 'ElectricCar' inherits from 'Car'.

  • Polymorphism: Ability to take many forms. Example: Method overloadi...

TCS System Administrator Interview Experiences

31 interviews found

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About basic linux Architecture
  • Q2. About linux storage
Round 2 - One-on-one 

(2 Questions)

  • Q1. About my current project
  • Q2. About shell scripting
Round 3 - HR 

(2 Questions)

  • Q1. About myself and my work experience
  • Q2. About relocation and shifts
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is lnode, filesystem
  • Ans. 

    lnode is a data structure representing a file or directory in a filesystem.

    • lnode contains metadata about the file or directory, such as permissions, owner, size, and timestamps.

    • Filesystems organize and manage data on storage devices, providing a way to store, retrieve, and manage files.

    • Examples of filesystems include ext4, NTFS, and FAT32.

  • Answered by AI
  • Q2. What is lvm and how to redize it
  • Ans. 

    LVM (Logical Volume Manager) is a tool used to manage disk space by creating logical volumes from physical volumes.

    • LVM allows for dynamic resizing of logical volumes without the need to unmount the filesystem

    • To resize an LVM volume, first resize the filesystem within the volume, then resize the logical volume itself

    • Use commands like lvextend and resize2fs to resize LVM volumes

  • Answered by AI
  • Q3. What is logical volume , group and physical volume
  • Ans. 

    Logical volume, group, and physical volume are components of logical volume management used in storage systems.

    • Logical volume: A virtual storage device created by combining multiple physical volumes.

    • Volume group: A collection of physical volumes grouped together to form a pool of storage.

    • Physical volume: A physical storage device such as a hard drive or SSD that is part of a volume group.

    • Example: In Linux, Logical Volu...

  • Answered by AI
  • Q4. What isfile oernission and scrip
  • Ans. 

    File permissions determine who can access, modify, or execute files on a system. Scripts are executable files containing a series of commands.

    • File permissions control access to files and directories on a system

    • There are three types of permissions: read, write, and execute

    • Permissions are set for three categories of users: owner, group, and others

    • Scripts are executable files that contain a series of commands to be execut...

  • Answered by AI
  • Q5. What is network bonding
  • Ans. 

    Network bonding is the process of combining multiple network interfaces together to increase bandwidth and provide redundancy.

    • Network bonding is also known as link aggregation or port trunking.

    • It can be used to increase network throughput by combining the bandwidth of multiple interfaces.

    • Provides fault tolerance by ensuring network connectivity even if one interface fails.

    • Common bonding modes include active-backup, bal...

  • Answered by AI

Skills evaluated in this interview

System Administrator Interview Questions & Answers

user image Swetha Soundar

posted on 19 Jul 2024

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

Normal aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Why are you joining tcs
  • Q2. Explain concepts you know in python
  • Ans. 

    Python concepts include data types, loops, functions, classes, and libraries.

    • Data types: int, float, str, list, tuple, dict, set

    • Loops: for loop, while loop

    • Functions: defining functions, passing arguments, returning values

    • Classes: creating classes, defining methods, inheritance

    • Libraries: importing and using libraries like math, os, and datetime

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced System Administrator with a strong background in network administration and troubleshooting.

    • Over 5 years of experience in managing and maintaining IT systems

    • Skilled in network configuration, security, and troubleshooting

    • Proficient in server administration and virtualization technologies

    • Strong problem-solving and communication skills

    • Certified in Cisco CCNA and Microsoft MCSA

  • Answered by AI
  • Q2. Share your previous experience
  • Ans. 

    I have 5 years of experience as a System Administrator in a large corporate environment.

    • Managed and maintained servers, networks, and security systems

    • Troubleshooted hardware and software issues for end users

    • Implemented backup and disaster recovery plans

    • Upgraded systems and software to improve efficiency

    • Provided technical support and training to staff members

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Active Directory
  • Q2. Group policy , How to implement them
  • Ans. 

    Group policies are implemented through Active Directory to manage user and computer settings in a network environment.

    • Create a new Group Policy Object (GPO) in Active Directory

    • Link the GPO to the appropriate Organizational Unit (OU)

    • Configure the settings within the GPO using Group Policy Management Console (GPMC)

    • Apply the GPO to the desired users or computers

    • Use Group Policy Preferences to deploy settings like mapped d...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly get the knowledge of Gpo , Sccm and Ad for sys admin

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

The coding question are come under the real time scenerios and we can create the program in any langauage

Round 2 - Technical 

(3 Questions)

  • Q1. Introduction about your self
  • Ans. You can give a brief idea about your selft
  • Answered by Sachin SH
  • Q2. Java Oops cancept
  • Ans. 

    Java OOP concepts include encapsulation, inheritance, polymorphism, and abstraction, essential for object-oriented programming.

    • Encapsulation: Bundling data and methods. Example: A class 'Car' with attributes like 'speed' and methods like 'accelerate()'.

    • Inheritance: Deriving new classes from existing ones. Example: 'ElectricCar' inherits from 'Car'.

    • Polymorphism: Ability to take many forms. Example: Method overloading wi...

  • Answered by AI
  • Q3. Sql creating the table
  • Ans. 

    Creating a table in SQL involves defining its structure, including columns, data types, and constraints.

    • Use the CREATE TABLE statement to define a new table.

    • Specify column names and their data types, e.g., 'id INT', 'name VARCHAR(100)'.

    • Add constraints like PRIMARY KEY, NOT NULL, and UNIQUE for data integrity.

    • Example: CREATE TABLE users (id INT PRIMARY KEY, name VARCHAR(100) NOT NULL);

    • You can also define foreign keys to...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Different Linux Commands and their use cases
  • Ans. 

    Various Linux commands and their use cases

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • cp - copy files and directories

    • mv - move or rename files and directories

    • rm - remove files and directories

    • grep - search for patterns in files

    • chmod - change file permissions

    • ps - display information about running processes

    • top - display and update sorted information about processes

    • df - report file system ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Are you fine with rotational shifts?
  • Q2. Are you willing to relocate?

Skills evaluated in this interview

System Administrator Interview Questions & Answers

user image Dhrubajyoti Ghosh

posted on 15 Oct 2024

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

Easy questions like LCM gcd time work

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(3 Questions)

  • Q1. What do you mean by VPN
  • Ans. 

    VPN stands for Virtual Private Network, which allows users to securely access a private network over a public network.

    • VPN creates a secure and encrypted connection between the user's device and the private network

    • It helps in protecting sensitive data from unauthorized access

    • VPN can be used to access resources remotely, bypass geo-restrictions, and enhance privacy online

    • Examples of VPN services include NordVPN, ExpressV...

  • Answered by AI
  • Q2. What is https and http
  • Ans. 

    HTTP is a protocol used for transferring data over the internet, while HTTPS is a secure version of HTTP that encrypts data.

    • HTTP stands for Hypertext Transfer Protocol and is used for transmitting data over the internet

    • HTTPS is a secure version of HTTP that uses encryption to protect data

    • HTTPS is commonly used for secure transactions such as online banking or shopping

    • HTTP operates on port 80, while HTTPS operates on po...

  • Answered by AI
  • Q3. What is the port number of udp
  • Ans. 

    The port number of UDP is 17.

    • UDP uses port number 17 for communication.

    • UDP is a connectionless protocol, so it does not require a specific port number for each connection.

    • Port number 17 is commonly used for the Daytime Protocol.

    • UDP port numbers range from 0 to 65535.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident when you answer.

Skills evaluated in this interview

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 - Technical 

(2 Questions)

  • Q1. Prepare on all areas which skill your interviewing
  • Ans. 

    Prepare for a System Administrator interview by focusing on key technical skills and soft skills essential for the role.

    • Understand operating systems: Proficiency in Windows Server and Linux distributions (e.g., Ubuntu, CentOS).

    • Networking fundamentals: Knowledge of TCP/IP, DNS, DHCP, and VPN configurations.

    • System security: Familiarity with firewalls, intrusion detection systems, and security best practices.

    • Virtualizatio...

  • Answered by AI
  • Q2. Basic knowleage is required
Round 3 - One-on-one 

(1 Question)

  • Q1. Managment knowledge, understading of workflow, understanding change control policy
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion, job location discussion, document details

Interview Preparation Tips

Interview preparation tips for other job seekers - understand basic concept of your skill set.
understand architecture

TCS Interview FAQs

How many rounds are there in TCS System Administrator interview?
TCS interview process usually has 2-3 rounds. The most common rounds in the TCS interview process are Technical, Resume Shortlist and HR.
How to prepare for TCS System Administrator interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at TCS. The most common topics and skills that interviewers at TCS expect are System Administration, Windows Server, Linux Administration, Hyper - V and VMware.
What are the top questions asked in TCS System Administrator interview?

Some of the top questions asked at the TCS System Administrator interview -

  1. What programming language you know , and can code i...read more
  2. What Oops concepts polymorphism and encapsulation mean , differentiate t...read more
  3. WHAT ARE DIFFERENCES AND SIMILARITY BETWEEN C AND C...read more
How long is the TCS System Administrator interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 38 interview experiences

Difficulty level

Easy 5%
Moderate 84%
Hard 11%

Duration

Less than 2 weeks 63%
2-4 weeks 26%
More than 8 weeks 11%
View more
TCS System Administrator Salary
based on 7.3k salaries
₹1.9 L/yr - ₹9 L/yr
17% more than the average System Administrator Salary in India
View more details

TCS System Administrator Reviews and Ratings

based on 602 reviews

3.8/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

2.9

Salary

4.5

Job security

3.6

Company culture

2.8

Promotions

3.5

Work satisfaction

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

₹3.9 L/yr - ₹8.3 L/yr

IT Analyst
65.5k salaries
unlock blur

₹7.7 L/yr - ₹12.7 L/yr

AST Consultant
53.6k salaries
unlock blur

₹12 L/yr - ₹20.6 L/yr

Assistant System Engineer
33.2k salaries
unlock blur

₹2.5 L/yr - ₹6.4 L/yr

Associate Consultant
33k salaries
unlock blur

₹16.2 L/yr - ₹28 L/yr

Explore more salaries
Compare TCS with

Amazon

4.0
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

3.7
Compare
write
Share an Interview