Computer Knowledge

Computer Memory and Storage

2,477 Questions

Computer memory and storage questions test foundational knowledge of hardware, cache mapping, and data transfer mechanisms. Key areas include Direct Memory Access, analog recording, and RAID levels. This section is essential for candidates preparing for banking and government computer proficiency tests.

Cache memory mappingDirect memory accessRAID storage levelsHard disk technologyOptical media storageMemory addresses

Computer Memory and Storage Questions

Multiple choice technology
  1. Physical Disk, % Disk Read Time

  2. Physical Disk, % Disk Write Time

  3. Physical Disk, % Idle Time

  4. All

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

For Hyper-V storage monitoring, you should track Physical Disk % Disk Read Time, % Disk Write Time, and % Idle Time counters. All three metrics (D) provide comprehensive visibility into storage performance and bottlenecks.

Multiple choice technology
  1. Full backup

  2. Differential Incremental

  3. Cumulative incremental

  4. User backup

  5. User Archive

  6. All of the above

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

In NetBackup, the primary backup types are Full backup, Differential Incremental backup, and Cumulative Incremental backup. These represent the fundamental backup methodologies that determine how much data is backed up each time. User-directed backups and archives are also valid backup operations in NetBackup. Therefore all listed options represent legitimate backup types or categories.

Multiple choice technology
  1. Logical and Physical

  2. Physical

  3. Logical

  4. All of the above

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

In NetBackup architecture, storage units are logical entities that represent storage resources. They provide a logical abstraction layer above physical devices like tape drives or disk pools. This logical abstraction allows flexible allocation and management without being tied to specific physical hardware.

Multiple choice technology
  1. Enterprise media manager server

  2. Media Server

  3. Master server

  4. Client server

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

Volume group information is recorded and managed by the Enterprise Media Manager (EMM) server. The EMM server is responsible for maintaining the media database and volume configuration information in NetBackup's distributed architecture. Media servers report to the EMM server, and the master server manages policies but does not directly maintain volume group records.

Multiple choice technology
  1. List ejected tapes

  2. Delete bad media

  3. Unfreeze frozen media

  4. Update the volume configuration

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

The Inventory Robot function in the NetBackup Administration console updates the volume configuration by reading the actual contents of the robotic library and reconciling it with the database. It synchronizes the volume database with the physical tape inventory, ensuring accurate tracking of tape locations and status. It does not list ejected tapes, delete media, or unfreeze frozen media - those are separate operations.

Multiple choice technology
  1. Standard or MS-Windows

  2. Standard or MS-Windows-NT

  3. DataStore or MS-Windows

  4. DataStore or Standard

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

Synthetic backups in NetBackup are supported for policy types Standard and MS-Windows-NT. These policy types allow the creation of synthetic backups which combine existing backup images to create full backup images without reading from the client. DataStore policy types are not applicable for synthetic backups in traditional NetBackup configurations.

Multiple choice technology
  1. Set of Volumes

  2. Set of Drives

  3. Set of Tapes

  4. All of the above

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

A volume pool in NetBackup is a logical collection or grouping of volumes (tapes or other storage media). It provides a way to categorize and manage volumes for different purposes, such as separating backups by type, retention requirements, or application. While volumes are often tapes, the term 'volume' is the correct abstraction - it includes tapes but also other media types. Drives are hardware devices, not what volume pools contain.

Multiple choice technology
  1. Net backup 5.1 MP7

  2. Net backup 5.0 MP4

  3. Net backup 6.1

  4. Net backup 6.1 MP3

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

To upgrade to NetBackup 6.5, you must have at minimum NetBackup 5.0 MP4 installed. This version provides the necessary foundation components and database schema that the 6.5 installer requires as a baseline. Versions earlier than 5.0 MP4 lack critical dependencies needed for a successful upgrade.

Multiple choice technology
  1. Using an unlabeled blank tape

  2. Using an unformatted blank tape

  3. Excessive read errors

  4. Excessive write errors

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

NetBackup freezes tapes when excessive write errors occur during backup operations. When a tape media experiences repeated write failures beyond a configured threshold, NetBackup automatically freezes it to prevent further backup attempts that could fail or compromise data integrity. This protects backups from being written to unreliable media. Read errors during restore operations do not freeze tapes. Using unlabeled or unformatted tapes triggers labeling or formatting processes rather than freezing.

Multiple choice technology
  1. Staged capacity managed retention is only available on disk storage units.

  2. Backups are guaranteed to remain on the disk for the desired cache period)

  3. Data classifications are required if backing up to tape storage units.

  4. Backup types include backup, duplicate, and catalog

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

Staged capacity managed retention in NetBackup storage lifecycles is indeed only available on disk storage units. This feature allows automatic movement of backups between different storage tiers based on retention policies. Option B is false because backups can be ejected early if space is needed. Option C is false because data classifications are not required for tape. Option D is false because backup types in storage lifecycle context refer to Full, Differential, and Incremental, not backup/duplicate/catalog.

Multiple choice technology
  1. CPIO Format

  2. Tar format

  3. Text Format

  4. Compress format

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

NetBackup writes data to tapes in tar format, which is a widely-used archival format that maintains file structure and metadata. CPIO is a different archival format not typically used by NetBackup. 'Text Format' and 'Compress format' are not valid media formats for NetBackup tape writes.

Multiple choice technology
  1. nbpem and nbjm

  2. bpbrm and bpdbm

  3. nbproxy and bpjpbd

  4. bptm and bpdm

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

The bptm (tape manager) and bpdm (disk manager) logs are the primary logs for diagnosing disk and tape storage hardware issues in NetBackup 6.5. nbpem and nbjm relate to job scheduling. bpbrm handles backup requests, and bpdbm manages database operations. nbproxy and bpjpbd are not the correct logs for hardware issues.