Upload Button Icon Add office photos
Engaged Employer

i

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

Wipro Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Wipro Linux Administrator Interview Questions, Process, and Tips

Updated 18 Jul 2024

Top Wipro Linux Administrator Interview Questions and Answers

View all 8 questions

Wipro Linux Administrator Interview Experiences

9 interviews found

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
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all Resume tips
Round 2 - Aptitude Test 

Four sections were there in aptitude test

Round 3 - One-on-one 

(2 Questions)

  • Q1. Write a code to print table of any number
  • Ans. 

    Code to print table of any number in Python

    • Use a loop to iterate from 1 to 10 (for a 10x table)

    • Multiply the number by the current iteration value

    • Print the result for each iteration

  • Answered by AI
  • Q2. What do you know about cloud computing
  • Ans. 

    Cloud computing is the delivery of computing services over the internet, including servers, storage, databases, networking, software, and more.

    • Cloud computing allows users to access and use resources on-demand without the need for physical infrastructure.

    • It offers scalability, flexibility, cost-effectiveness, and increased efficiency.

    • Examples of cloud computing services include Amazon Web Services (AWS), Microsoft Azur

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

I applied via Walk-in and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Linux patching, boot process, user management, crontab, Monitoring tools like zabiz
  • Q2. Deep knowledge about same field
Round 3 - Aptitude Test 

Crontab, monitoring tools, ORM support knowledge, installation of any Operrating system,

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep knowledge in skill which is mention on resume.

Linux Administrator Interview Questions & Answers

user image Rajesh Paswan

posted on 24 Feb 2023

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 Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Working experience and activities for rca
  • Q2. Extra knowledge in same field
  • Q3. Deep knowledge of same thing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence when you have deep knowledge of same field

Wipro interview questions for designations

 Linux System Administrator

 (4)

 Senior Linux System Administrator

 (1)

 Linux Administrator L1

 (1)

 System Administrator

 (54)

 Lead Administrator

 (24)

 Network Administrator

 (13)

 Storage Administrator

 (3)

 Sccm Administrator

 (2)

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

I applied via Recruitment Consulltant and was interviewed before May 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Technical 

(4 Questions)

  • Q1. Day to day tasks
  • Ans. 

    Day to day tasks of a Linux Administrator

    • Monitoring system performance and resource usage

    • Managing user accounts and permissions

    • Installing and configuring software and updates

    • Troubleshooting system issues and errors

    • Maintaining system backups and disaster recovery plans

  • Answered by AI
  • Q2. How to assign ip
  • Ans. 

    IP can be assigned using various methods like DHCP, static IP, or command-line tools like ifconfig or ip.

    • DHCP assigns IP automatically to devices on the network

    • Static IP is manually assigned to a device and remains the same

    • ifconfig and ip are command-line tools used to assign IP

    • Example: sudo ifconfig eth0 192.168.1.100 netmask 255.255.255.0

    • Example: sudo ip addr add 192.168.1.100/24 dev eth0

  • Answered by AI
  • Q3. Hard link and soft link
  • Q4. Scripting language

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep fighting

Skills evaluated in this interview

Get interview-ready with Top Wipro Interview Questions

Linux Administrator Interview Questions & Answers

user image Aditya Kumar Ruhela

posted on 6 Mar 2023

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

I applied via Campus Placement and was interviewed before Mar 2022. There were 4 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 Resume tips
Round 2 - Aptitude Test 

There was some basics question related to aptitude eg. Ratio Proportion, time and work, blood relations etc

Round 3 - Technical 

(2 Questions)

  • Q1. What is JIT Compiler
  • Ans. 

    JIT Compiler stands for Just-In-Time Compiler. It is a type of compiler that compiles code during runtime.

    • JIT Compiler is used to improve the performance of applications by compiling code on the fly.

    • It is commonly used in Java and .NET environments.

    • JIT Compiler compiles code into machine code, which can be executed directly by the CPU.

    • It can also optimize code by removing unnecessary instructions and reducing memory us...

  • Answered by AI
  • Q2. What is Programming Language
  • Ans. 

    Programming language is a set of instructions used to create software applications.

    • Programming languages are used to write code that computers can understand and execute.

    • There are many programming languages such as Java, Python, C++, and JavaScript.

    • Each programming language has its own syntax and rules for writing code.

    • Programming languages can be classified into low-level and high-level languages.

    • Examples of low-level...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What’s your Strength and weakness
  • Ans. 

    My strength is my problem-solving skills and my weakness is my tendency to be a perfectionist.

    • Strength: Strong problem-solving skills

    • Strength: Ability to troubleshoot and resolve complex issues

    • Weakness: Perfectionist tendencies

    • Weakness: Difficulty delegating tasks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t be afraid for the interview just give your best and be very confident don't need to afraid in-front of interviewer

I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is lvm ?
  • Ans. 

    LVM stands for Logical Volume Manager. It is a tool used for managing disk space in Linux.

    • LVM allows for dynamic allocation of disk space

    • It allows for easy resizing of partitions

    • LVM can create snapshots of logical volumes for backup purposes

    • Examples of LVM commands include pvcreate, vgcreate, and lvcreate

  • Answered by AI
  • Q2. File system

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident . While they are checking your confidence

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Raid level configuration

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

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Toefl score
  • Q2. Ielts score

Interview Preparation Tips

Interview preparation tips for other job seekers - easy to crack. good work atmosphere.
Contribute & help others!
anonymous
You can choose to be anonymous

Wipro Interview FAQs

How many rounds are there in Wipro Linux Administrator interview?
Wipro interview process usually has 2-3 rounds. The most common rounds in the Wipro interview process are Resume Shortlist, Technical and Aptitude Test.
How to prepare for Wipro 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 Wipro. The most common topics and skills that interviewers at Wipro expect are Linux Administration, Linux, RHEL, Troubleshooting and Ansible.
What are the top questions asked in Wipro Linux Administrator interview?

Some of the top questions asked at the Wipro Linux Administrator interview -

  1. What is lv...read more
  2. How to check the integrity of a file system or consistency of the file sys ...read more
  3. What is Programming Langu...read more

Recently Viewed

INTERVIEWS

Nagarro

No Interviews

CAMPUS PLACEMENT

IBS Mumbai, Mumbai

INTERVIEWS

Paytail

No Interviews

INTERVIEWS

Synechron

No Interviews

SALARIES

24x7 ai

INTERVIEWS

24x7 ai

No Interviews

INTERVIEWS

24x7 ai

No Interviews

DESIGNATION

DESIGNATION

SALARIES

24x7 ai

Tell us how to improve this page.

Wipro Linux Administrator Interview Process

based on 8 interviews

2 Interview rounds

  • Resume Shortlist Round
  • Technical Round
View more
Wipro Linux Administrator Salary
based on 767 salaries
₹1.6 L/yr - ₹10 L/yr
At par with the average Linux Administrator Salary in India
View more details

Wipro Linux Administrator Reviews and Ratings

based on 60 reviews

3.8/5

Rating in categories

3.9

Skill development

3.7

Work-life balance

3.2

Salary

4.0

Job security

3.8

Company culture

3.0

Promotions

3.7

Work satisfaction

Explore 60 Reviews and Ratings
Project Engineer
32.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
23.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
21.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Project Engineer
20.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
18.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.6
Compare

Tesla

4.2
Compare

Amazon

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