Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by CGI Group Team. If you also belong to the team, you can get access from here

CGI Group Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 4.3k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

CGI Group Linux Administrator Interview Questions and Answers

Updated 11 Jan 2025

CGI Group Linux Administrator Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Different and high level questions not meant for 0-2 years of experience candidates.

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview was rescheduled 3 times!! And after finishing my technical round, there were no updates at all. They just completely ghosted me. No matter what the result, you have to respect the candidate's time and interest and inform them about the same. On top of this, the interview itself was a disaster. The interviewer was uninterested and was making the process much more difficult for me, asking irrelevant questions that are not my expertise or complex considering I just have around 2 years of experience in the field. Overall, I just didn't like their attitude towards candidates.

Interview questions from similar companies

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Basic role and responsibility
  • Q2. Previous company details like CTC and expect CTC
Round 2 - Technical 

(3 Questions)

  • Q1. Linux senerio based Question
  • Ans. LVM concept, How to create LV and LV extend and If you server unable to connect what is your actions? Patching And patching execluding kernel and Script for 100server patching. Some of question relaated to Linux Networking concept and telnet, netstat, top commnad output full details all row and collum Load average, lvexten, how many server you manage, NFS full details every thing ie. exportfs command full details....
  • Answered by Nafeesh Ahmad
  • Q2. How to troubleshoot network issue?
  • Ans. 

    To troubleshoot network issues, start by checking physical connections, verifying network settings, testing connectivity, and analyzing network traffic.

    • Check physical connections (cables, ports, etc.)

    • Verify network settings (IP address, subnet mask, gateway, DNS)

    • Test connectivity using tools like ping, traceroute, and netcat

    • Analyze network traffic with tools like Wireshark or tcpdump

  • Answered by AI
  • Q3. How to manage user account using LDAP
  • Ans. 

    LDAP can be used to manage user accounts by storing user information in a centralized directory.

    • Set up LDAP server and configure it to store user account information

    • Use LDAP client tools to manage user accounts such as creating, modifying, or deleting accounts

    • Authenticate users against LDAP server for access control

    • Implement LDAP schema to define attributes and object classes for user accounts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concepts of Linux

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Introduce your self
  • Ans. 

    I am a dedicated Linux Administrator with 5 years of experience in managing servers, troubleshooting issues, and implementing security measures.

    • 5 years of experience in Linux administration

    • Proficient in managing servers and troubleshooting issues

    • Skilled in implementing security measures

    • Familiar with scripting languages like Bash and Python

  • Answered by AI
  • Q2. Salary expected
  • Ans. 

    I am looking for a competitive salary based on my experience, skills, and the responsibilities of the role.

    • Research the average salary range for Linux Administrators in your area

    • Consider your level of experience and any specialized skills you bring to the role

    • Be prepared to negotiate based on the responsibilities and expectations of the position

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to check the integrity of a file system or consistency of the file sys tem
  • Ans. 

    File system integrity can be checked using fsck command in Linux.

    • Use fsck command to check and repair file system errors

    • Run fsck on unmounted file systems for accurate results

    • Use options like -y to automatically repair errors without user intervention

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Sep 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. How to check Kernel and OS Version, How to change file permissions, Whar are the default permissions of few files, In which file user id and password stored, Network configuration stored in which file, How...
  • Ans. 

    To check Kernel and OS Version, change file permissions, view default permissions of files, locate user id and password file, find network configuration file, and filter keywords.

    • To check Kernel and OS Version: Use 'uname -a' command

    • To change file permissions: Use 'chmod' command followed by permission code and file name

    • Default permissions of few files: For example, /etc/passwd has 644 permissions

    • User id and password s...

  • Answered by AI
  • Q2. What is LVM, Explain LVM Architecture, What is Raid, What is the booting process of RHEL, How to manage failed unmount or mount, What are the issues you have faced in working with Linux Servers, What is sp...
  • Ans. 

    LVM is Logical Volume Manager used for managing disk space, RAID is Redundant Array of Independent Disks for data protection, RHEL boot process involves BIOS, GRUB, kernel loading, and init process.

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

    • RAID combines multiple disks for data redundancy or performance improvement.

    • RHEL boot process involves BIOS POST, GRUB bootloader, kernel loading, and init ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basics.

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. How to scan if new hard is attached to a system
  • Ans. 

    Use 'lsblk' command to scan for new hard drives attached to the system.

    • Open terminal and type 'lsblk' command

    • Check for any new devices listed in the output

    • Alternatively, use 'fdisk -l' command to list all disks and partitions

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How to role back updates
  • Ans. 

    To roll back updates, identify the update and use the appropriate command to remove it.

    • Identify the update that needs to be rolled back

    • Use the appropriate command to remove the update

    • Verify that the rollback was successful

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good questions, Linux troubleshooting, kernel, yum, ntp

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be straight on your point

I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. All scenario based questions.
  • Q2. Ssh, nagios, apache
  • Q3. Basic networking

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are confident you will get selected even if u don't know much about the concept. Only thing is you have to have an attitude of learning.

I applied via Naukri.com and was interviewed in Nov 2019. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Be clear about basic Linux concepts like user administration, basic activities like how to clear disk space, daily activities to begin with
  • Q2. I was asked questions on ssh key authentication, passwordless authentication, Booting, kernel related issues,
  • Q3. Patching and the process of how I do patching
  • Ans. 

    Patching is the process of updating software to fix vulnerabilities and improve performance.

    • Patching involves identifying and applying updates to software systems.

    • It is important to regularly check for patches and updates from vendors.

    • Patching can be done manually or through automated tools.

    • Before applying patches, it is crucial to test them in a controlled environment.

    • Patching should be performed in a planned and syst...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I was interviewed for Professional 1 System administrator.
The interview went for more than one hour.
Feel free to ask questions if you do not understand the questions.

Skills evaluated in this interview

CGI Group Interview FAQs

How many rounds are there in CGI Group Linux Administrator interview?
CGI Group interview process usually has 1 rounds. The most common rounds in the CGI Group interview process are Technical.
How to prepare for CGI Group Linux 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 CGI Group. The most common topics and skills that interviewers at CGI Group expect are Linux, VMware, CGI, Unix and Automation.

Tell us how to improve this page.

CGI Group Linux Administrator Salary
based on 48 salaries
₹2.6 L/yr - ₹7.8 L/yr
11% less than the average Linux Administrator Salary in India
View more details

CGI Group Linux Administrator Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

2.0

Skill development

3.0

Work-life balance

2.0

Salary

1.0

Job security

2.0

Company culture

2.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
8.1k salaries
unlock blur

₹2.7 L/yr - ₹12 L/yr

Senior Software Engineer
7.1k salaries
unlock blur

₹6.1 L/yr - ₹22.4 L/yr

Lead Analyst
3.1k salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Associate Software Engineer
1.8k salaries
unlock blur

₹2.5 L/yr - ₹6.6 L/yr

Senior Test Engineer
1.2k salaries
unlock blur

₹6 L/yr - ₹20.2 L/yr

Explore more salaries
Compare CGI Group with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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