Posts tagged "Linux System"

Unix Administrator Interview Questions and Answers

When you are preparing yourself for the interview of UNIX administrator, you need to focus on the core ideas of UNIX that involves some commands. Making yourself perfect for an interview is always a tough thing as you don’t know what you are going to face in the interview hall. It is always better to get an idea about the possible questions that you might be asked to keep yourself ahead in the competition. Those who are applying for the UNIX administrator should have the sound knowledge in the technical concept. Here a set of questions is given to help you out of your doubts.

1 Q: what is the definition of UNIX?

A: UNIX is an operating system (OS) which is designed for both Multitasking and Multi-user functions. This portable OS can efficiently perform on different hardware platforms, which brings a great advantage for the user. The programs are written In C and it allows a user to process the data.

2 Q: Explain the BIOS.

A:   BIOS is the acronym of Basic Input and Output system, which mainly performs the task at the time of booting that includes searching, loading and executing of the boot programs. It is also searching for the boot loader such as CD-ROM, floppy and hard drive. One can also change the boot sequence while it starts up by pressing the F1 or F key depends on your computer.

3 Q: What are filters?

A: The term of filter is used to refer program that takes input from the standard input point and then perform some tasks on that input to bring the exact result to the standard output. This program can be used in two other programs.

4 Q: Explain the Kernel.

A: Kernel works as the master program in the UNIX operating system that controls the computer resources by allocating them to different users and to the different tasks. It interacts with the user through a shell while logging. The shell is the interface between the user and the system, which works as a command interpreter.

5 Q: Explain the differences between cmp and diff commands.

A: cmp command is used to compare the two files by byte to byte and also presents what changes one needs to do to make the file unique from each other. It helps to check the differences in the files. Whereas, diff command is used to denote the differences in the text format and it lists down all the differences between the two files.

6 Q: Explain the multi-user and multi-tasking process.

A: Multi-user means a machine can be used by more than one person at the same without having any problem to access the data and the multitasking means a machine can be used for performing the multiple task at the same time. UNIX is made based on the multi-tasking and multi-user process.

7 Q: What is incode in the Unix system?

A: an incode is the data structure, which is used for the file system. It contains the details regarding a file that includes the location of the file on a disk, its size, the date of using the file, information about the changes, the owner of the file and other details. Generally, it carries the information of a file.

8 Q: Explain the NFS and its task.

A: The Network File System (NFS) enables one to access the data of remote computer within a network. The file system can appear as another local disk in the computer. A command is used for exporting NFS directories. The soft and hard mount is used for sending the file when it is mounted with soft option that means if the server does not respond, it returns an error whereas the hard mounts uses the retry manner to send the file.

9 Q: What are the responsibilities a shell looks after?

A: A shell looks after lots of responsibilities such as program execution, variable substitution (PATH, TERM, and HOME), interpret the programming language, pipeline hookup and many other things. It also works as an interface between the user and the system.

10 Q: Give an example of the network command used in UNIX system?

A: For the remote log in, the command is telenet. su used for the user switching command in the UNIX system. For transferring the files, one should use ftp and finger is used for the information gathering.

11 Q: Explain VLAN.

A: VLAN is the acronym for the Virtual LAN used in improving the network performance. It is mainly a broadcast domain works in separating the large domain into small ones. Such kind of domain is produced by the switches and by separating its domain, it improves the network.

1 comment - What do you think?
Posted by Hrformats - November 1, 2014 at 6:48 AM

Categories: Job Interview   Tags: , ,

Linux System Administrator Interview Questions and Answers

A Linux system administrator is responsible for maintaining the continued operational status of the Linux based computers or networks. Linux system administrators work closely with many different elements within the department. They should be versed in project management systems and network infrastructure. Teamwork is essential for this position. Following are some frequently asked Linux System Administrator Interview questions and answers. You should be prepared with the answers to these questions. The questions are all technical based.

1 Q: Define Linux?

A: Linux is an operating system. It is the software on a computer that enables applications and the computer operator to access the devices on the computer to perform desired functions. The operating system relays instructions from an application to, for instance, the computer’s processor. The processor performs the instructed task, then sends the results back to the application via the operating system.

2 Q: What is the difference between UNIX and LINUX?

A: Linux is an operating system kernel and Unix is a certification for operating systems. The Unix standard evolved from the original Unix system developed at Bell Labs. Linux is free , open source and intended as a non propriety operating system for the masses.

3 Q:. What are the basic components of LINUX?

A: Like any other typical operating system, Linux has all of these components- kernel, shells and GUI’s , system utilities and application program. What makes Linux advantageous over other operating is that every aspect comes with additional features and all codes for these are downloadable for free.

4 Q: What do you mean by GUI?

A: A Graphical User Interface is a human computer interface that uses windows, icons and menus and which can be manipulated by a mouse. A major advantage of GUIs is that they make computer operation more intuitive and thus easier to learn and use.

5 Q: What is swap memory?

A: Swap space can be defined as a temporary storage location that is used when system’s memory requirements exceed the size of available RAM. In other words, a swap memory is a space in the hard disk of your computer that operating systems will use to put the info that is actually on the RAM to free it for another application.

6 Q: What is the main difference between SSH and TELNET?

A: Both SSH and Telnet services are used to connect remote machine. The key difference between Telnet and SSH is that SSH uses encryption, which means that all data transmitted over a network is secure from eavesdropping.

7 Q:. What is the advantage of open source?

A: Open source software is free to use, distribute, and modify. Open source software is more secured as the code is accessible to everyone. Anyone can fix bugs as they are found, and users do not have to wait for the next release. Open source is not dependent on the company or author that originally created it. Even if the company fails, the code continues to exist and be developed by its users.

8 Q:. What is the importance of GNU project?

A: The GNU project allows freedom to run programs for any purpose and freedom to study and modify a program to your needs. It allows you to redistribute copies of a software to other people, as well as freedom to improve software and have it released to the public.

9 Q:. What do you mean by root account?

A: The root account is the most privileged account. This account gives you the ability to carry out all facets of system administration, including adding accounts, changing user passwords, examining log files, installing software etc. It is the default account every time you install Linux.

10 Q: What is CLI?

A: A CLI (Command line interface) is a user interface to a computer’s operating system or an application in which the user responds to a visual prompts by typing in a command on a specified line, receives a response back from the system, and then enters another command and so on. The MS DOS prompt application in a Windows operating system is an example of the provision of a command line interface.

11 Q: What is the basic difference between BASH and DOS?

A: BASH commands are case sensitive while DOS commands are not. Under BASH, / character is a directory separator and acts as an escape character. Under DOS, / character serves as a command argument delimiter and is the directory separator. DOS follows a convention in naming files, which is 8 character file name followed by a dot and 3 character for the extension. BASH follows no such convention.

Be the first to comment - What do you think?
Posted by Hrformats - September 16, 2014 at 12:08 PM

Categories: Job Interview   Tags: , ,