Upload Button Icon Add office photos

Filter interviews by

HCL Group Linux Administrator Interview Questions, Process, and Tips

Updated 28 Jul 2024

Top HCL Group Linux Administrator Interview Questions and Answers

View all 10 questions

HCL Group Linux Administrator Interview Experiences

5 interviews found

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
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
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself and salary discussion

Skills evaluated in this interview

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

Skills evaluated in this interview

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 TCS
Q2. What is lvm, repo, softlink hardlink, NTP, nfs, apache, and linux ... read more
asked in Accenture
Q3. How to scan if new hard is attached to a system
asked in Cognizant
Q4. How to check Kernel and OS Version, How to change file permission ... read more
Q5. what is DNS, what is a raid, how do you optimize disk space, what ... read more
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:
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 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
  • 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

Interview Preparation Tips

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

Skills evaluated in this interview

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:
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 - 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
  • 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
  • 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

Interview Preparation Tips

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

Skills evaluated in this interview

HCL Group interview questions for designations

 Linux System Administrator

 (1)

 System Administrator

 (2)

 Security Administrator

 (1)

 DB2 Database Administrator

 (1)

 Data Administrator

 (1)

 Software Engineer

 (30)

 Senior Software Engineer

 (14)

 Technical Lead

 (10)

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
  • 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

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

Get interview-ready with Top HCL Group Interview Questions

Interview questions from similar companies

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
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. How to configure NFS
  • Ans. 

    NFS can be configured by setting up the NFS server, exporting directories, and configuring client access.

    • Install NFS server package on the server

    • Edit /etc/exports file to specify directories to be shared

    • Restart NFS service to apply changes

    • Configure client access by mounting NFS shares on client machines

  • Answered by AI
  • Q2. How to perform patching
  • Ans. 

    Patching involves applying updates to software to fix vulnerabilities and improve performance.

    • Identify the software that needs to be patched

    • Download the necessary patches from the vendor's website

    • Test the patches in a non-production environment before applying them to production systems

    • Schedule a maintenance window to apply the patches

    • Apply the patches using tools like yum, apt-get, or Windows Update

    • Verify that the pat...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Location discussion

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why want to work in Tech m
  • Q2. Why want to work in Tech M

Interview Preparation Tips

Interview preparation tips for other job seekers - Tech Mahindra never focus in Noida, Gurgaon, they give priority to Pune, Mumbai.
They hired employees for Noida office and send them to other location also do not give relocation if person change his/her location. Gratuity bonus , they give only 20,000 per employees after depending 5 years in name of bonus
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Discribe boot process
  • Q2. User management
Round 2 - Technical 

(2 Questions)

  • Q1. Describe about acl
  • Ans. 

    ACL stands for Access Control List, a set of permissions attached to an object that specifies which users or system processes are granted access to that object.

    • ACLs are used to control access to files, directories, and other resources on a system.

    • They define who can read, write, or execute a file or directory.

    • ACLs can be set on a per-user or per-group basis, allowing for more granular control over access permissions.

    • Ex...

  • Answered by AI
  • Q2. Discribe about lvm
  • Ans. 

    LVM (Logical Volume Manager) is a tool used in Linux to manage storage by creating logical volumes from physical volumes.

    • LVM allows for dynamic resizing of logical volumes without downtime.

    • It provides features like snapshots, striping, mirroring, and thin provisioning.

    • Physical volumes are divided into extents, which can be allocated to logical volumes.

    • Commands like pvcreate, vgcreate, lvcreate are used to create physic...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
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 - Technical 

(4 Questions)

  • Q1. File system user Management
  • Q2. LVM NFS server FTP server SSH log server file system user Management DNS server troubleshooting network management
  • Q3. LVM FTP server DNS server
  • Q4. Samba server Web Apche server Managing Selinux Job Automation

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 One-on-one Round.
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 Linux Administrator Interview Process

based on 5 interviews

1 Interview rounds

  • Technical Round
View more
HCL Group Linux Administrator Salary
based on 69 salaries
₹2.8 L/yr - ₹8.5 L/yr
6% less than the average Linux Administrator Salary in India
View more details

HCL Group Linux Administrator Reviews and Ratings

based on 10 reviews

4.8/5

Rating in categories

3.9

Skill development

4.5

Work-life balance

4.0

Salary

4.9

Job security

4.7

Company culture

3.0

Promotions

4.5

Work satisfaction

Explore 10 Reviews and Ratings
Technical Lead
3.3k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Software Engineer
3.2k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
2.7k salaries
unlock blur

₹4.8 L/yr - ₹18.3 L/yr

Lead Engineer
2.4k salaries
unlock blur

₹4.3 L/yr - ₹14 L/yr

Senior Analyst
2.1k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Explore more salaries
Compare HCL Group with

HCLTech

3.5
Compare

TCS

3.7
Compare

Tata Group

4.2
Compare

Wipro

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