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
C
Correct answer
Explanation
The VHD format used by Hyper-V 2008 R2 has a 2TB maximum due to 32-bit sector addressing. Newer VHDX format supports larger disks but wasn't available in 2008 R2.
-
Physical Disk, % Disk Read Time
-
Physical Disk, % Disk Write Time
-
Physical Disk, % Idle Time
-
All
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.
-
Full backup
-
Differential Incremental
-
Cumulative incremental
-
User backup
-
User Archive
-
All of the above
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.
-
Logical and Physical
-
Physical
-
Logical
-
All of the above
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.
-
Enterprise media manager server
-
Media Server
-
Master server
-
Client server
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.
-
List ejected tapes
-
Delete bad media
-
Unfreeze frozen media
-
Update the volume configuration
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.
-
Standard or MS-Windows
-
Standard or MS-Windows-NT
-
DataStore or MS-Windows
-
DataStore or Standard
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.
-
Set of Volumes
-
Set of Drives
-
Set of Tapes
-
All of the above
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.
-
Net backup 5.1 MP7
-
Net backup 5.0 MP4
-
Net backup 6.1
-
Net backup 6.1 MP3
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.
-
Using an unlabeled blank tape
-
Using an unformatted blank tape
-
Excessive read errors
-
Excessive write errors
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.
-
Staged capacity managed retention is only available on disk storage units.
-
Backups are guaranteed to remain on the disk for the desired cache period)
-
Data classifications are required if backing up to tape storage units.
-
Backup types include backup, duplicate, and catalog
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.
-
The tape is full.
-
The tape has expired
-
The tape is already in use
-
The tape has been used for NetBackup catalogs.
-
CPIO Format
-
Tar format
-
Text Format
-
Compress format
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.
-
Physical location for drive
-
Logical location for media
-
Physical location for media
-
Logical location for Drive
-
nbpem and nbjm
-
bpbrm and bpdbm
-
nbproxy and bpjpbd
-
bptm and bpdm
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.