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

Updated 17 Jan 2025

6 Interview questions

A System Administrator was asked
Q. How do you check available physical volumes, volume groups, and logical volumes?
Ans. 

To check available physical volumes, volume groups, and logical volumes, you can use the 'pvdisplay', 'vgdisplay', and 'lvdisplay' commands.

  • Use 'pvdisplay' command to display information about physical volumes.

  • Use 'vgdisplay' command to display information about volume groups.

  • Use 'lvdisplay' command to display information about logical volumes.

  • These commands provide detailed information about the available physica...

A System Administrator was asked
Q. What is the difference between Restart and Reload in Services?
Ans. 

Restarting a service stops and then starts it again, while reloading a service refreshes its configuration without stopping it.

  • Restarting a service completely stops it and then starts it again

  • Reloading a service refreshes its configuration without stopping it

  • Restarting a service is useful when there are critical changes or issues

  • Reloading a service is useful when only the configuration needs to be updated

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
Q. How do you create a Repository file or YUM client configuration?
Ans. 

To create a Repository file/YUM client Configuration, follow these steps:

  • Create a new repository file in the /etc/yum.repos.d/ directory

  • Specify the repository name, base URL, enabled status, and other options in the file

  • Save the file and exit the editor

  • Run 'yum clean all' command to clear the cache

  • Run 'yum repolist' command to verify the repository configuration

A System Administrator was asked
Q. Explain the purpose and steps involved in using the following commands: vgdisplay, lvextend, lvdisplay, resize2fs, and df -h in the context of extending logical volume size.
Ans. 

This process extends a logical volume and resizes the filesystem to utilize the new space.

  • #vgdisplay shows the volume group details, including free space available.

  • #lvextend -L +300M ktvg /dev/ktvg/ktlv2 increases the size of the logical volume by 300MB.

  • #lvdisplay confirms the new size of the logical volume after extension.

  • #resize2fs /dev/ktvg/ktlv2 resizes the filesystem to occupy the new space in the logical vol...

A System Administrator was asked
Q. Could you explain the steps on how to extend LVM?
Ans. 

To extend LVM, follow these steps: 1. Create a new partition. 2. Initialize the partition as a physical volume. 3. Add the physical volume to the volume group. 4. Extend the logical volume. 5. Resize the file system.

  • Create a new partition using tools like fdisk or parted.

  • Initialize the partition as a physical volume using the pvcreate command.

  • Add the physical volume to the volume group using the vgextend command.

  • E...

A System Administrator was asked
Q. How do you recover the root password if it is lost or deleted?
Ans. 

To recover root password, boot into single-user mode and reset the password.

  • Reboot the system and press 'e' at the GRUB menu to edit the boot options.

  • Add 'single' or 'init=/bin/bash' to the end of the 'linux' line and press F10 to boot.

  • Run 'passwd' command to reset the root password.

  • Reboot the system and login with the new password.

Infosys HR Interview Questions

880 questions and answers

Q. How have you addressed security concerns in your project?
Q. Explain your last project.
Q. What aspects of your resume would you like to highlight?

Infosys System Administrator Interview Experiences

4 interviews found

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

Time and work , distance , percentage

Round 2 - Coding Test 

BFS , TREE , STACK , QUEUE

Round 3 - Technical 

(5 Questions)

  • Q1. Be strong in basics
  • Q2. How do you apply practical knowledge in your work?
  • Ans. 

    I apply practical knowledge by troubleshooting issues, implementing solutions, and staying updated on new technologies.

    • Troubleshooting technical issues by analyzing logs and system performance

    • Implementing solutions based on best practices and previous experience

    • Staying updated on new technologies through training and certifications

  • Answered by AI
  • Q3. Goal Towards this job
  • Q4. Short term and long term goals
  • Q5. Why do we want to hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and strong in basics
Are these interview questions helpful?

System Administrator Interview Questions & Answers

user image Ashish Panigrahi

posted on 27 Mar 2024

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

(1 Question)

  • Q1. Technical questions were asked regarding Windows Admin

Interview Questionnaire 

6 Questions

  • Q1. How to create a Repository file/YUM client Configuration?
  • Ans. 

    To create a Repository file/YUM client Configuration, follow these steps:

    • Create a new repository file in the /etc/yum.repos.d/ directory

    • Specify the repository name, base URL, enabled status, and other options in the file

    • Save the file and exit the editor

    • Run 'yum clean all' command to clear the cache

    • Run 'yum repolist' command to verify the repository configuration

  • Answered by AI
  • Q2. What is the difference between Restart and Reload in Services?
  • Ans. 

    Restarting a service stops and then starts it again, while reloading a service refreshes its configuration without stopping it.

    • Restarting a service completely stops it and then starts it again

    • Reloading a service refreshes its configuration without stopping it

    • Restarting a service is useful when there are critical changes or issues

    • Reloading a service is useful when only the configuration needs to be updated

  • Answered by AI
  • Q3. How to Recover the root password if its missed or deleted?
  • Ans. 

    To recover root password, boot into single-user mode and reset the password.

    • Reboot the system and press 'e' at the GRUB menu to edit the boot options.

    • Add 'single' or 'init=/bin/bash' to the end of the 'linux' line and press F10 to boot.

    • Run 'passwd' command to reset the root password.

    • Reboot the system and login with the new password.

  • Answered by AI
  • Q4. How check available physical volumes, Volume groups and Logical Volumes?
  • Ans. 

    To check available physical volumes, volume groups, and logical volumes, you can use the 'pvdisplay', 'vgdisplay', and 'lvdisplay' commands.

    • Use 'pvdisplay' command to display information about physical volumes.

    • Use 'vgdisplay' command to display information about volume groups.

    • Use 'lvdisplay' command to display information about logical volumes.

    • These commands provide detailed information about the available physical vol...

  • Answered by AI
  • Q5. Could you explain the steps ,how to extending LVM?
  • Ans. 

    To extend LVM, follow these steps: 1. Create a new partition. 2. Initialize the partition as a physical volume. 3. Add the physical volume to the volume group. 4. Extend the logical volume. 5. Resize the file system.

    • Create a new partition using tools like fdisk or parted.

    • Initialize the partition as a physical volume using the pvcreate command.

    • Add the physical volume to the volume group using the vgextend command.

    • Extend...

  • Answered by AI
  • Q6. #vgdisplay, #lvextend -L +300M ktvg /dev/ktvg/ktlv2, # lvdisplay , #resize2fs /devktvg/ktlv2 then run #df -h command to verify space added
  • Ans. 

    This process extends a logical volume and resizes the filesystem to utilize the new space.

    • #vgdisplay shows the volume group details, including free space available.

    • #lvextend -L +300M ktvg /dev/ktvg/ktlv2 increases the size of the logical volume by 300MB.

    • #lvdisplay confirms the new size of the logical volume after extension.

    • #resize2fs /dev/ktvg/ktlv2 resizes the filesystem to occupy the new space in the logical volume.

    • #...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well and Be confident

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Sql join

What people are saying about Infosys

View All
lesspine
Verified Icon
5d
works at
Infosys
Seeking insights on TCS offer letter
Hii All, I have attended interview for service desk role in tcs at the end of June my tech round and managerial round later I have submitted all my documents in ibegin portal all are showing verified in the portal and in the 2nd week of July I have completed my hr round and later multiple follow ups given update like internal approvals will take time it's been more than month I have contacted hr and he said like internal approvals will take time I asked will it be a month she said it will take more than a month no clear timeline. So will I get offer letter or not seeking insights on this.
Got a question about Infosys?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. To write a code using traditional JavaScript methods
  • Ans. 

    Code using traditional JavaScript methods

    • Use document.getElementById() to access HTML elements

    • Use loops like for() and while() for iteration

    • Use if() and switch() for conditional statements

    • Use functions to encapsulate code and improve reusability

  • Answered by AI
  • Q2. Also about complete react concepts of advanced version

Interview Preparation Tips

Interview preparation tips for other job seekers - Have practical knowledge on your domain

I applied via Campus Placement and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All technical discussion not much deeper but basic questions of graduation were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't hesitate 🙂

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

Interview Questionnaire 

1 Question

  • Q1. Servicenow related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Scripting knowledge and technical questions

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is collections
  • Q2. What are the new features in java 8
  • Q3. What is the use of spring boot
  • Q4. What is JPA
  • Ans. 

    JPA stands for Java Persistence API, a specification for object-relational mapping in Java applications.

    • JPA is used to map Java objects to relational database tables.

    • It provides a set of annotations to define the mapping between Java classes and database tables.

    • JPA also supports querying data using the Java Persistence Query Language (JPQL).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be easy interview

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. About DBMS and c++

Infosys Interview FAQs

How many rounds are there in Infosys System Administrator interview?
Infosys interview process usually has 2 rounds. The most common rounds in the Infosys interview process are Technical, Aptitude Test and Coding Test.
How to prepare for Infosys 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 Infosys. The most common topics and skills that interviewers at Infosys expect are Apple, Applets, Corporate Advisory, Data Warehousing and Electrical Machines.
What are the top questions asked in Infosys System Administrator interview?

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

  1. How to create a Repository file/YUM client Configurati...read more
  2. How to Recover the root password if its missed or delet...read more
  3. How check available physical volumes, Volume groups and Logical Volum...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 4 interview experiences

Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS System Administrator Interview Questions
3.5
 • 11.2k Interviews
Accenture System Administrator Interview Questions
3.7
 • 8.7k Interviews
Wipro System Administrator Interview Questions
3.7
 • 6.2k Interviews
Cognizant System Administrator Interview Questions
3.7
 • 6k Interviews
Capgemini System Administrator Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra System Administrator Interview Questions
3.5
 • 4.2k Interviews
HCLTech System Administrator Interview Questions
3.5
 • 4.2k Interviews
Genpact System Administrator Interview Questions
3.7
 • 3.5k Interviews
LTIMindtree System Administrator Interview Questions
3.7
 • 3.1k Interviews
IBM System Administrator Interview Questions
3.9
 • 2.5k Interviews
View all
Infosys System Administrator Salary
based on 283 salaries
₹4.2 L/yr - ₹10 L/yr
22% more than the average System Administrator Salary in India
View more details

Infosys System Administrator Reviews and Ratings

based on 26 reviews

3.8/5

Rating in categories

4.1

Skill development

3.8

Work-life balance

3.4

Salary

3.9

Job security

3.9

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 26 Reviews and Ratings
Technology Analyst
55k salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Senior Systems Engineer
54.2k salaries
unlock blur

₹2.5 L/yr - ₹6.3 L/yr

Technical Lead
35.4k salaries
unlock blur

₹9.5 L/yr - ₹16.5 L/yr

System Engineer
32.7k salaries
unlock blur

₹2.4 L/yr - ₹5.5 L/yr

Senior Associate Consultant
31.1k salaries
unlock blur

₹8.3 L/yr - ₹15 L/yr

Explore more salaries
Compare Infosys with

TCS

3.5
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare
write
Share an Interview