
Wipro


Wipro Linux Administrator Interview Questions and Answers
Q1. What is lvm ?
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
Q2. How to check the integrity of a file system or consistency of the file sys tem
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
Q3. What is Programming Language
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 languages include Assembly and Machine language, while hi...read more
Q4. What do you know about cloud computing
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 Azure, and Google Cloud Platform.
Q5. How to assign ip
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
Q6. Write a code to print table of any number
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
Q7. What is JIT Compiler
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 usage.
Examples of JIT Compiler include HotSpot for Java and ...read more
Q8. Day to day tasks
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
Interview Process at Wipro Linux Administrator

Top Linux Administrator Interview Questions from Similar Companies




Reviews
Interviews
Salaries
Users/Month

