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

Filter interviews by

TCS Linux Administrator L2 Interview Questions and Answers

Updated 15 Apr 2022

TCS Linux Administrator L2 Interview Experiences

1 interview found

I applied via Walk-in and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

The is not aptitude. Its a online test focuses on Aptitude, Communication and programming

Round 2 - HR 

(3 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.
  • Q3. Questions about my finla year project Questions related to programming

Interview Preparation Tips

Topics to prepare for TCS Linux Administrator L2 interview:
  • Programming
Interview preparation tips for other job seekers - TCS is a best place for the freshers.

Interview questions from similar companies

I applied via Approached by Company and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. All user unable to login including root, why?
  • Ans. 

    Possible reasons for all users including root unable to login.

    • Incorrect permissions on login files or directories

    • Corrupted or missing system files

    • Network connectivity issues

    • Authentication server down or misconfigured

    • System compromised by a hacker or malware

  • Answered by AI
  • Q2. What is problem ticket? How to recover shadow file ? Name of event deamon ? What is inetd ?
  • Ans. 

    Answers to Linux Administrator L2 interview questions.

    • A problem ticket is a record of an issue or problem that needs to be resolved.

    • To recover shadow file, use a backup or recreate it using the passwd command.

    • The name of the event daemon varies depending on the Linux distribution.

    • inetd is a daemon that manages incoming network connections and launches the appropriate service.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Scenario based questions are for experience candidates

Skills evaluated in this interview

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

I applied via campus placement at NBKR Institute of Science and Technology, Vidyanagar and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was about an aptitude test which is on English grammar and athematic reasoning.

Round 2 - Coding Test 

The Fibonacci series can be applied to alphabets, and the same should be printed.

Round 3 - Technical 

(2 Questions)

  • Q1. Fibonancci series to print the alphabets?
  • Q2. Print the numbers in descending order 123456?
  • Ans. 

    Print numbers in descending order 123456

    • Create an array of strings containing the numbers 1 to 6

    • Sort the array in descending order

    • Print the sorted array

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Why are you choosing our organization?
  • Ans. 

    I am choosing your organization because of its reputation for innovation, strong company culture, and opportunities for growth.

    • Reputation for innovation in the industry

    • Strong company culture that values employee development

    • Opportunities for growth and advancement within the organization

  • Answered by AI
  • Q2. Are you open to relocation?
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for the right job opportunity that aligns with my career goals.

    • I am open to exploring new locations and experiencing different cultures.

    • I understand that relocation may be necessary for career advancement and personal growth.

  • Answered by AI
  • Q3. Are you comfortable with rotational shifts?
  • Ans. 

    Yes, I am comfortable with rotational shifts as I have prior experience working in such shifts.

    • I have previous experience working in rotational shifts at my previous job.

    • I am adaptable and can easily adjust my schedule to accommodate rotational shifts.

    • I understand the importance of being available during different shifts to ensure smooth operations.

    • I am willing to work in rotational shifts to support the team and meet

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its good to work and get the opportunity in this organization
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. If a server patched with new kernel update after reboot server came up with old kernel only. How will you troubleshoot it ?
  • Ans. 

    To troubleshoot a server that booted up with the old kernel after a new kernel update, check the bootloader configuration, verify the kernel installation, and review the update process.

    • Check the bootloader configuration to ensure it is pointing to the correct kernel version.

    • Verify the kernel installation to see if the new kernel was successfully installed.

    • Review the update process to identify any errors or issues that ...

  • Answered by AI
  • Q2. What are the various commands to check the CPU , Memory utilization in Linux server ?
  • Ans. 

    Various commands to check CPU and Memory utilization in Linux server.

    • To check CPU utilization: top, mpstat, sar

    • To check Memory utilization: free, vmstat, sar -r

  • Answered by AI
  • Q3. How will you create and add new disk to the system using LVM ? Write the commands of the process.
  • Ans. 

    To add a new disk to the system using LVM, you need to initialize the disk, create a physical volume, extend the volume group, and finally extend the logical volume.

    • Initialize the disk using fdisk or parted command

    • Create a physical volume using pvcreate command

    • Extend the volume group using vgextend command

    • Extend the logical volume using lvextend command

    • Resize the filesystem using resize2fs or xfs_growfs command

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Linux Administrator with a passion for troubleshooting and optimizing systems.

    • Over 5 years of experience managing Linux servers in a corporate environment

    • Skilled in shell scripting, server configuration, and system monitoring tools like Nagios

    • Strong problem-solving skills and ability to work well under pressure

    • Certified in Red Hat Enterprise Linux (RHCE)

    • Passionate about staying up-to-date with the latest te

  • Answered by AI
  • Q2. Can you let us know the skills other than mentioned skills in resume?
  • Ans. 

    Some additional skills I possess include scripting languages, troubleshooting abilities, and strong communication skills.

    • Proficiency in scripting languages such as Python, Bash, or Perl can be beneficial for automating tasks and improving efficiency.

    • Strong troubleshooting abilities are essential for quickly identifying and resolving issues that may arise in a Linux environment.

    • Effective communication skills are importa...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. How can I grant SFTP access exclusively to the user David?
  • Ans. 

    Grant SFTP access exclusively to user David

    • Create a new group specifically for David, e.g. 'davidgroup'

    • Set the ChrootDirectory in the SSH configuration file to restrict David's access to a specific directory

    • Add David to the 'davidgroup' and configure the necessary permissions for SFTP access

  • Answered by AI
  • Q2. How can a user be locked out after 6 unsuccessful password attempts for a duration of 30 minutes?
  • Ans. 

    To lock a user out after 6 unsuccessful password attempts for 30 minutes, modify the PAM configuration file.

    • Edit the PAM configuration file (/etc/pam.d/common-auth) to include the 'pam_tally2' module.

    • Set the 'deny' option in the 'pam_tally2' module to lock the user out after 6 failed attempts.

    • Specify the 'unlock_time' option in the 'pam_tally2' module to set the duration of the lockout period to 30 minutes.

    • Example: aut

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The questions were very relevant.

Round 2 - Technical 

(2 Questions)

  • Q1. What are the computer languages you know?
  • Ans. 

    I am proficient in languages like Python, Bash, and SQL.

    • Python

    • Bash

    • SQL

  • Answered by AI
  • Q2. Write a code in Java?
  • Ans. 

    A Java code snippet showcasing basic syntax and functionality.

    • Declare a class with a main method

    • Create variables and assign values

    • Use control structures like if-else or loops

    • Print output using System.out.println()

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Do you opt for relocation?
  • Q2. Where do want to see yourself in next 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Detailed and oriented iseries operator with extensive experience at Abbott laboratories. Proven expertise in managing and optimising as400 systems.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

LVM RPM ANSIBLE SSH FTP NFS SAMBA ADVANCED PERMISION CREATE A USER

Round 2 - HR 

(5 Questions)

  • Q1. RELETE TO THE TOPIC AND BASIC DETAIL ABOUT MYSELF
  • Q2. DEVELOP CAREER IN IT FIELD
  • Q3. BASIC DETAIL MYSELF
  • Q4. LINUX SYSTEM ADMIN
  • Q5. DEVELOP CAREER IN FEATURE

Interview Preparation Tips

Interview preparation tips for other job seekers - I AM A FAST LERNER AND SELF MOTIVATED AND DEDICATED TO MYSELF.
I AM LOOKING FOR AN OPPORTUNITIES TO BUILD MY CAREER AS WELL AS AN ORGANIZATION TO
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why want to work in Tech m
  • Q2. Why want to work in Tech M

Interview Preparation Tips

Interview preparation tips for other job seekers - Tech Mahindra never focus in Noida, Gurgaon, they give priority to Pune, Mumbai.
They hired employees for Noida office and send them to other location also do not give relocation if person change his/her location. Gratuity bonus , they give only 20,000 per employees after depending 5 years in name of bonus
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. My name is sumanth I'm from eluru and my graduation B. Tech mechanical from JNTUK university
  • Answered Anonymously
  • Q2. What is your strength and Weekness
  • Ans. My strength - creativity, flexibility, focused My weekends -hard skills, saying no and shy
  • Answered Anonymously
  • Q3. Why should we hire u
  • Ans. Because I'm hard worker who wants to help your company succeed
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Accenture Linux System Administrator interview:
  • Redhat Linux
Interview preparation tips for other job seekers - Set realastic goal
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to scheduled cron job
  • Ans. 

    To schedule a cron job, use the crontab command to edit the cron table file.

    • Use the crontab -e command to open the cron table file for editing

    • Add a new line to the file with the schedule timing and the command to be executed

    • Save and exit the file to schedule the cron job

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is sticky bit
  • Ans. 

    Sticky bit is a permission in Unix/Linux that allows only the owner of a file to delete or rename it.

    • Sticky bit is represented by a 't' in the permissions of a file or directory.

    • When the sticky bit is set on a directory, only the owner of a file within that directory can delete or rename the file.

    • Commonly used on directories like /tmp to prevent users from deleting each other's files.

    • Example: chmod +t directory_name

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself and salary discussion

Skills evaluated in this interview

TCS Interview FAQs

How many rounds are there in TCS Linux Administrator L2 interview?
TCS interview process usually has 2 rounds. The most common rounds in the TCS interview process are Aptitude Test and HR.
How to prepare for TCS Linux Administrator L2 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 Hyper - V, Kafka, Linux, Linux Administration and Linux Server.

Tell us how to improve this page.

People are getting interviews through

based on 1 TCS interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
TCS Linux Administrator L2 Salary
based on 91 salaries
₹3.6 L/yr - ₹11 L/yr
At par with the average Linux Administrator L2 Salary in India
View more details

TCS Linux Administrator L2 Reviews and Ratings

based on 5 reviews

3.0/5

Rating in categories

2.4

Skill development

2.1

Work-Life balance

2.3

Salary & Benefits

4.4

Job Security

2.2

Company culture

2.1

Promotions/Appraisal

2.3

Work Satisfaction

Explore 5 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