- A
Delete the old backup copies to prevent future confusion
Why wrong: Deleting backups removes recovery options and does nothing to prove that the restore process is actually reliable.
- B
Perform a test restore in an isolated environment and verify the recovered data
A test restore is the best way to validate backup integrity and operational readiness after an incident. Restoring in isolation confirms that the backup can be used successfully without risking production systems. Verification should include checking file integrity, application access if relevant, and whether the restored data meets recovery objectives. This provides evidence that backups remain trustworthy after ransomware.
- C
Switch to incremental backups only so the next restore is faster
Why wrong: Changing the backup type does not validate the current recovery process and may complicate restores if not planned carefully.
- D
Store the backups on the same file server so they are easier to access
Why wrong: Keeping backups on the same server undermines resilience because the same attack or failure could destroy both production data and backups.
Quick Answer
The correct answer is to perform a test restore in an isolated environment and verify the recovered data. This is the only definitive way to prove backup and restore works after ransomware, because it validates the integrity of the backup media, software, and process without exposing the production network to potential hidden threats like dormant encryption or corruption. On the Security+ SY0-701 exam, this concept tests your understanding of disaster recovery validation under Objective 4.4, often appearing in scenario-based questions where management demands proof of backup trustworthiness. A common trap is assuming a backup report or log alone is sufficient, but the exam emphasizes that only a successful, isolated restore provides verifiable evidence. Remember the memory tip: “If you haven’t restored it, you haven’t tested it.”
SY0-701 Security Operations Practice Question
This SY0-701 practice question tests your understanding of security operations. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
After a ransomware event, the team restores a file server from backup, but management wants proof that the restore process will work before the backups are declared trusted. What should be done next?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Perform a test restore in an isolated environment and verify the recovered data
Option B is correct because the only way to prove that backups are trustworthy is to perform a test restore in an isolated environment, verifying the integrity and completeness of the recovered data. This validates that the backup process, media, and software are functioning correctly without risking the production environment. Without a successful test restore, the team cannot confirm that the backups are free from corruption, encryption, or other issues that would prevent a real recovery.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Delete the old backup copies to prevent future confusion
Why it's wrong here
Deleting backups removes recovery options and does nothing to prove that the restore process is actually reliable.
- ✓
Perform a test restore in an isolated environment and verify the recovered data
Why this is correct
A test restore is the best way to validate backup integrity and operational readiness after an incident. Restoring in isolation confirms that the backup can be used successfully without risking production systems. Verification should include checking file integrity, application access if relevant, and whether the restored data meets recovery objectives. This provides evidence that backups remain trustworthy after ransomware.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Switch to incremental backups only so the next restore is faster
Why it's wrong here
Changing the backup type does not validate the current recovery process and may complicate restores if not planned carefully.
- ✗
Store the backups on the same file server so they are easier to access
Why it's wrong here
Keeping backups on the same server undermines resilience because the same attack or failure could destroy both production data and backups.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates may think simply having backups is sufficient proof of recoverability, but the exam emphasizes that only a successful test restore in an isolated environment can validate the backup's integrity and the restore process itself.
Detailed technical explanation
How to think about this question
A test restore should be performed in an isolated sandbox or air-gapped environment, often using virtualization or separate hardware, to avoid cross-contamination. The verification process typically includes checking file hashes (e.g., SHA-256) against known good values, validating directory structures, and testing application functionality on the restored data. In real-world scenarios, organizations often automate this with backup validation tools that perform periodic restore drills, ensuring that backup metadata, such as VSS snapshots or tape catalogues, is intact and readable.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A developer is choosing between AES-256 (symmetric) and RSA-2048 (asymmetric) for encrypting a large file that will be sent to a partner. Symmetric encryption is fast but requires key exchange; asymmetric is slower but solves the key distribution problem. A hybrid approach — encrypt the file with AES, encrypt the AES key with RSA — is standard. Questions like this test whether you understand when each approach applies.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Security Operations — study guide chapter
Learn the concepts, then practise the questions
- →
Security Operations practice questions
Targeted practice on this topic area only
- →
All SY0-701 questions
1,152 questions across all exam domains
- →
Security+ SY0-701 study guide
Full concept coverage aligned to exam objectives
- →
SY0-701 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related SY0-701 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
General Security Concepts practice questions
Practise SY0-701 questions linked to General Security Concepts.
Threats, Vulnerabilities, and Mitigations practice questions
Practise SY0-701 questions linked to Threats, Vulnerabilities, and Mitigations.
Security Architecture practice questions
Practise SY0-701 questions linked to Security Architecture.
Security Operations practice questions
Practise SY0-701 questions linked to Security Operations.
Security Program Management and Oversight practice questions
Practise SY0-701 questions linked to Security Program Management and Oversight.
Security+ social engineering questions
Practise SY0-701 questions linked to Security+ social engineering questions.
Security+ cryptography practice questions
Practise SY0-701 questions linked to Security+ cryptography.
Security+ IAM questions
Practise SY0-701 questions linked to Security+ IAM questions.
Security+ risk management questions
Practise SY0-701 questions linked to Security+ risk management questions.
Security+ incident response questions
Practise SY0-701 questions linked to Security+ incident response questions.
Security+ malware questions
Practise SY0-701 questions linked to Security+ malware questions.
Security+ vulnerability management questions
Practise SY0-701 questions linked to Security+ vulnerability management questions.
Practice this exam
Start a free SY0-701 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this SY0-701 question test?
Security Operations — This question tests Security Operations — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Perform a test restore in an isolated environment and verify the recovered data — Option B is correct because the only way to prove that backups are trustworthy is to perform a test restore in an isolated environment, verifying the integrity and completeness of the recovered data. This validates that the backup process, media, and software are functioning correctly without risking the production environment. Without a successful test restore, the team cannot confirm that the backups are free from corruption, encryption, or other issues that would prevent a real recovery.
What should I do if I get this SY0-701 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
2 more ways this is tested on SY0-701
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. After a ransomware event, management wants proof that last night's backups can actually support business operations before they declare recovery complete. What is the best action?
medium- ✓ A.Perform a test restore into an isolated environment and validate the files or application work correctly.
- B.Increase the backup retention period without testing the backups.
- C.Copy the backup set to a new storage bucket and assume it is usable.
- D.Run a vulnerability scan against the backup server.
Why A: Option A is correct because performing a test restore into an isolated environment directly validates that the backup data is intact, the restore process works, and the restored files or applications function as expected. This provides management with the proof they need to confirm business operations can resume, which is the core requirement after a ransomware event.
Variation 2. After a ransomware incident, management sees that last night's backups completed successfully and wants proof they can actually be used before production is declared recovered. Which three actions best validate recoverability? Select three.
hard- ✓ A.Restore a representative backup into an isolated test environment.
- ✓ B.Run application and data validation checks on the restored system.
- ✓ C.Measure the restore duration against the documented recovery objectives.
- D.Increase the retention period without performing any restore.
- E.Close the incident because the backup software reported a successful job completion.
Why A: Option A is correct because restoring a representative backup into an isolated test environment directly validates that the backup data is readable, the restore process works, and the system can be brought online without impacting production. This is the only way to confirm the backup is not corrupt or incomplete, as backup software success logs alone are insufficient.
Keep practising
More SY0-701 practice questions
- An HR analyst must send a salary file to an external auditor. The auditor only needs names, departments, and salary tota…
- An investigator receives a suspect laptop drive that may be used in court. Which approach best supports a forensically s…
- An investigator must collect data from a suspected insider-threat laptop so the evidence could be used in an HR and lega…
- An NDR tool shows a production web server sending small, periodic DNS queries to random-looking subdomains under a domai…
- An investigator needs to make a forensic image of a suspect laptop without changing the original drive contents. Which t…
- An operations team manages Linux servers over SSH. The security team wants to stop direct management access from employe…
Last reviewed: Jun 11, 2026
This SY0-701 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SY0-701 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.