Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by IBM Team. If you also belong to the team, you can get access from here

IBM Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IBM Linux Administrator Interview Questions, Process, and Tips

Updated 30 Jul 2024

Top IBM Linux Administrator Interview Questions and Answers

View all 8 questions

IBM Linux Administrator Interview Experiences

6 interviews found

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

(2 Questions)

  • Q1. Discribe boot process
  • Q2. User management
Round 2 - Technical 

(2 Questions)

  • Q1. Describe about acl
  • Ans. 

    ACL stands for Access Control List, a set of permissions attached to an object that specifies which users or system processes are granted access to that object.

    • ACLs are used to control access to files, directories, and other resources on a system.

    • They define who can read, write, or execute a file or directory.

    • ACLs can be set on a per-user or per-group basis, allowing for more granular control over access permissions.

    • Ex...

  • Answered by AI
  • Q2. Discribe about lvm
  • Ans. 

    LVM (Logical Volume Manager) is a tool used in Linux to manage storage by creating logical volumes from physical volumes.

    • LVM allows for dynamic resizing of logical volumes without downtime.

    • It provides features like snapshots, striping, mirroring, and thin provisioning.

    • Physical volumes are divided into extents, which can be allocated to logical volumes.

    • Commands like pvcreate, vgcreate, lvcreate are used to create physic...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What linux kernel
  • Ans. 

    The Linux kernel is the core component of the Linux operating system, responsible for managing hardware resources and providing essential services.

    • The Linux kernel is open-source and developed by a community of developers worldwide.

    • It is released under the GNU General Public License (GPL).

    • The kernel version can be checked using the 'uname -r' command.

    • Examples of popular Linux kernel versions include 2.6, 3.x, 4.x, and

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is workload in linux
  • Ans. 

    Workload in Linux refers to the amount of work being done by the system at a given time.

    • Workload can include tasks such as running processes, handling network requests, and managing system resources.

    • Monitoring workload is important for ensuring system performance and stability.

    • Tools like top, htop, and sar can be used to track and analyze workload.

    • High workload can lead to system slowdowns or crashes.

    • Balancing workload...

  • Answered by AI

Skills evaluated in this interview

Linux Administrator Interview Questions Asked at Other Companies

asked in Cognizant
Q1. What is LVM, Explain LVM Architecture, What is Raid, What is the ... read more
asked in TCS
Q2. What is lvm, repo, softlink hardlink, NTP, nfs, apache, and linux ... read more
asked in Accenture
Q3. How to scan if new hard is attached to a system
asked in Cognizant
Q4. How to check Kernel and OS Version, How to change file permission ... read more
Q5. what is DNS, what is a raid, how do you optimize disk space, what ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Booting procedure
  • Ans. 

    The booting procedure is the process of starting up a computer system and loading the operating system into memory.

    • The BIOS (Basic Input/Output System) performs a Power-On Self Test (POST) to check hardware components.

    • The BIOS then looks for the bootloader, which is typically stored in the Master Boot Record (MBR) of the hard drive.

    • The bootloader loads the operating system kernel into memory and hands over control to i...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. How to create lvm
  • Ans. 

    To create LVM, first create physical volumes, then create a volume group, and finally create logical volumes.

    • Use pvcreate command to create physical volumes

    • Use vgcreate command to create volume group

    • Use lvcreate command to create logical volumes

    • Use lvextend command to extend logical volumes

    • Use lvreduce command to reduce logical volumes

  • Answered by AI
  • Q2. How to user lock & unlock
  • Ans. 

    The 'user lock' and 'user unlock' commands are used to lock and unlock user accounts in Linux.

    • To lock a user account, use the 'usermod' command with the '-L' option followed by the username.

    • Example: usermod -L username

    • To unlock a user account, use the 'usermod' command with the '-U' option followed by the username.

    • Example: usermod -U username

  • Answered by AI
  • Q3. What is lun in linux
  • Ans. 

    LUN stands for Logical Unit Number. It is a unique identifier for a logical unit on a storage area network (SAN).

    • LUN is used to identify a specific disk or partition on a SAN.

    • It is used in conjunction with SCSI protocol to access storage devices.

    • LUNs can be created and managed using tools like LVM or multipath.

    • LUNs can be shared between multiple servers for high availability and load balancing.

    • Example: /dev/sdb is a LU

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good technical round

Skills evaluated in this interview

IBM interview questions for designations

 Linux System Administrator

 (2)

 Linux Server Administrator

 (1)

 AWS and Linux Administrator

 (1)

 Linux and Unix System Administrator

 (1)

 System Administrator

 (13)

 AIX Administrator

 (2)

 Hadoop Administrator

 (2)

 IIS Administrator

 (1)

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

I applied via campus placement at Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal and was interviewed before Mar 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Why do we hire you ? what is the best quality do you have ?

Round 2 - HR 

(2 Questions)

  • Q1. What do you know about out company and its policies?
  • Q2. What do you know about our policies and why do you want to join us?

Interview Preparation Tips

Interview preparation tips for other job seekers - good company to work, take care of work life balance.
good for staying long as it is safe job

Get interview-ready with Top IBM Interview Questions

I applied via Recruitment Consultant and was interviewed in Feb 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About patching, incidents, service request, changes

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be active and give elaborate the incident with brift matter

Linux Administrator Jobs at IBM

View all

Interview questions from similar companies

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
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What is lvm how it is work?
  • Ans. 

    LVM stands for Logical Volume Manager, a tool used to manage disk storage in Linux systems.

    • LVM allows for dynamic resizing of logical volumes without downtime.

    • It consists of physical volumes, volume groups, and logical volumes.

    • Commands like pvcreate, vgcreate, lvcreate are used to create and manage LVM.

    • LVM provides flexibility in managing storage space by allowing logical volumes to span multiple physical disks.

  • Answered by AI
  • Q2. How to mount nfs?
  • Ans. 

    To mount NFS, use the 'mount' command with the NFS server IP address and the mount point on the local machine.

    • Use the 'mount' command followed by the NFS server IP address and the mount point on the local machine

    • For example: sudo mount 192.168.1.100:/shared_folder /mnt/nfs_share

    • Ensure that the NFS server is properly configured and accessible from the local machine

  • Answered by AI
  • Q3. How to do patching.
  • Ans. 

    Patching involves applying updates to software to fix vulnerabilities and improve performance.

    • Identify the software that needs to be patched

    • Download the appropriate patches from the vendor's website

    • Test the patches in a non-production environment before applying them to production systems

    • Schedule downtime for applying patches to minimize disruption

    • Document the patching process for future reference

  • Answered by AI
  • Q4. How to rollback package
  • Ans. 

    To rollback a package, use package manager to uninstall current version and install previous version.

    • Use package manager to uninstall current version of the package

    • Install the previous version of the package using package manager

    • Check for any dependencies that may need to be rolled back as well

  • Answered by AI
  • Q5. How to remove older kernel
  • Ans. 

    To remove older kernels in Linux, use package management tools like apt or yum.

    • Use 'apt autoremove' command in Debian-based systems to remove old kernels

    • Use 'yum remove ' command in Red Hat-based systems to remove old kernels

    • Check available kernels with 'uname -r' command before removing

  • 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
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. How to configure NFS
  • Ans. 

    NFS can be configured by setting up the NFS server, exporting directories, and configuring client access.

    • Install NFS server package on the server

    • Edit /etc/exports file to specify directories to be shared

    • Restart NFS service to apply changes

    • Configure client access by mounting NFS shares on client machines

  • Answered by AI
  • Q2. How to perform patching
  • Ans. 

    Patching involves applying updates to software to fix vulnerabilities and improve performance.

    • Identify the software that needs to be patched

    • Download the necessary patches from the vendor's website

    • Test the patches in a non-production environment before applying them to production systems

    • Schedule a maintenance window to apply the patches

    • Apply the patches using tools like yum, apt-get, or Windows Update

    • Verify that the pat...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Location discussion

Skills evaluated in this interview

IBM Interview FAQs

How many rounds are there in IBM Linux Administrator interview?
IBM interview process usually has 2 rounds. The most common rounds in the IBM interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for IBM Linux 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 IBM. The most common topics and skills that interviewers at IBM expect are Troubleshooting, Unix, Linux, Linux Administration and Networking.
What are the top questions asked in IBM Linux Administrator interview?

Some of the top questions asked at the IBM Linux Administrator interview -

  1. How to user lock & unl...read more
  2. how to create ...read more
  3. What is lun in li...read more

Tell us how to improve this page.

IBM Linux Administrator Interview Process

based on 7 interviews

1 Interview rounds

  • Technical Round
View more
IBM Linux Administrator Salary
based on 480 salaries
₹2.2 L/yr - ₹9.7 L/yr
24% more than the average Linux Administrator Salary in India
View more details

IBM Linux Administrator Reviews and Ratings

based on 37 reviews

4.6/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.4

Salary

4.4

Job security

4.4

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 37 Reviews and Ratings
Linux Administrator

Bhubaneswar

5-10 Yrs

Not Disclosed

Explore more jobs
Application Developer
11.7k salaries
unlock blur

₹5.6 L/yr - ₹23.9 L/yr

Software Engineer
5.5k salaries
unlock blur

₹5.4 L/yr - ₹22.4 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹9.4 L/yr - ₹27 L/yr

Senior Software Engineer
4.8k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Systems Engineer
4.5k salaries
unlock blur

₹5.6 L/yr - ₹19 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview