Question 1,029 of 1,013
SY0-701 Security Operations Practice Question
After restoring a virtual file server from backup, users can open shares, but the accounting application shows the previous day's transactions are missing. Which two steps should the administrator take next? Select two.
⚠ Common exam trap
Many exam-takers assume file share accessibility equals full data recovery, overlooking the distinction between file-level and application-consistent backups, which is a core concept in CompTIA SY0-701 Domain 3.0 (Security Operations).
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
✓
Verify whether the backup included application-consistent data and transaction logs
The accounting application's missing transactions indicate the backup may not have captured application-consistent data, such as open transaction logs or database writes. Without application consistency (e.g., using Volume Shadow Copy Service or a database-aware backup agent), the restore point may reflect a crash-consistent state where recent transactions were lost. Verifying the backup type ensures the administrator understands whether the data is recoverable from transaction logs or requires a separate application-level restore.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Verify whether the backup included application-consistent data and transaction logs
Why this is correct
This is the essential first step because a file-level or crash-consistent backup of a virtual machine may capture the disk state but does not guarantee that applications like SQL Server or Exchange have flushed all committed transactions to disk. Application-consistent backups use VSS or equivalent mechanisms to quiesce the application, ensuring the data files and transaction logs are in a recoverable, synchronized state. Inspecting the backup's metadata and logs reveals whether it supports point-in-time recovery or whether you must fall back to a different recovery source.
- ✓
Restore the missing records from the latest pre-incident application backup or log backup
Why this is correct
Once you have confirmed that the backup is application-consistent and that transaction logs are present, restoring the missing records requires replaying the latest full or differential backup followed by subsequent transaction log backups to roll the database forward to the point of failure. This is the proper recovery procedure, as it reconstructs the exact state of committed transactions that were lost from the primary storage. Without this step, any remaining gaps in the data will be unrecoverable, so the administrator should perform this restore after verifying the backup's consistency.
- ✗
Leave the server as is because file shares are accessible
Why it's wrong here
File share accessibility only indicates that the SMB/NFS service is running and the file system is mounted; it says nothing about the logical completeness or integrity of the underlying application data. Users may be able to open files that appear intact but actually contain stale or missing records because the backup captured an inconsistent database state. Leaving the server as-is without validating the restored data not only ignores the reported loss but also allows users to work with incomplete information, which can lead to further data corruption or incorrect business decisions.
- ✗
Delete the current backup set to avoid restoring the wrong version again
Why it's wrong here
Deleting the current backup set would destroy the only recovery point you have, eliminating the ability to inspect its transaction logs, verify its consistency, or use it as a fallback while you attempt an alternate recovery. The problem is not that the backup is the 'wrong version' but that it may lack application consistency, so removing it does not solve the root cause and instead increases business risk by removing all available recovery artifacts. Proper incident response preserves all backup sets and logs as evidence and as a safety net while you diagnose the restore failure.
- ✗
Reimage the server immediately without checking the restore point
Why it's wrong here
Reimaging the server wipes the operating system and applications, but it does not address the reason the restored data is missing records; when you restore from the same faulty backup again, you will likely reproduce the exact same data loss. It also destroys any forensic evidence, such as application logs or transaction log files, that are necessary to determine what was lost and why the backup was inconsistent. The correct action is to verify the backup's application-consistent status and, if needed, restore from the most recent valid pre-incident application or log backup, not to blindly reapply the same problematic image.
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 →
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.