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

Multiple choice technology
  1. 5720

  2. 80

  3. 5723

  4. 1433

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology programming languages
  1. Windows

  2. Unix/Linux

  3. Macs

  4. All of the Above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology programming languages
  1. Windows

  2. Unix/Linux

  3. Macs

  4. All of the Above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. SQL Management

  2. Procman

  3. IIS

  4. notepad

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. Permission layer

  2. Secure socket layer(SSL)

  3. Application layer.

  4. None

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. VPN

  2. Add NTP

  3. Terminal access

  4. IPSec

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. Run the chkdsk.exe program on all the replica volumes on the DPM server

  2. Execute the synchronization jpbon all the replica volumes on the DPM server

  3. Perform a consistency check on all the replica volumes on the DPM Server

  4. Run the chkdsk.exe program on all the recovery point volumes on the DPM Server

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. Unix enviroment also

  2. Microsoft environment only

  3. Both Unix and Microsoft environments

  4. Unix & Linux also

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. Establish a two way trust between the forests

  2. Raise the functional level of the forests

  3. extend the schema on the forest with the DPM server to support End user recovery

  4. Extend the schems in the forest with the domain controller to support end iser recovery

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. 384 virtual machines

  2. 284 virtual machines

  3. 64 virtual machines

  4. 256 virtual machines

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. ocssetup Microsoft-Hyperv-V

  2. cscript scregdit.wsf /AR 0

  3. ocslist |findstr /| Microsoft-Hyper-V

  4. Netsh advfirewall set rule group-remote administration new enable=yes

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. You need to burn the ISO file from a DVD

  2. You need to add the ISO file to the SCVMM library

  3. You need to renamed the ISO file to have an .img extension

  4. You need to extract the ISO file to a folder on the host machine

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. Automatic Private IP Addressing APIPA

  2. Dynamic IP Address

  3. Static IP Address

  4. Classless IP Addressing

  5. A, B & C

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. Windows 2008 OS 64 bit

  2. Power Shell 1.0

  3. Win Remote Mgmt. tools

  4. .net frame work 3.0

  5. All of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. 1

  2. 2

  3. 3

  4. 5

Reveal answer Fill a bubble to check yourself
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.