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. EMM server

  2. Media server

  3. Master Server

  4. All of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In Unix NetBackup environments, global properties and configuration settings are stored on the Master Server. The Master Server maintains the centralized configuration database that applies to the entire NetBackup domain. Media servers and EMM servers have their own specific roles, but global properties are centrally managed on the Master Server.

Multiple choice technology
  1. bprd

  2. bpcd

  3. bpbkar32

  4. bpbackup

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

bpbkar32 is the NetBackup backup process that runs on the client and is responsible for reading data from the client filesystem. It traverses directories, reads files, applies exclude/include lists, and sends the data stream to the NetBackup media server. bprd is the request daemon, bpcd is the client daemon that accepts connections, and bpbackup is a command-line utility that initiates backups but does not perform the actual data reading.

Multiple choice technology
  1. Create a catalog backup policy using policy type NBU-Catalog

  2. Create a catalog backup policy using policy type Sybase

  3. Create a catalog backup policy using policy type Standard

  4. Create a catalog backup policy using policy type MS-Windows-NT

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

To configure NetBackup database (catalog) backups and resolve the 'Hot catalog backup is not configured' message, you must create a policy with policy type NBU-Catalog. This is a specialized policy type designed specifically for backing up the NetBackup catalog database. Option B (Sybase) is incorrect because while the catalog uses Sybase internals, NBU-Catalog is the correct policy type. Option C (Standard) cannot protect the catalog. Option D (MS-Windows-NT) is for Windows file system backups, not catalog backups.

Multiple choice technology
  1. bprecover

  2. bprestore

  3. dbrecover

  4. ndbrestore

  5. bpcatrecover

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The bprecover command is the NetBackup utility specifically used for recovering the NetBackup catalog database during disaster recovery scenarios. bprestore is used for restoring client data, not catalogs. dbrecover and ndbrestore are not NetBackup commands, and bpcatrecover does not exist as a standard NetBackup command.

Multiple choice technology
  1. Cross mount points

  2. Take checkpoints every

  3. Collect true image restore information

  4. Collect disaster recovery information

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The 'Take checkpoints every' policy attribute allows NetBackup to periodically save backup progress. If a backup fails, it can be restarted from the last checkpoint rather than from the beginning. 'Cross mount points' controls whether backups cross filesystem boundaries. The other options relate to image restore information and disaster recovery, not checkpoint-based restart capability.

Multiple choice technology
  1. Image database

  2. Net backup database

  3. Relational database

  4. Backup policies

  5. NBU configuration

Reveal answer Fill a bubble to check yourself
A,C,E Correct answer
Explanation

The NetBackup catalog consists of three main components: the Image database (contains backup image metadata), a Relational database (stores all catalog information), and NBU configuration (NetBackup configuration data). 'Net backup database' and 'Backup policies' are not catalog components.

Multiple choice technology
  1. bprecover

  2. bpchangeprimary

  3. bpimage

  4. bpexpdate

  5. bprestore

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Explanation

To use duplicate tapes as primary copies for restores, use bpchangeprimary (changes a copy from duplicate to primary) or bpimage (manages image information and can change copy attributes). bprecover is for disaster recovery, bpexpdate changes expiration, and bprestore is for performing restores (not changing copy status).

Multiple choice technology
  1. UPDATE_INTERVAL

  2. REFRESH_INTERVAL

  3. SIZE_DATA_BUFFERS

  4. NUMBER_DATA_BUFFERS

  5. DENSITY_DATA_BUFFERS

Reveal answer Fill a bubble to check yourself
C,D Correct answer
Explanation

SIZE_DATA_BUFFERS and NUMBER_DATA_BUFFERS are the key NetBackup parameters for performance tuning on media servers. They control how much data is buffered and how many buffers are used during read/write operations. UPDATE_INTERVAL and REFRESH_INTERVAL are for EMM database polling. DENSITY_DATA_BUFFERS is not a valid parameter.

Multiple choice technology
  1. Net backup database

  2. EMM database

  3. Net backup reports

  4. Net backup Logs

  5. Image database

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

During restoration, NetBackup checks the NetBackup database (backup metadata), EMM database (media and device information), and NetBackup Logs (for detailed operation records). NetBackup Reports (C) is for reporting, not restoration checks. Image database (E) is not a standard NetBackup component.

Multiple choice technology
  1. Windows 2000

  2. Windows NT 4.0 SP6

  3. Windows 2003

  4. Solaris 7

  5. Solaris 9

Reveal answer Fill a bubble to check yourself
A,C,E Correct answer
Explanation

NetBackup 6.5 supported specific client platforms based on release timelines (around 2008). Option A (Windows 2000) was supported in NetBackup 6.5 era. Option C (Windows 2003) was a primary server platform for that version. Option E (Solaris 9) was a supported Unix platform. Option B (Windows NT 4.0) was end-of-life well before NetBackup 6.5 and unsupported. Option D (Solaris 7) was also obsolete by the NetBackup 6.5 timeframe. These options reflect the platforms actively maintained when NetBackup 6.5 was current.

Multiple choice technology testing
  1. Yes

  2. No

  3. __

  4. NIL

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

ClearCase does not support the MS DOS operating system. ClearCase requires modern operating systems like Unix/Linux, Windows NT-based systems, or macOS. MS DOS is a legacy 16-bit OS that lacks the filesystem, security, and multitasking features ClearCase requires for its version control operations. The answer No (option B) is correct.

Multiple choice technology web technology
  1. Tiger

  2. Solaris

  3. Unix

  4. Ubuntu

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Canonical Ltd. is the company that sponsors and develops Ubuntu Linux. They provide commercial support, development resources, and coordination for the Ubuntu operating system, which is a widely-used Debian-based Linux distribution.

Multiple choice technology testing
  1. AIX

  2. HP UNIX

  3. Solaris

  4. MS DOS

  5. Linux

Reveal answer Fill a bubble to check yourself
A,B,E Correct answer
Explanation

IBM Rational ClearCase supports multiple Unix-based operating systems for version control and configuration management. AIX (IBM's Unix), HP-UX (Hewlett-Packard's Unix), and Linux are all supported platforms. While Solaris support may have existed in some versions, the question focuses on the core supported Unix variants.