Premium Employer

i

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

Infosys Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Linux Administrator Interview Questions and Answers

Updated 11 Oct 2024

7 Interview questions

A Linux Administrator was asked 9mo ago
Q. What are some basic Linux commands?
Ans. 

Basic commands of Linux include ls, cd, pwd, mkdir, rm, cp, mv, grep, and chmod.

  • ls - list directory contents

  • cd - change directory

  • pwd - print working directory

  • mkdir - make directory

  • rm - remove files or directories

  • cp - copy files or directories

  • mv - move files or directories

  • grep - search for patterns in files

  • chmod - change file permissions

A Linux Administrator was asked 9mo ago
Q. What is your experience with patching and Linux distributions?
Ans. 

Patching in Linux involves updating software to fix vulnerabilities and improve performance across various distributions.

  • Patching is crucial for security; it addresses vulnerabilities in the system.

  • Different distributions have unique package managers (e.g., APT for Debian, YUM for CentOS).

  • Regular updates can be automated using tools like 'cron' jobs.

  • Example: Ubuntu uses 'apt-get update' and 'apt-get upgrade' for p...

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 Infosys
Q2. If a server patched with a new kernel update reboots and comes up ... read more
asked in Cognizant
Q3. How to check Kernel and OS Version, How to change file permission ... read more
asked in Accenture
Q4. How do you scan for a newly attached hard drive on a system?
asked in TCS
Q5. What is lvm, repo, softlink hardlink, NTP, nfs, apache, and linux ... read more
A Linux Administrator was asked 9mo ago
Q. If a server patched with a new kernel update reboots and comes up with the old kernel, how would you troubleshoot this issue?
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 ...

A Linux Administrator was asked 9mo ago
Q. How will you create and add a new disk to the system using LVM? Write the commands for 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

A Linux Administrator was asked 9mo ago
Q. What are the various commands to check the CPU and memory utilization in a 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

A Linux Administrator was asked 9mo ago
Q. What is nas and strorage
Ans. 

NAS (Network Attached Storage) is a type of storage device that is connected to a network and provides data storage and access to multiple clients.

  • NAS devices are dedicated file storage devices that operate over a network.

  • NAS devices can be accessed by multiple users or clients simultaneously.

  • NAS devices often have their own operating system and management interface.

  • Examples of NAS devices include Synology DiskSta...

A Linux Administrator was asked
Q. How to check memory space? what is lvm? what is crontab? how to extend lvm? what is swap memory?
Ans. 

To check memory space, use 'free' or 'top' command. LVM is Logical Volume Manager for managing disk space. Crontab is a tool for scheduling tasks. Swap memory is virtual memory used when physical memory is full.

  • Check memory space using 'free' command to see total, used, and free memory

  • LVM is a tool for managing disk space by creating logical volumes from physical volumes

  • Crontab is a file used to schedule tasks to ...

Are these interview questions helpful?

Infosys Linux Administrator Interview Experiences

6 interviews found

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
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - Aptitude Test 

Basic English and puzzles

Round 2 - Technical 

(2 Questions)

  • Q1. Basic commands of linux?
  • Ans. 

    Basic commands of Linux include ls, cd, pwd, mkdir, rm, cp, mv, grep, and chmod.

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • mkdir - make directory

    • rm - remove files or directories

    • cp - copy files or directories

    • mv - move files or directories

    • grep - search for patterns in files

    • chmod - change file permissions

  • Answered by AI
  • Q2. About patching and distributions?
  • Ans. 

    Patching in Linux involves updating software to fix vulnerabilities and improve performance across various distributions.

    • Patching is crucial for security; it addresses vulnerabilities in the system.

    • Different distributions have unique package managers (e.g., APT for Debian, YUM for CentOS).

    • Regular updates can be automated using tools like 'cron' jobs.

    • Example: Ubuntu uses 'apt-get update' and 'apt-get upgrade' for patchi...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. They asked me about salary expectations

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Booting process
  • Q2. What is nas and strorage
  • Ans. 

    NAS (Network Attached Storage) is a type of storage device that is connected to a network and provides data storage and access to multiple clients.

    • NAS devices are dedicated file storage devices that operate over a network.

    • NAS devices can be accessed by multiple users or clients simultaneously.

    • NAS devices often have their own operating system and management interface.

    • Examples of NAS devices include Synology DiskStation,...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. What is your profile.? what is your notice period what is your current location?
  • Ans. 

    I am a skilled Linux Administrator with extensive experience in system management, troubleshooting, and network configuration.

    • Over 5 years of experience in Linux system administration.

    • Proficient in shell scripting and automation using tools like Ansible.

    • Experience with cloud platforms such as AWS and Azure.

    • Strong knowledge of networking concepts and security protocols.

    • Currently managing a team of junior administrators.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How to check memory space? what is lvm? what is crontab? how to extend lvm? what is swap memory?
  • Ans. 

    To check memory space, use 'free' or 'top' command. LVM is Logical Volume Manager for managing disk space. Crontab is a tool for scheduling tasks. Swap memory is virtual memory used when physical memory is full.

    • Check memory space using 'free' command to see total, used, and free memory

    • LVM is a tool for managing disk space by creating logical volumes from physical volumes

    • Crontab is a file used to schedule tasks to run a...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Scenerio related questions What to do if memory is fully utilised 2. Shell scripting
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What question they will ask?

Interview Preparation Tips

Interview preparation tips for other job seekers - keep you tube and google as your first school and always update your self

What people are saying about Infosys

View All
yedabhai
1w
works at
Hyperpure
Are we not even safe in our own workplaces?
An Infosys employee was arrested for secretly recording women in the office washroom. Over 30 videos were found on his phone. This isn't just shocking, it's horrifying. Offices are meant to be safe, respectful spaces. 🙎 When will companies truly prioritize safety and surveillance in all corners, not just the visible ones?
FeedCard Image
Got a question about Infosys?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Mar 2017. There were 5 interview rounds.

Interview Preparation Tips

General Tips: A good company to work for. You will get lots of good things to learn professionally and a huge scope for career development.
Skills: Communication, Body Language, Problem Solving, Analytical Skills, Presentation Skills, Time Management, Decision Making Skills
Duration: <1 week
Are these interview questions helpful?

I applied via Walk-in and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Jam and previous work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - I went through two rounds of interview and documentation part is a very long process took me nearly a month

Interview Questionnaire 

2 Questions

  • Q1. About previous experience.And role of current job
  • Q2. Telephonic HR interview about salary

Interview Preparation Tips

Round: Resume Shortlist
Experience: Relevant Experience

I applied via Recruitment Consultant and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions were easy
  • Q2. Mostly sql

Interview Preparation Tips

Interview preparation tips for other job seekers - they don't need scientists. so recruitment process is easy.

Infosys Interview FAQs

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

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

  1. If a server patched with new kernel update after reboot server came up with old...read more
  2. How will you create and add new disk to the system using LVM ? Write the comman...read more
  3. What are the various commands to check the CPU , Memory utilization in Linux se...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 5 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 75%
2-4 weeks 25%
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Linux Administrator Salary
based on 208 salaries
₹4.6 L/yr - ₹11.9 L/yr
38% more than the average Linux Administrator Salary in India
View more details

Infosys Linux Administrator Reviews and Ratings

based on 11 reviews

4.3/5

Rating in categories

4.1

Skill development

4.3

Work-life balance

2.8

Salary

4.0

Job security

4.1

Company culture

2.8

Promotions

3.9

Work satisfaction

Explore 11 Reviews and Ratings
Linux Administrator

Hyderabad / Secunderabad,

Pune

+1

5-7 Yrs

₹ 4.5-13.4 LPA

Linux Administrator

Hyderabad / Secunderabad,

Pune

+1

5-7 Yrs

₹ 4.5-13.4 LPA

Linux Admin

Pune

2-7 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
54.7k salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Senior Systems Engineer
53.8k salaries
unlock blur

₹2.5 L/yr - ₹6.3 L/yr

Technical Lead
35.1k salaries
unlock blur

₹9.4 L/yr - ₹16.4 L/yr

System Engineer
32.5k salaries
unlock blur

₹2.4 L/yr - ₹5.3 L/yr

Senior Associate Consultant
31.3k salaries
unlock blur

₹8.2 L/yr - ₹15 L/yr

Explore more salaries
Compare Infosys with

TCS

3.6
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare
write
Share an Interview