Upload Button Icon Add office photos

Filter interviews by

Inox Network Interview Questions and Answers

Updated 2 Oct 2024

Inox Network Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. Asked about my self
  • Q2. Regarding tools

Linux System Administrator Interview Questions asked at other Companies

Q1. What are the causes of user not able to login application
View answer (9)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Difference between yum and rpm
  • Ans. 

    yum is a package manager that resolves dependencies and installs packages from repositories, while rpm is a low-level package manager that installs packages directly.

    • yum is a high-level package manager that uses rpm as its underlying package management system

    • yum resolves dependencies automatically and installs packages from configured repositories

    • rpm is a low-level package manager that installs packages directly, witho...

  • Answered by AI
  • Q2. What is ls - l
  • Ans. 

    ls -l is a command used in Linux to list files and directories in long format.

    • Displays file/directory permissions, owner, group, size, date modified, and name

    • The first character of the output indicates whether it is a file (-) or directory (d)

    • Example: ls -l /home/user/Documents

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion , education and family background

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best just be confident and clear . prepare well before interview.

Skills evaluated in this interview

Linux System Administrator Interview Questions asked at other Companies

Q1. What are the causes of user not able to login application
View answer (9)

Interview questions from similar companies

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 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 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 Recruitment Consultant and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

12 Questions

  • Q1. What is LVM why we use LVM
  • Ans. 

    LVM (Logical Volume Manager) is a disk management tool used in Linux systems to manage storage devices and create logical volumes.

    • LVM allows for easy management of storage by abstracting physical storage devices into logical volumes.

    • It provides features like volume resizing, snapshots, and striping for improved performance and flexibility.

    • LVM enables dynamic allocation of storage space, making it easier to add or remov...

  • Answered by AI
  • Q2. What is patching
  • Ans. 

    Patching is the process of applying updates or fixes to software or systems to address vulnerabilities or improve functionality.

    • Patching involves downloading and installing updates provided by software vendors.

    • It helps to fix bugs, security vulnerabilities, and improve performance.

    • Patches can be applied to operating systems, applications, or firmware.

    • Regular patching is crucial to maintain system integrity and protect ...

  • Answered by AI
  • Q3. How to configure LVM
  • Ans. 

    LVM (Logical Volume Manager) is configured by creating physical volumes, volume groups, and logical volumes.

    • Create physical volumes using the 'pvcreate' command

    • Create volume groups using the 'vgcreate' command

    • Create logical volumes using the 'lvcreate' command

    • Format the logical volumes with a file system using the 'mkfs' command

    • Mount the logical volumes to desired mount points using the 'mount' command

    • Update the '/etc/

  • Answered by AI
  • Q4. SSH passwordless authentication
  • Q5. What is Decommission and recomission
  • Ans. 

    Decommission is the process of retiring a system or service, while recommission is the process of bringing it back into service.

    • Decommission involves shutting down and removing a system or service from operation.

    • Recommission involves restoring a decommissioned system or service back into operation.

    • Decommission and recommission are common processes in IT infrastructure management.

    • Examples include retiring an old server ...

  • Answered by AI
  • Q6. What is NFS advantages of NFS
  • Ans. 

    NFS allows remote access to files and directories, providing centralized storage and easy sharing.

    • Enables sharing of files and directories across multiple systems

    • Reduces storage costs by centralizing data on a single server

    • Improves data availability and reliability through redundancy

    • Simplifies administration by allowing for centralized management

    • Examples: Sharing files between a web server and a database server, sharin

  • Answered by AI
  • Q7. How create a user in single line commands
  • Ans. 

    A user can be created in a single line command using the 'useradd' command in Linux.

    • Use the 'useradd' command followed by the username to create a user.

    • Specify additional options like home directory, shell, etc. if required.

    • Example: useradd john -m -s /bin/bash

  • Answered by AI
  • Q8. How to reset the root password
  • Ans. 

    To reset the root password, you can use the single-user mode or a bootable Linux distribution.

    • Boot into single-user mode by interrupting the boot process and appending 'init=/bin/bash' to the kernel command line.

    • Remount the root filesystem as read-write using the 'mount -o remount,rw /' command.

    • Change the root password using the 'passwd' command.

    • Alternatively, boot from a bootable Linux distribution like a Live CD or U...

  • Answered by AI
  • Q9. What are the causes of user not able to login application
  • Ans. 

    Possible causes of user not able to login to an application

    • Incorrect username or password

    • Account locked or disabled

    • Expired password

    • Network connectivity issues

    • Application server down

    • Incorrect permissions or access rights

    • Firewall blocking access

    • Authentication server issues

    • Application configuration errors

  • Answered by AI
  • Q10. How to set passwd newly created user
  • Ans. 

    To set the password for a newly created user in Linux, use the 'passwd' command followed by the username.

    • Open the terminal or SSH into the Linux system

    • Run the 'passwd' command followed by the username of the new user

    • Enter and confirm the new password when prompted

  • Answered by AI
  • Q11. What is cron job how to write
  • Ans. 

    A cron job is a scheduled task that runs automatically at specific intervals on a Linux system.

    • Cron jobs are managed by the cron daemon, which reads a configuration file called crontab.

    • To write a cron job, you need to edit the crontab file using the 'crontab' command.

    • Each line in the crontab file represents a separate cron job and follows a specific format.

    • The format consists of five fields: minute, hour, day of month,...

  • Answered by AI
  • Q12. What is I node number
  • Ans. 

    An I node number is a unique identifier assigned to each file in a Unix-like file system.

    • I node number is also known as index node number.

    • It contains metadata about the file such as ownership, permissions, timestamps, etc.

    • It is used by the operating system to locate and access the file on the disk.

    • The command 'ls -i' can be used to display the I node number of a file.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I gave 2 rounds to capgemini they are asked mostly above mentioned questions and basic of networking

Skills evaluated in this interview

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 appeared for an interview 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
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Mar 2023. 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. LVM Raid levels Mail server DNS server nfs server DHCP server MySQL server log server file system FTP server SSH
  • Q2. LVM Raid levels Mail server DHCP server MySQL server DNS server Log server file system FTP server SSH
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2023. 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 - Online interview 

(2 Questions)

  • Q1. Linux installation Software installations
  • Q2. DNS configuration Storage management

Inox Network Interview FAQs

How many rounds are there in Inox Network interview?
Inox Network interview process usually has 2 rounds. The most common rounds in the Inox Network interview process are HR, Resume Shortlist and One-on-one Round.
What are the top questions asked in Inox Network interview?

Some of the top questions asked at the Inox Network interview -

  1. What is ls ...read more
  2. Difference between yum and ...read more
  3. Regarding to...read more

Tell us how to improve this page.

Inox Network Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

Inox Network Reviews and Ratings

based on 5 reviews

4.8/5

Rating in categories

4.7

Skill development

4.6

Work-life balance

4.6

Salary

4.6

Job security

4.8

Company culture

4.1

Promotions

4.5

Work satisfaction

Explore 5 Reviews and Ratings
Linux System Administrator
10 salaries
unlock blur

₹2.6 L/yr - ₹3.1 L/yr

Desktop Support Engineer
3 salaries
unlock blur

₹1.4 L/yr - ₹2.5 L/yr

Linux Administrator L1
3 salaries
unlock blur

₹2 L/yr - ₹2.4 L/yr

Explore more salaries
Compare Inox Network with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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