Senior Linux Administrator
Senior Linux Administrator Interview Questions and Answers

Asked in BNP Paribas

Q. What tools have you used? Briefly explain each tool and its purpose.
Some tools used by Senior Linux Administrators include Ansible, Nagios, and Docker.
Ansible - used for automation of tasks and configuration management
Nagios - used for monitoring and alerting of system and network resources
Docker - used for containerization of applications for easy deployment and management

Asked in TCS

Q. How do you detect a newly added disk to an existing disk in a VMware VM?
You can detect a new added disk to the existing disk in VMware vm by rescanning the SCSI bus.
Use the command 'echo '- - -' > /sys/class/scsi_host/hostX/scan' to rescan the SCSI bus.
Check the output of 'lsblk' command to see the newly added disk.
You can also use the 'fdisk -l' command to list all disks including the newly added one.

Asked in TCS

Q. How can you change the password expiry age for all users at once?
To change all users password expiry age at once, use the chage command with the -M option.
Use the chage command with the -M option to set the maximum number of days between password changes for all users.
For example, to set the password expiry age to 90 days for all users, use: chage -M 90 -m 0 -I -1 -E -1
Make sure to replace
with the actual username of the user you want to change the password expiry age for.

Asked in Global Software Resources

Q. How do you create a swap partition and ensure it is usable after booting?
Create a swap partition and make it usable after booting
Create a partition using fdisk or parted command
Format the partition using mkswap command
Add the partition to /etc/fstab file
Activate the swap partition using swapon command
Asked in Tuscaloosa County School System

Q. What is tcs go with the same as the one
I'm sorry, but the question doesn't make sense.
The question seems to be incomplete or nonsensical.
There is no clear meaning or context to 'tcs go with the same as the one'.
Without more information, it's impossible to provide a relevant answer.

Asked in Global Software Resources

Q. Booting Process of linux
The Linux booting process involves several stages, including BIOS, bootloader, kernel, initrd, and init system.
BIOS performs hardware checks and loads bootloader from the boot device
Bootloader loads kernel and initrd into memory
Kernel initializes hardware and mounts the root filesystem
Initrd loads necessary modules and drivers for the kernel
Init system starts user space processes and services
Senior Linux Administrator Jobs



Interview Questions of Similar Designations
Interview Experiences of Popular Companies






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


Reviews
Interviews
Salaries
Users

