Free Workstation Backup and Recovery Methods practice questions
10 free 220-1202 questions on Workstation Backup and Recovery Methods, each with a full explanation — no account needed. This section sits in the Operational Procedures part of the exam. Answer every question to see your score, then read the lessons below for anything you missed.
A small office runs a full backup every Sunday night and incremental backups Monday through Friday. On Thursday, a user accidentally deletes an important shared folder. Which backup sets does the technician need to restore the folder to its Wednesday end-of-day state?
An incremental backup copies only the changes since the last backup of any type. To restore to Wednesday's state, you need the last full backup plus every incremental created after it, in order, up to and including Wednesday. That means Sunday's full plus Monday, Tuesday, and Wednesday incrementals. Only Wednesday's incremental is not enough because each incremental holds only that day's changes, not the complete data set. Sunday's full plus Wednesday's incremental only would skip Monday and Tuesday's changes, breaking the chain and producing an incomplete or failed restore. Sunday's full plus Thursday's incremental only would restore to Thursday's state (or fail), not Wednesday's, and it also skips Monday through Wednesday. The defining tradeoff of incremental backups is that they save storage and run quickly, but restores depend on a complete, unbroken chain of every increment since the last full. If a single incremental is missing or corrupted, the restore can stop early. This is why technicians must monitor job health closely when using incrementals.
Which backup type copies all changes made since the last full backup and requires only the last full plus the most recent backup of that type to fully restore?
A differential backup copies all changes made since the last full backup. To restore, you need only two pieces: the last full backup and the latest differential. This keeps restores fast and simple because there are fewer moving parts than an incremental chain. An incremental backup copies only changes since the last backup of any type, so a restore requires the full plus every incremental in sequence, which is slower and more error-prone. A synthetic full is a new full backup file built on the backup storage by combining a prior full with later incrementals or differentials, without rereading all source data; it restores like a full but is not defined by copying changes since the last full. A full backup copies all selected data every time it runs and restores in a single step, but it uses the most storage and takes the longest. The key differential tradeoff is that its backup size grows larger each day until the next full backup runs, but its restore stays simple.
A technician receives a ransomware alert on a user's workstation and no one is certain when the infection started. The user asks the technician to immediately restore their Documents folder over the current files to get back to work. What is the BEST course of action?
When malware is suspected and the infection timeline is unknown, alternative-location recovery is the safer choice. Restoring to a different folder or system keeps the current data intact, allows a malware scan of the restored set, and lets the technician confirm the restore point is clean before returning it to the user. An in-place overwrite restore is risky here because restoring into the same infected environment can re-infect the data, and overwriting also destroys evidence needed for an incident review. Syncing from cloud storage is dangerous because sync tools replicate changes, meaning ransomware-encrypted files may have already overwritten clean cloud copies. Deleting the encrypted files and waiting for the next scheduled backup accomplishes nothing useful, risks capturing an encrypted state, and leaves the user without their data. The core principle is that overwrite restores trade safety for speed and should only be used when you have high confidence in the backup version and low need to compare. In a suspected malware incident, safety and isolation must take priority, so restoring to a controlled area for scanning and validation is the correct approach.
A remote workforce uses laptops that connect to the corporate VPN only for short periods over slow home Wi-Fi. The IT team wants to keep endpoint load low while still allowing full-style restores. Which backup approach BEST fits these constraints?
A synthetic full backup creates a new full backup file on the backup storage by combining the last full with later incrementals, without rereading all source data from the endpoint. Pairing small daily incrementals (taken while laptops are briefly online) with a synthetic full built on the backup server keeps endpoint and network load low while preserving simple, full-style restores. Daily full backups scheduled during business hours would overload slow Wi-Fi and disrupt users, and laptops may not stay connected long enough to complete them. Weekly full backups pushed over the VPN still force large transfers over a slow link and can fail before completing. Daily differentials transferred fully to the endpoints misunderstands the direction of the load; differentials grow larger each day and still require full data transfers over the constrained connection, defeating the goal of minimizing endpoint load. The strength of synthetic full is that the backup server does the merge work, so users experience minimal load on their devices and networks, which is exactly what a remote workforce with limited connectivity needs.
A home user copies their important files to a second folder on the same internal hard drive and considers this their backup. Why does this NOT meet the definition of a proper backup?
A true backup must survive the same disaster that hit the original data. If the only copy sits on the same drive, it is not protection, it is simply a duplicate. When that drive fails, both the original and the copy are lost at the same time, so the goal of recovery is not met. While encryption is a good safety control for backups that travel or sit offsite, a lack of encryption does not disqualify something from being a backup; it is a security concern, not a definitional one. Retaining older file versions (versioning) is valuable because a user may not notice a missing file for days, but a single-version copy on separate media could still function as a basic backup. The file system used by the copy is irrelevant to whether it qualifies as a backup. This is the fundamental idea behind the 3-2-1 approach: three copies of data, on two types of media, with one copy offsite, all designed to avoid a single point of failure. Keeping the only copy on the same physical drive violates that principle entirely.
A small business file share has an RPO of four hours and an RTO of two hours. Staff work stops entirely if they cannot open shared files. Which factor does the four-hour RPO MOST directly influence?
The Recovery Point Objective (RPO) measures how much data you can afford to lose, expressed in time. A four-hour RPO means backups must run at least every four hours, because anything older would risk losing more than four hours of work. In short, RPO pushes how often you back up. How fast the restore must complete is governed by the Recovery Time Objective (RTO), not the RPO; RTO drives restore design and speed. The number of media types used relates to redundancy strategies like the 3-2-1 rule, which addresses avoiding a single point of failure rather than data-loss tolerance. How long backups are retained is a retention policy decision, which addresses keeping older versions available for recovery over time, not the acceptable amount of data loss. Understanding the distinction is critical: RPO answers 'how much data can I lose?' and drives backup frequency, while RTO answers 'how fast must I be back online?' and drives restore method and procedures. With a tight four-hour RPO, a daily backup cadence would be insufficient.
A technician is about to perform an in-place overwrite restore of a corrupted spreadsheet after confirming a known-good version exists from last night. Which step should be completed BEFORE running the restore to reduce risk without significantly slowing the handoff?
Before an in-place overwrite restore, a short safety routine should include verifying backup integrity, confirming the scope with the user (which files, which date, and what success means), and preserving the current state when possible, such as copying the current file aside or taking a snapshot. This protects against accidentally erasing newer valid work while keeping the process fast. Reimaging the entire workstation is a drastic, unrelated action for restoring a single corrupted file and would cause far more downtime than the situation requires. Scheduling a full-system bare-metal recovery drill is a backup-testing activity performed in a safe environment, not a preparatory step for restoring one file. Migrating the user's data to a new replacement device is a continuity measure used when hardware fails, which is not the case here since the drive is functioning and only a file is corrupted. The guiding principle is that overwrite restores trade safety for speed; they fit best when the situation is clear and contained, and a brief scope confirmation plus preserving the current state provides safety without meaningfully slowing the return to normal.
An IT team's backup jobs report 'success' every night, yet no one has attempted to recover any data in months. According to backup best practices, what is the MOST important action to prove the backups are actually usable?
A backup is only a promise until a restore proves it. Even backups that report success can fail to restore due to permissions issues, missing encryption keys, absent versions, or silent corruption. The most important verification action is to perform a test restore to a safe folder or spare device and confirm the files actually open, which is the only real evidence that a backup works. Increasing backup frequency addresses RPO (how much data you can lose) but does nothing to prove the existing backups are recoverable. Enabling compression reduces storage consumption but has no bearing on whether a restore will succeed and could even introduce complications if not tested. Adding a second offsite copy improves redundancy and aligns with the 3-2-1 principle, but having more copies of an unverified backup still leaves you uncertain that any of them can restore. Testing does not need to be heavy: reviewing job logs, spot-checking a few files weekly, and performing periodic test restores builds real confidence. Many teams only discover backup problems during an outage, which is the most expensive time to learn a backup was never usable.
A company wants to establish a backup testing schedule based on risk. Which situation should ALWAYS trigger at least a file-level test restore because it introduces new unknowns?
Backup testing frequency is a risk-based decision, and any major change should trigger a test because changes create unknowns. A major OS upgrade or backup agent update can alter how backups are captured or restored, so at minimum a file-level test restore should be run afterward to confirm the backup chain still works. Other events that warrant testing include storage migrations and malware incidents. A quiet week with no changes does not introduce new unknowns and would not, by itself, trigger extra testing beyond the normal schedule. A routine addition of new user accounts is a minor operational task that does not alter the backup mechanism or restore process in a way that demands immediate testing. A minor change to desktop wallpaper policy has no meaningful impact on backup integrity or recoverability. The principle is that systems with high business impact and rapid change need more frequent testing, and significant changes such as OS upgrades, backup agent updates, storage migrations, and post-incident recovery are exactly the moments when confidence in backups is most uncertain and validation matters most.
During an alternative-location restore, a technician restores an application's data set to a new folder path, but the application fails to read the restored data afterward. Which issue is the MOST likely cause?
Some applications store absolute paths to their data. When you restore to a different location during an alternative-location recovery, the app may still look for its data at the original path and fail to read it, requiring configuration updates to point it to the new location. A backup job warning during capture could indicate a problem, but the scenario states the data restored successfully; the failure occurs specifically because the application cannot locate data at the expected path. A restore point being 'too recent' is not a valid failure cause, as recency does not prevent an application from reading data. A different file system on the destination volume generally does not stop an application from reading restored files, since the OS handles file access regardless of the underlying file system in most common cases. Alternative-location recovery is safer because it keeps current data intact and supports comparison and isolation, but it carries practical requirements: adequate storage, handling of path changes, and proper access control so the correct user can reach the restored data. Recognizing that absolute path dependencies can break applications is an important part of validating a restore rather than assuming it just works.
Study this section
Every lesson that covers Workstation Backup and Recovery Methods on the 220-1202 exam.