Interview Point of Questions
Interview Point of Questions
Ans : Windows: We have to login on server through RDP we can see the option user management >> if
we can click on we can see the option of users >> we can see the Administrator option we can click on
right we can see the option set password
Windows+R-> lusrmgr.msc
Linux: First we have to login to the Linux server using root password. If we can type the Command
passwd<user name > it will ask us to New password re- enter the new password
Ans : First we have to check server is pinging or not using this request. If we can type ping <IP address>
Linux : If we get any server unreachability issues on Linux server .we will try logging into the server using
SSH <ip address>or ping <ip address > command
If it gives proper output like ttl and time in milliseconds, then server is reachable. If we can give the
uptime command it will show us clear information when the sever is up and running.
If the output says timed out than we have to escalate the ticket to concern team.
3. what are the action you will do if you get a high filesystem utilization alerts /file system full alerts?
Ans: First we will login into the server by using ip address or host name.
Then we will hit df -h command it will give the list of filesystems and its usage, we will check the file
system whose usage is high.
We will go the concerned mount directory and list the directories and files available using the
command ls- ltr then we use du -sch * command (DU-disk usage) then we will see which directory or
file consuming more utilization. If they are our scope and we can remove those files by using
rm -rf <directory name/filename> command.
If we are not sure about deleting them, we will escalate them to concerned team
If we get any CPU alerts in wintel we have to login wintel server through RDC(REMOTE DESKTOP
CONNECTION)
Go to taskbar and check in which application is taking higher CPU and inform to the user to optimize
those applications.
Linux:
If we get any CPU utilization alerts we will login into the server and then we can check CPU usage “top
command “. It will show list of all the process and their CPU usage. If CPU is normal we close the alert, If
not we will escalate them to concern team for further action
5. Can you please explain me about Linux server patching activity?
Ans : Before perform the patching activity we will ask the backup team take the back up to avoid the
data loss in Linux server We will schedule patching activities based on client requirements at weekends
or off business hours ...we will use this command for patching
Yum update command
If client don’t want to update specific package yum
yum update --exclude <package name>
Ans : First we will login into the server by using ssh command in whichever server we got the Memory
alert. Then we will type free -m command to see the total memory allocated, its usage and free
memory available. We can also see the process id, user and memory utilization in the top command
we will inform the concerned team by providing the process id(PID) details and request them for
further action.
9. what is meant by User management and explain me`` about the Managing users and their
permissions in the Linux servers?
To create user, delete user, modify permissions of the user comes under user management
User creation :
useradd <user name>
User del:
Userdel <user name>
User permissions:
Chmod
Umask
10) What is ITIL process?
Being into a support environment, one must be thorough with ITIL principles.
ITIL stands for Information Technology Infrastructure Library.
It consists of incident management, problem management and change management.
Unplanned event or service interruption comes under incident management. Most of our work involves
“Incident Management” only.
Problem is the underlying reason for one or more incidents. Finding the root cause comes under
“Problem Management “
For all scheduled activities mainly on production environment, we create changes, get approvals from
customers and internal teams and prepare run books and schedule them on weekends. This is “Change
Management “.
ITIL also includes SLA , OLA and response SLAs .
SLA stands for service level agreement. We have multiple priority tickets and each one have its own
SLAs . Like 1 hour for P1 , 8 hours for P2 and so on
OLA : Operation Level Agreement .
The time it takes to assign the ticket as soon as it reaches our queue.
Response SLA : The time it takes to send an initial communication to the customer.
17)what is router ?
Ans : A router is a networking device that forwards data packets between different computer networks.
19)what is firewall?
Ans : A firewall is network security device that filters incoming and outgoing network traffic based on an
organization’s previously established security policies.
20) what is DNS and how does it work?
Ans : DNS (Domain Name System )translate human -friendly ___domain names into IP address, allowing
users to access websites by name.