AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

HCL Group

Compare button icon Compare button icon Compare
3.6

based on 5.8k Reviews

Play video Play video Video summary
  • About
  • Reviews
    5.8k
  • Salaries
    44.2k
  • Interviews
    479
  • Jobs
    -
  • Benefits
    717
  • Photos
    1
  • Posts
    2

Filter interviews by

HCL Group Linux Administrator Interview Questions and Answers

Updated 28 Jul 2024

10 Interview questions

A Linux Administrator was asked 12mo ago
Q. How do you check production servers?
Ans. 

To check prod servers, use monitoring tools, log files, performance metrics, and manual checks.

  • Use monitoring tools like Nagios, Zabbix, or Prometheus to track server health and performance.

  • Check log files for any errors or warnings that could indicate issues on the prod servers.

  • Monitor performance metrics such as CPU usage, memory usage, disk space, and network traffic.

  • Perform manual checks on critical services a...

A Linux Administrator was asked
Q. How do you schedule a cron job?
Ans. 

To schedule a cron job, use the crontab command to edit the cron table file.

  • Use the crontab -e command to open the cron table file for editing

  • Add a new line to the file with the schedule timing and the command to be executed

  • Save and exit the file to schedule the cron job

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
View answers (2)
asked in Infosys
Q2. If a server patched with a new kernel update reboots and comes up ... read more
View answer (1)
asked in Cognizant
Q3. How to check Kernel and OS Version, How to change file permission ... read more
View answer (1)
asked in Accenture
Q4. How do you scan for a newly attached hard drive on a system?
View answers (2)
asked in TCS
Q5. What is lvm, repo, softlink hardlink, NTP, nfs, apache, and linux ... read more
View answer (1)
View All
A Linux Administrator was asked
Q. What is a sticky bit?
Ans. 

Sticky bit is a permission in Unix/Linux that allows only the owner of a file to delete or rename it.

  • Sticky bit is represented by a 't' in the permissions of a file or directory.

  • When the sticky bit is set on a directory, only the owner of a file within that directory can delete or rename the file.

  • Commonly used on directories like /tmp to prevent users from deleting each other's files.

  • Example: chmod +t directory_na...

A Linux Administrator was asked
Q. How do you check logs for a specific time period and send a report to the client?
Ans. 

To check logs at a particular time and send a report to the client, use the 'grep' command and a cron job.

  • Use the 'grep' command to search for logs at a specific time.

  • Create a cron job to run the 'grep' command at the desired time.

  • Use a script to format the log data and send it to the client.

  • Consider using a tool like Logwatch or Logrotate for automated log management.

What people are saying about HCL Group

View All
sankalp344
Verified Icon
13h
currently not working
Job
Do top companies like Deloitte,KPMG,Tcs,HCL,Ey,etc hire someone from correspondence graduation ?
Got a question about HCL Group?
Ask anonymously on communities.
A Linux Administrator was asked
Q. What is rollback patching?
Ans. 

Rollback patching is a process of reverting a patch or update to a previous version.

  • Rollback patching is useful when a patch or update causes issues or conflicts with the system.

  • It involves undoing the changes made by the patch or update and restoring the system to its previous state.

  • Rollback patching can be done manually or automatically depending on the system and the patching process.

  • Examples of rollback patchi...

A Linux Administrator was asked
Q. How do you create a repository?
Ans. 

To create a repository, you need to choose a package manager and create a configuration file.

  • Choose a package manager like YUM or APT

  • Create a configuration file with repository details

  • Add packages to the repository

  • Sign the repository to ensure package integrity

  • Publish the repository for others to use

A Linux Administrator was asked 10mo ago
Q. What is top and ps
Ans. 

top and ps are commands used in Linux to display information about running processes and system resource usage.

  • top command displays real-time information about running processes, CPU usage, and memory usage

  • ps command displays a snapshot of the current processes running on the system

  • Both commands can be used to monitor system performance and troubleshoot issues

Are these interview questions helpful?
A Linux Administrator was asked 12mo ago
Q. What is linux and what is difference between unix and linux
Ans. 

Linux is an open-source operating system based on Unix. Unix is a family of multitasking, multiuser computer operating systems.

  • Linux is open-source and free to use, while Unix is proprietary and usually requires a license.

  • Linux has a larger community and more distributions (e.g. Ubuntu, CentOS), while Unix has fewer variations (e.g. Solaris, AIX).

  • Linux is more customizable and can run on a wider range of hardware,...

A Linux Administrator was asked
Q. What is linux what are the components of linux
Ans. 

Linux is an open-source operating system based on Unix. Its components include kernel, shell, GUI, utilities, and applications.

  • Kernel: manages hardware resources and provides services to other system components

  • Shell: provides a command-line interface for users to interact with the system

  • GUI: provides a graphical interface for users to interact with the system

  • Utilities: perform various system tasks such as file man...

A Linux Administrator was asked
Q. What are links tell me about linux linux permission
Ans. 

Links are pointers to files or directories. Linux permissions control access to files and directories.

  • Links can be hard links or symbolic links

  • Hard links point directly to the file's inode

  • Symbolic links point to the file's path

  • Linux permissions are divided into three categories: owner, group, and others

  • Each category has three types of permissions: read, write, and execute

  • Permissions can be set using chmod command

HCL Group Linux Administrator Interview Experiences

5 interviews found

Linux Administrator Interview Questions & Answers

user image vinay k

posted on 8 May 2024

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

(1 Question)

  • Q1. How to scheduled cron job
  • Ans. 

    To schedule a cron job, use the crontab command to edit the cron table file.

    • Use the crontab -e command to open the cron table file for editing

    • Add a new line to the file with the schedule timing and the command to be executed

    • Save and exit the file to schedule the cron job

  • Answered by AI
    Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. What is sticky bit
  • Ans. 

    Sticky bit is a permission in Unix/Linux that allows only the owner of a file to delete or rename it.

    • Sticky bit is represented by a 't' in the permissions of a file or directory.

    • When the sticky bit is set on a directory, only the owner of a file within that directory can delete or rename the file.

    • Commonly used on directories like /tmp to prevent users from deleting each other's files.

    • Example: chmod +t directory_name

  • Answered by AI
    Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself and salary discussion
  • Add your answer

Skills evaluated in this interview

Anonymous

Linux Administrator Interview Questions & Answers

user image Anonymous

posted on 28 Jul 2024

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

(1 Question)

  • Q1. What is top and ps
  • Ans. 

    top and ps are commands used in Linux to display information about running processes and system resource usage.

    • top command displays real-time information about running processes, CPU usage, and memory usage

    • ps command displays a snapshot of the current processes running on the system

    • Both commands can be used to monitor system performance and troubleshoot issues

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Linux Administrator Interview Questions & Answers

user image Anonymous

posted on 6 May 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is linux what are the components of linux
  • Ans. 

    Linux is an open-source operating system based on Unix. Its components include kernel, shell, GUI, utilities, and applications.

    • Kernel: manages hardware resources and provides services to other system components

    • Shell: provides a command-line interface for users to interact with the system

    • GUI: provides a graphical interface for users to interact with the system

    • Utilities: perform various system tasks such as file manageme...

  • Answered by AI
    Add your answer
  • Q2. What are links tell me about linux linux permission
  • Ans. 

    Links are pointers to files or directories. Linux permissions control access to files and directories.

    • Links can be hard links or symbolic links

    • Hard links point directly to the file's inode

    • Symbolic links point to the file's path

    • Linux permissions are divided into three categories: owner, group, and others

    • Each category has three types of permissions: read, write, and execute

    • Permissions can be set using chmod command

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack if you are strong with basics

Skills evaluated in this interview

Anonymous

Linux Administrator Interview Questions & Answers

user image Anonymous

posted on 28 Mar 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Feb 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 - One-on-one 

(3 Questions)

  • Q1. What is roolback patching
  • Ans. 

    Rollback patching is a process of reverting a patch or update to a previous version.

    • Rollback patching is useful when a patch or update causes issues or conflicts with the system.

    • It involves undoing the changes made by the patch or update and restoring the system to its previous state.

    • Rollback patching can be done manually or automatically depending on the system and the patching process.

    • Examples of rollback patching to...

  • Answered by AI
    Add your answer
  • Q2. How to check logs perticular time and send report client
  • Ans. 

    To check logs at a particular time and send a report to the client, use the 'grep' command and a cron job.

    • Use the 'grep' command to search for logs at a specific time.

    • Create a cron job to run the 'grep' command at the desired time.

    • Use a script to format the log data and send it to the client.

    • Consider using a tool like Logwatch or Logrotate for automated log management.

  • Answered by AI
    Add your answer
  • Q3. How to create repository
  • Ans. 

    To create a repository, you need to choose a package manager and create a configuration file.

    • Choose a package manager like YUM or APT

    • Create a configuration file with repository details

    • Add packages to the repository

    • Sign the repository to ensure package integrity

    • Publish the repository for others to use

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident interview is easy some questions are different

Skills evaluated in this interview

Anonymous

Linux Administrator Interview Questions & Answers

user image Anonymous

posted on 9 Jun 2024

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

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is linux and what is difference between unix and linux
  • Ans. 

    Linux is an open-source operating system based on Unix. Unix is a family of multitasking, multiuser computer operating systems.

    • Linux is open-source and free to use, while Unix is proprietary and usually requires a license.

    • Linux has a larger community and more distributions (e.g. Ubuntu, CentOS), while Unix has fewer variations (e.g. Solaris, AIX).

    • Linux is more customizable and can run on a wider range of hardware, whil...

  • Answered by AI
    Add your answer
  • Q2. How to check prod servers
  • Ans. 

    To check prod servers, use monitoring tools, log files, performance metrics, and manual checks.

    • Use monitoring tools like Nagios, Zabbix, or Prometheus to track server health and performance.

    • Check log files for any errors or warnings that could indicate issues on the prod servers.

    • Monitor performance metrics such as CPU usage, memory usage, disk space, and network traffic.

    • Perform manual checks on critical services and ap...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

Anonymous

Interview questions from similar companies

company Logo

Linux Administrator Interview Questions & Answers

Infosys user image Anonymous

posted on 18 Feb 2021

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?
  • Add your answer

Interview Preparation Tips

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

Linux Administrator Interview Questions & Answers

Wipro user image Anonymous

posted on 31 Jul 2021

Interview Questionnaire 

1 Question

  • Q1. Raid level configuration
  • Add your answer
Anonymous
Are these interview questions helpful?
company Logo

Linux Administrator Interview Questions & Answers

Wipro user image Pawar Shivani

posted on 6 Jan 2021

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Linux development
  • Ans. 

    Linux development involves creating and maintaining the Linux operating system and its associated software.

    • Linux development involves writing and modifying code for the Linux kernel and associated software

    • Developers work on improving performance, adding new features, and fixing bugs

    • Examples of Linux development projects include the Linux kernel, GNU tools, and desktop environments like GNOME and KDE

  • Answered by AI
    Add your answer
Anonymous
company Logo

Linux Administrator Interview Questions & Answers

IBM user image Anonymous

posted on 6 Mar 2024

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
    Add your answer

Skills evaluated in this interview

Anonymous
company Logo

Linux Administrator Interview Questions & Answers

IBM user image Anonymous

posted on 8 Jul 2020

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
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be active and give elaborate the incident with brift matter
Anonymous
More about working at HCL Group
  • IT Services & Consulting
  • 1 Lakh+ Employees (India)

HCL Group Interview FAQs

How many rounds are there in HCL Group Linux Administrator interview?
HCL Group interview process usually has 1-2 rounds. The most common rounds in the HCL Group interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in HCL Group Linux Administrator interview?

Some of the top questions asked at the HCL Group Linux Administrator interview -

  1. how to check logs perticular time and send report cli...read more
  2. What are links tell me about linux linux permiss...read more
  3. what is linux and what is difference between unix and li...read more

Tell us how to improve this page.

HCL Group Interviews By Designations

  • HCL Group Software Engineer Interview Questions
  • HCL Group Analyst Interview Questions
  • HCL Group Senior Software Engineer Interview Questions
  • HCL Group Technical Lead Interview Questions
  • HCL Group Lead Engineer Interview Questions
  • HCL Group Software Developer Interview Questions
  • HCL Group Softwaretest Engineer Interview Questions
  • HCL Group Senior Technical Lead Interview Questions
  • Show more
  • HCL Group Senior Analyst Interview Questions
  • HCL Group Consultant Interview Questions

Interview Questions for Popular Designations

  • Senior Engineer Interview Questions
  • Senior Associate Interview Questions
  • Senior Analyst Interview Questions
  • System Administrator Interview Questions
  • Senior Specialist Interview Questions
  • Cloud Engineer Interview Questions
  • IT Manager Interview Questions
  • Senior System Administrator Interview Questions
  • Show more
  • Vmware Administrator Interview Questions
  • Backup Administrator Interview Questions

Overall Interview Experience Rating

4.2/5

based on 5 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 67%
2-4 weeks 33%
View more

Linux Administrator Interview Questions from Similar Companies

TCS
TCS Linux Administrator Interview Questions
3.6
 • 11 Interviews
Wipro
Wipro Linux Administrator Interview Questions
3.7
 • 10 Interviews
HCLTech
HCLTech Linux Administrator Interview Questions
3.5
 • 8 Interviews
Cognizant
Cognizant Linux Administrator Interview Questions
3.7
 • 7 Interviews
Infosys
Infosys Linux Administrator Interview Questions
3.6
 • 6 Interviews
IBM
IBM Linux Administrator Interview Questions
4.0
 • 6 Interviews
Capgemini
Capgemini Linux Administrator Interview Questions
3.7
 • 3 Interviews
Accenture
Accenture Linux Administrator Interview Questions
3.8
 • 2 Interviews
Tech Mahindra
Tech Mahindra Linux Administrator Interview Questions
3.5
 • 2 Interviews
DXC Technology
DXC Technology Linux Administrator Interview Questions
3.7
 • 1 Interview
View all
HCL Group Linux Administrator Salary
based on 64 salaries
₹2.8 L/yr - ₹8.5 L/yr
16% less than the average Linux Administrator Salary in India
View more details

HCL Group Linux Administrator Reviews and Ratings

based on 10 reviews

4.9/5

Rating in categories

3.9

Skill development

4.8

Work-life balance

4.1

Salary

4.9

Job security

4.8

Company culture

2.9

Promotions

4.7

Work satisfaction

Explore 10 Reviews and Ratings
HCL Group Salaries in India
Technical Lead
2.9k salaries
unlock blur

₹12.4 L/yr - ₹23 L/yr

Software Engineer
2.8k salaries
unlock blur

₹3.5 L/yr - ₹7.3 L/yr

Senior Software Engineer
2.3k salaries
unlock blur

₹5.9 L/yr - ₹16.4 L/yr

Lead Engineer
2k salaries
unlock blur

₹5.8 L/yr - ₹14 L/yr

Senior Analyst
1.7k salaries
unlock blur

₹3.2 L/yr - ₹7.1 L/yr

Explore more salaries
Compare HCL Group with
HCLTech

HCLTech

3.5
Compare
TCS

TCS

3.6
Compare
Accenture

Accenture

3.7
Compare
Wipro

Wipro

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • HCL Group Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter