A company performs full backups every Sunday and incremental backups Monday through Saturday. A system failure occurs on Friday. To restore the system completely, the company must restore:
Opening subject page...
Loading your content
CPA Isc Quiz
Practice Data Storage Backup Recovery Processes in CPA Isc with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 20
0 of 20 answered
A company performs full backups every Sunday and incremental backups Monday through Saturday. A system failure occurs on Friday. To restore the system completely, the company must restore:
This quiz focuses on Data Storage Backup Recovery Processes, giving you a quick way to practice the rules, question types, and explanations that matter most for CPA Isc.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
A company performs full backups every Sunday and incremental backups Monday through Saturday. A system failure occurs on Friday. To restore the system completely, the company must restore:
Explanation: Incremental backups only capture changes since the last backup. To restore fully, the last full backup (Sunday) must be restored first, then each incremental backup applied in sequence (Mon, Tue, Wed, Thu) to rebuild the complete data state. Answer C is correct. The most recent incremental alone (A) only contains Thursday's changes. The full backup alone (B) is missing a week of changes. Incrementals without the full backup (D) cannot reconstruct the complete dataset.
Which of the following backup types captures only the data that has changed since the last full backup, regardless of whether intervening differential or incremental backups were performed?
Explanation: A differential backup captures all changes since the last full backup, growing larger over time but requiring only two restores (full + latest differential). Answer B is correct. An incremental backup (A) captures only changes since the last backup of any type. A mirror backup (C) is an exact real-time copy. A snapshot (D) captures the state at a specific point in time using pointers.
The '3-2-1 backup rule' recommends that organizations:
Explanation: The 3-2-1 rule is a backup best practice: 3 total copies of data, stored on 2 different media types (e.g., disk and tape), with 1 copy kept offsite to protect against localized disasters. Answer D is correct. The other answers fabricate rules not associated with the 3-2-1 principle.
An organization stores its backup tapes in a fireproof safe within the same building as its primary servers. The primary risk of this backup strategy is:
Explanation: Storing backups in the same location as primary systems means a single catastrophic event can destroy both, eliminating recovery capability. Offsite storage is required to protect against site-level disasters. Answer A is correct. While unauthorized access (B) is a risk, it is not the primary concern with on-site storage. Cost (C) and tape degradation (D) are not the primary risks.
Which of the following best describes a 'hot site' in the context of disaster recovery?
Explanation: A hot site is a fully operational duplicate facility with live data replication, enabling near-instantaneous failover - the highest level of disaster recovery readiness. Answer C is correct. Data-only storage (A) describes a cold site's partial capability. Partially equipped hardware (B) describes a warm site. Mobile units (D) are a different recovery approach.
During a disaster recovery test, the IT team discovers they cannot restore data from a six-month-old backup tape. The most likely cause and the preventive control that should have been in place is:
Explanation: Unverified backups that cannot be restored provide a false sense of security. Regular restore testing validates that backups are complete, uncorrupted, and restorable when needed. Answer B is correct. Offsite storage (A) reduces disaster risk and is best practice. Hardware upgrades are necessary (C). Retention periods depend on business requirements (D).
An organization's backup policy requires that all backup media be encrypted before leaving the data center. The primary purpose of this requirement is to:
Explanation: Encrypting backup media protects data confidentiality if media is lost, stolen, or mishandled during transport or offsite storage. Answer A is correct. Encryption does not improve compression (B), verify backup completeness (C), or apply specifically to network transmission (D) - though network transmission encryption is a separate requirement.
Which of the following best describes a 'snapshot' in the context of storage and backup?
Explanation: A snapshot captures a logical point-in-time view of data, often using copy-on-write techniques to create it instantly without copying all data immediately. Snapshots enable fast rollback to prior states. Answer B is correct. A full physical copy (A) describes a clone or mirror. Tape archives (C) describe traditional backup. Encrypted offsite copies (D) describe encrypted backups.
Which of the following correctly describes the difference between a warm site and a cold site disaster recovery option?
Explanation: A warm site sits between hot and cold - pre-installed hardware awaiting configuration and data restoration (hours to days). A cold site is an empty space where everything must be installed from scratch (days to weeks). Answer A is correct. Temperature/geography (B) is irrelevant. Storage media (C) does not define site types. A warm site still requires activation time (D).
A company stores backup copies of its financial data for seven years to comply with regulatory retention requirements. The primary reason for this long retention period is:
Explanation: Long retention periods for financial data are driven by regulatory requirements - various laws require organizations to retain financial records so they are available for audits and regulatory examinations. Answer C is correct. Media degradation (A) is a storage concern, not a driver of retention periods. GAAP does not specify a universal seven-year retention (B). Recovery from system failures (D) typically requires much shorter retention periods.
Which of the following is the primary advantage of cloud-based backup solutions over traditional tape-based offsite backup?
Explanation: Cloud backup enables near-continuous backup, remote accessibility, and instant retrieval - significantly reducing RPO (by backing up more frequently) and RTO (by eliminating physical media transport). Answer B is correct. Cloud costs scale with volume and are not always cheaper (A). Backup testing remains essential regardless of medium (C). Cloud-stored data is still subject to privacy regulations (D).
An organization implements a 'geo-redundant' storage strategy. This means:
Explanation: Geo-redundancy involves replicating data across physically separated locations - different buildings, cities, or regions - so that a localized disaster (flood, power outage, fire) affecting one location does not result in data loss. Answer D is correct. Multi-format storage (A), concurrent access (B), and geographic data organization (C) do not describe geo-redundancy.
An organization uses deduplication technology in its backup system. The primary benefit of deduplication is:
Explanation: Deduplication analyzes backup data and stores only unique data blocks, replacing duplicates with pointers - significantly reducing storage consumption and backup transmission size. Answer B is correct. Deduplication does not inherently speed restoration (A), encrypt data (C), or verify restorability (D).
Which of the following is the most important control to verify that backup processes are operating correctly on an ongoing basis?
Explanation: Daily monitoring of backup completion logs and immediate escalation of failures ensures that backup issues are detected and resolved quickly, before they create a recovery gap. Answer C is correct. Annual policy sign-off (A) and plan documentation (D) are governance activities. Offsite storage (B) addresses location, not completeness monitoring.
A company experiences a ransomware attack that encrypts all production data. The attack also encrypted all backup files stored on the same network share as the production systems. Which backup practice would have prevented the backup data from being compromised?
Explanation: Ransomware encrypts everything accessible from an infected system. Backups stored on the same network are equally vulnerable. Offline (air-gapped) or immutable backups cannot be accessed or altered by ransomware, preserving recovery capability. Answer B is correct. Speed (A) is impractical against automated ransomware. Encrypting backups (C) doesn't prevent ransomware from re-encrypting them. Compression (D) does not protect against ransomware.
Which of the following statements about business continuity planning (BCP) and disaster recovery planning (DRP) is correct?
Explanation: BCP encompasses all aspects of organizational continuity - people, processes, facilities, communications, and technology. DRP is a technical subset focused specifically on IT system and data recovery. Answer D is correct. They are not interchangeable (A). BCP is the broader concept (B). BCP addresses business processes, not just IT (C).
An auditor is reviewing a company's backup and recovery controls and wants to assess whether backups are actually restorable. Which of the following audit procedures provides the most direct evidence?
Explanation: The only way to definitively confirm backups are restorable is to test the restoration process - verifying that data can actually be recovered, not just that the backup job completed. Answer D is correct. Policy review (A), interviews (B), and log inspection (C) provide indirect evidence of backup processes but do not confirm recoverability.
The recovery point objective (RPO) determines:
Explanation: RPO defines the acceptable data loss window - if RPO is 4 hours, backups must occur at least every 4 hours so no more than 4 hours of data is lost in a failure. Answer A is correct. System restoration speed is RTO (B). Backup location (C) and copy count (D) are operational decisions informed by RPO/RTO requirements.
A company's RTO is 4 hours and its RPO is 1 hour. Which of the following backup and recovery configurations would meet both objectives?
Explanation: Hourly incrementals satisfy the 1-hour RPO (no more than 1 hour of data loss). A hot site activating in under 4 hours satisfies the RTO. Answer C is correct. Weekly backups (A) exceed the 1-hour RPO, and an 8-hour activation exceeds the 4-hour RTO. Daily backups (B) exceed the 1-hour RPO. Monthly backups and a 24-hour cold site (D) violate both objectives.
The recovery time objective (RTO) is best defined as:
Explanation: RTO defines how long a system can be offline before the impact becomes unacceptable - the maximum tolerable downtime. Answer D is correct. The maximum data loss in time is the recovery point objective (RPO) - Answer A. The point-in-time restoration target is RPO (B). Recovery cost is not defined by RTO (C).