Upload Button Icon Add office photos

Filter interviews by

Magnon Solutions Linux System Administrator Interview Questions, Process, and Tips

Updated 3 May 2022

Magnon Solutions Linux System Administrator Interview Experiences

1 interview found

I applied via Referral and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - One-on-one 

(11 Questions)

  • Q1. How to configure Apache server in red hat 7.9
  • Ans. 

    To configure Apache server in Red Hat 7.9, follow these steps:

    • Install Apache using yum package manager

    • Start Apache service and enable it to start at boot

    • Configure firewall to allow HTTP traffic

    • Create virtual hosts for multiple websites

    • Configure SSL/TLS encryption for secure connections

  • Answered by AI
  • Q2. How to set permission in directly
  • Ans. 

    To set permissions in a directory, use the chmod command followed by the desired permission code.

    • Use the chmod command followed by the permission code (e.g. chmod 755 directory_name)

    • The permission code consists of three digits, each representing the permission for owner, group, and others respectively

    • The digits are calculated by adding the values of the desired permissions (read=4, write=2, execute=1)

    • For example, 755 m...

  • Answered by AI
  • Q3. How to create LVM partision
  • Ans. 

    To create LVM partition, first create physical volumes, then create 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 mkfs command to create file system on logical volumes

  • Answered by AI
  • Q4. What is use for lsblk command in rhel
  • Ans. 

    lsblk command is used to list block devices in RHEL.

    • Displays information about all available or the specified block devices.

    • Shows the device name, size, mount point, and file system type.

    • Can be used to identify unmounted disks or partitions.

    • Can also be used to check the status of a disk or partition.

    • Example: lsblk -a -o NAME,SIZE,MOUNTPOINT,FSTYPE

  • Answered by AI
  • Q5. How to create blank file in rhel
  • Ans. 

    To create a blank file in RHEL, you can use the 'touch' command.

    • Open the terminal in RHEL.

    • Use the 'touch' command followed by the desired file name to create a blank file.

    • For example, to create a file named 'example.txt', you would run: touch example.txt

    • The 'touch' command can also be used to update the timestamp of an existing file.

  • Answered by AI
  • Q6. How to install packages in rhel
  • Ans. 

    To install packages in RHEL, use the yum package manager.

    • Open the terminal and log in as root or use sudo

    • Use the command 'yum install package_name' to install a package

    • Use 'yum search keyword' to search for a package

    • Use 'yum update' to update all installed packages

    • Use 'yum remove package_name' to remove a package

  • Answered by AI
  • Q7. Diffrence between yum vs weget
  • Ans. 

    yum is a package manager for RPM-based Linux distributions, while wget is a command-line tool for downloading files from the internet.

    • yum is used for installing, updating, and removing packages on a system

    • wget is used for downloading files from the internet, including packages

    • yum uses repositories to manage packages, while wget can download files from any URL

    • yum can resolve dependencies automatically, while wget does n...

  • Answered by AI
  • Q8. Entry of local repo in rhel 7.2
  • Ans. 

    To add a local repo in RHEL 7.2, create a .repo file in /etc/yum.repos.d/ directory.

    • Create a .repo file in /etc/yum.repos.d/ directory

    • Add the necessary details like name, baseurl, enabled, gpgcheck, etc. in the .repo file

    • Save the file and run 'yum clean all' command to clear the cache

    • Run 'yum repolist' command to verify if the local repo is added successfully

  • Answered by AI
  • Q9. What is cron tab & how to setup
  • Ans. 

    Cron tab is a time-based job scheduler in Linux used to automate repetitive tasks. It runs in the background and executes commands at specified intervals.

    • Cron tab is configured using the 'crontab' command

    • Each user has their own crontab file located in /var/spool/cron/crontabs/

    • The syntax for setting up a cron job is: * * * * * command-to-be-executed

    • The five asterisks represent the minute, hour, day of the month, month, ...

  • Answered by AI
  • Q10. Diffrence between rhel vs centos
  • Ans. 

    RHEL is a commercial distribution with paid support, while CentOS is a free, community-driven distribution.

    • RHEL is developed by Red Hat and requires a paid subscription for support and updates.

    • CentOS is a community-driven distribution that is free to use and receives updates from the community.

    • Both distributions are based on the same source code and are binary compatible.

    • CentOS is often used as a free alternative to RH...

  • Answered by AI
  • Q11. How to kill process in rhel 7.2
  • Ans. 

    To kill a process in RHEL 7.2, use the 'kill' command followed by the process ID.

    • Identify the process ID using 'ps' command

    • Use 'kill' command followed by the process ID to terminate the process

    • Use 'kill -9' command to force kill the process if it doesn't respond to regular kill command

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please read basic & some advanced of rhel & CentOS before scheduling interviews.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Linux fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Linux concepts such DNS, YUM, DHCP, SAMBA SMB, NFS, LVM partitioning.

I applied via Company Website and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quantitative aptitude and logical aptitude test

Round 2 - Coding Test 

There will be 2 code and you need to understand and input missing lines then run it, after successful completion you will be selected for round 3. You need to run at least 1 code successfully.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard to achieve something.

I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Core details and background of current profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear about basics and have sound knowledge of technology.

I applied via LinkedIn and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. How to to patching on physical servers
  • Ans. 

    Patching physical servers involves identifying vulnerabilities, testing patches, scheduling downtime, and applying patches.

    • Identify vulnerabilities through vulnerability scanning or manual review

    • Test patches in a non-production environment to ensure compatibility and stability

    • Schedule downtime with stakeholders and communicate the impact of the patching

    • Apply patches using a patch management tool or manually

    • Verify the s...

  • Answered by AI
  • Q2. How to do patching roll back
  • Ans. 

    Patching rollback can be done by identifying the patch, uninstalling it, and restoring the previous version.

    • Identify the patch that caused the issue

    • Uninstall the patch using the appropriate command

    • Restore the previous version of the software or package

    • Test to ensure the issue has been resolved

  • Answered by AI
  • Q3. Rhel6 vs rhel7
  • Ans. 

    RHEL7 is the newer version with improved features and security updates.

    • RHEL7 has better support for Docker and containers

    • RHEL7 has improved security features like firewalld and SELinux

    • RHEL7 has updated versions of software packages

    • RHEL7 has a new default file system, XFS

    • RHEL7 has improved networking capabilities with NetworkManager

    • RHEL6 is still widely used and has long-term support until 2024

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepare for patching related things and to make your understanding on vulnerability fixes. RHV

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Still not schedule interview please schedule the interview
  • Q2. How long will take scheduling the interview
  • Q3. How long will take for scheduling the interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to speed up interviews

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. How much experience you have
Round 3 - HR 

(1 Question)

  • Q1. What is the Expected CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is good.
Make sure your Job description.
They may be change your job according to the projects need.
If they promised to provide joining bonus please make sure it is in offer letter other wise they not going to pay you later after joining.

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Current roles and responsibilities,LVM, boot process, satellite, grub issue, user access management
  • Q2. ACL, patching process

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever mentioned in resume make sure you are aware of those things and explain everything which is written there

I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is group policy
  • Ans. 

    Group Policy is a feature in Windows that allows administrators to manage user and computer settings centrally.

    • Group Policy is used to enforce security policies, software installation, and other settings across a network.

    • It allows administrators to control user access to resources, restrict software installation, and configure network settings.

    • Group Policy settings are stored in Group Policy Objects (GPOs) that can be ...

  • Answered by AI
  • Q2. What is fsmo? Explain in detail
  • Ans. 

    FSMO stands for Flexible Single Master Operations. It is a role in Active Directory that controls specific domain-wide operations.

    • FSMO roles are divided into two categories: forest-wide and domain-wide.

    • There are five FSMO roles: Schema Master, Domain Naming Master, RID Master, PDC Emulator, and Infrastructure Master.

    • The Schema Master controls all updates and modifications to the schema.

    • The Domain Naming Master controls...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please work hard to get job. Learn technical skills prepare for yourself. Attend interview grow knowledg

Skills evaluated in this interview

I was interviewed in Apr 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic knowledge for linux

Interview Preparation Tips

Interview preparation tips for other job seekers - Please confirm for hiring for radhat linux administrator

Magnon Solutions Interview FAQs

How many rounds are there in Magnon Solutions Linux System Administrator interview?
Magnon Solutions interview process usually has 1 rounds. The most common rounds in the Magnon Solutions interview process are One-on-one Round.
What are the top questions asked in Magnon Solutions Linux System Administrator interview?

Some of the top questions asked at the Magnon Solutions Linux System Administrator interview -

  1. How to configure Apache server in red hat ...read more
  2. What is use for lsblk command in r...read more
  3. How to create blank file in r...read more

Tell us how to improve this page.

Magnon Solutions Linux System Administrator Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

3.0

Work-life balance

4.0

Salary

3.0

Job security

5.0

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Key Account Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Android Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Magnon Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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