System Administrator

  Home  Networking  System Administrator


“System Administrator frequently Asked Questions by expert members with experience in System Administration. These questions and answers will help you strengthen your technical skills, prepare for the new job test and quickly revise the concepts”



73 System Administrator Questions And Answers

61⟩ Explain Hyper-visor?

You can think of a Hyper-visor as the kernel or the core of a virtualization platform. The Hyper-visor is also called the Virtual Machine Monitor. The Hyper-visor has access to the physical host hardware.

 160 views

62⟩ Explain the difference between host, guest, and virtual machine?

★ A host system (host operating system) would be the primary & first installed operating system. If you are using a bare metal Virtualization platform like Hyper-V or ESX, there really isn't a host operating system besides the Hypervisor. If you are using a Type-2 Hypervisor like VMware Server or Virtual Server, the host operating system is whatever operating system those applications are installed into.

★ A guest system (guest operating system) is a virtual guest or virtual machine (VM) that is installed under the host operating system. The guests are the VMs that you run in your virtualization platform.

Some admins also call the host & guest the parent and child.

 168 views

63⟩ Explain DSRM mode?

Directory Services Restore Mode (DSRM) is a special boot mode for repairing or recovering Active Directory. It is used to log on to the computer when Active Directory has failed or needs to be restored.

To manually boot in Directory Services Restore Mode, press the F8 key repeatedly. Do this immediately after BIOS POST screen, before the Windows logo appears. (Timing can be tricky; if the Windows logo appears you waited too long.) A text menu menu will appear. Use the up/down arrow keys to select Directory Services Restore Mode or DS Restore Mode. Then press the Enter key.

 182 views

65⟩ Tell me what role do characteristics such as assertiveness and problem solving play in the career of a system administrator?

Analytical thinking and problem solving is crucial to be able to analyze software or hardware malfunction. They are also necessary to be able to improve or upgrade systems so that they suit company needs. Assertiveness also plays a role because administrators have to make decisions. They decide on solutions, security measures, and things like system upgrades.

 166 views

66⟩ Define virtual machine files?

The first thing to know is what files are used to create a virtual machine:

★ .XML files

These files contain the virtual machine configuration details. There is one of these for each virtual machine and each snapshot of a virtual machine. They are always named with the GUID used to internally identify the virtual machine or snapshot in question.

★ .BIN files

This file contains the memory of a virtual machine or snapshot that is in a saved state.

★ .VSV files

This file contains the saved state from the devices associated with the virtual machine.

★ .VHD files

These are the virtual hard disk files for the virtual machine

★ .AVHD files

These are the differencing disk files used for virtual machine snapshots

 188 views

67⟩ Define tree?

An Active Directory tree is a collection of Active Directory domains that begins at a single root and branches out into peripheral, child domains. Domains in an Active Directory tree share the same namespace. An Active Directory forest is a collection of Active Directory trees, similar to a real world forest. Catalog Server.

 172 views

70⟩ Can you please explain the difference between firewall and antivirus?

★ Firewall:

Firewall is in other hand a program which protects your system from outsider/intruder/hacker attacks. These attacks may not be virus type. In some cases hackers can take control of your system remotely and steal your data or important information from system. If your system is directly connected to internet or a large network than you can install a software firewall in your PC to protect your self from unauthorized access. Firewall is available either in software or in hardware form. For a single PC you may need a software firewall while a large corporate implements hardware firewall to protect all of their systems from such attacks.

★ Antivirus:

The prime job of an anivirus is protect your system from computer viruses. Your computer may be standalone or part of network or connected to Internet you need an antivirus program. It actively monitors when you are using your system for any virus threat from different sources. if it found one it tries to clean or quarantine the virus ultimately keeping your system and data safe.

 187 views

71⟩ Define Domain control?

A domain controller (DC) is a server that handles all the security requests from other computers and servers within the Windows Server domain.

there was a primary domain controller and a backup domain controller. The primary DC focused on domain services only to avoid the possibility of a system slow down or crash due to overtasking from managing other functionality and security requests. In the event of a primary DC going down, a backup DC could be promoted and become the primary DC to keep the rest of the server systems functioning correctly.

 163 views

72⟩ Explain the personal characteristics of a system administrator?

System administrators are experts at handling hardware and software. They are quick with both their hands and their head. They can work alone, but they know when and how to communicate with others, whether to report problems, learn information needed to fix problems, or instruct employees regarding technical issues.

 164 views