Computer Knowledge
Operating Systems
1,344 Questions
Test your computer knowledge with these questions on operating systems. The content covers various platforms including Unix, Linux, Windows, Android, and Macintosh. These questions are commonly asked in the computer knowledge sections of banking and government exams.
Unix emulatorsLinux distributionsAndroid software stackMacintosh operating systemsWindows OS versionsSymbian OS history
Operating Systems Questions
C
Correct answer
Explanation
SCOM agents communicate with management servers on TCP port 5723, which is the default port configured for agent-to-server communication. This differs from port 5720 used for other SCOM communications, and standard ports like 80 or 1433 which are used for web and SQL traffic respectively.
-
Windows
-
Unix/Linux
-
Macs
-
All of the Above
D
Correct answer
Explanation
Java's platform independence means compiled bytecode can run on any system with a JVM. Windows, Unix/Linux, and macOS all have JVM implementations, so Java runs on all these platforms. Options A, B, and C are each individually true but incomplete.
-
Windows
-
Unix/Linux
-
Macs
-
All of the Above
D
Correct answer
Explanation
Java's platform independence means compiled Java bytecode can run on any operating system with a JVM. The JVM interprets the bytecode for the specific platform, making Java architecture-neutral. This 'write once, run anywhere' capability is a fundamental advantage of Java over platform-specific languages.
-
SQL Management
-
Procman
-
IIS
-
notepad
C
Correct answer
Explanation
W3 service is specifically part of IIS, handling web publishing and HTTP requests. This core service enables web server functionality and is distinct from other system management tools.
-
Permission layer
-
Secure socket layer(SSL)
-
Application layer.
-
None
B
Correct answer
Explanation
Node Manager communicates with the Administration Server using Secure Socket Layer (SSL) for secure communication. This ensures that administrative commands and server status information are transmitted securely. SSL provides encryption and authentication between Node Manager and the Admin server.
-
VPN
-
Add NTP
-
Terminal access
-
IPSec
D
Correct answer
Explanation
IPSec (Internet Protocol Security) can be configured to block specific ports by creating filters that deny traffic on certain port numbers. While Windows Firewall is more commonly used for port blocking today, IPSec was historically used for this purpose. The other options are unrelated to port blocking.
-
Run the chkdsk.exe program on all the replica volumes on the DPM server
-
Execute the synchronization jpbon all the replica volumes on the DPM server
-
Perform a consistency check on all the replica volumes on the DPM Server
-
Run the chkdsk.exe program on all the recovery point volumes on the DPM Server
C
Correct answer
Explanation
After an accidental DPM server restart, you should perform a consistency check on all replica volumes to verify data integrity. This identifies and fixes any corruption from the unclean shutdown. chkdsk checks file system integrity (not DPM-specific data consistency). 'Synchronization job' (with typo 'jpbon') is a routine sync operation, not a post-restart verification. Running chkdsk on recovery point volumes would not verify replica consistency.
-
Unix enviroment also
-
Microsoft environment only
-
Both Unix and Microsoft environments
-
Unix & Linux also
B
Correct answer
Explanation
This question reflects DPM 2007 and earlier versions, which were Microsoft-only solutions. However, DPM 2012 and later versions added support for Unix/Linux systems. The claimed answer B was correct at the time the question was written but is now outdated for modern DPM versions.
-
Establish a two way trust between the forests
-
Raise the functional level of the forests
-
extend the schema on the forest with the DPM server to support End user recovery
-
Extend the schems in the forest with the domain controller to support end iser recovery
A
Correct answer
Explanation
To use DPM agent (DPMRA) to protect a domain controller in a different forest, a two-way trust relationship must be established between the forests. This allows authentication and authorization across forest boundaries. Raising functional levels and extending schema are not prerequisites for cross-forest protection.
-
384 virtual machines
-
284 virtual machines
-
64 virtual machines
-
256 virtual machines
A
Correct answer
Explanation
Hyper-V Server 2008 R2 supports up to 384 virtual machines per host, limited by logical processor count and memory. This doubled from the 192 VM limit in the original release.
-
ocssetup Microsoft-Hyperv-V
-
cscript scregdit.wsf /AR 0
-
ocslist |findstr /| Microsoft-Hyper-V
-
Netsh advfirewall set rule group-remote administration new enable=yes
D
Correct answer
Explanation
The netsh command enables the Remote Administration rule group in Windows Firewall, allowing management tools from remote systems. Option A is for OCs setup, B is registry scripting, C lists OCs.
-
You need to burn the ISO file from a DVD
-
You need to add the ISO file to the SCVMM library
-
You need to renamed the ISO file to have an .img extension
-
You need to extract the ISO file to a folder on the host machine
B
Correct answer
Explanation
In SCVMM (System Center Virtual Machine Manager), ISO files must be added to the VMM library before they can be used to install operating systems on virtual machines. Burning to DVD (A), renaming to .img (C), or extracting to a folder (D) are not the correct methods for SCVMM-based VM deployment.
-
Automatic Private IP Addressing APIPA
-
Dynamic IP Address
-
Static IP Address
-
Classless IP Addressing
-
A, B & C
E
Correct answer
Explanation
Hyper-V supports Automatic Private IP Addressing (APIPA) for self-configuring addresses when DHCP fails, Dynamic IP addresses via DHCP, and Static IP addresses configured manually. Classless IP Addressing (D) refers to CIDR notation, not a distinct IP address type.
-
Windows 2008 OS 64 bit
-
Power Shell 1.0
-
Win Remote Mgmt. tools
-
.net frame work 3.0
-
All of the above
E
Correct answer
Explanation
VMM 2008 has multiple prerequisites: Windows Server 2008 x64 edition, .NET Framework 3.0, and PowerShell 1.0. The 'Windows Remote Management tools' likely refers to WinRM which is also required. Since all components A-D are needed, option E (All of the above) is correct.
B
Correct answer
Explanation
Max Jobs per Client = 2 limits concurrent jobs per client. Even though Allow Multiple Data Streams is enabled (multiplexing drives) and ALL_LOCAL_DRIVES creates multiple streams, the Max Jobs per Client cap restricts active jobs to 2. Additional jobs queue until active jobs complete.