SY0-701 Security Operations Practice Question
A nightly backup job shows "Completed successfully" in the backup console, but a test restore fails with an authentication error after the backup service account password was rotated last week. What is the best next step?
⚠ Common exam trap
Many candidates assume a 'Completed successfully' backup job means all related processes are healthy, but the exam tests the distinction between backup success and restore success, highlighting that credential rotation can break restore without affecting backup.
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
✓
Update the backup application with the current service account credentials and rerun a restore validation test.
The backup job succeeded because the service account had cached credentials or the backup process itself didn't require re-authentication at that point. However, the restore operation failed because the backup application's stored credentials for accessing the backup repository are now stale after the password rotation. Updating the backup application with the current service account credentials (Option B) directly resolves the authentication error and allows a proper restore validation test.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Increase the retention period so the backup console will keep more copies.
Why it's wrong here
Increasing the retention period only dictates how long older backup sets are retained in the repository; it has no effect on the authentication process that occurs when the backup application connects to the storage or encryption service. Restore failed because the service account or encryption credentials are no longer valid, not because there are too few copies available. Even with hundreds of retained backups, a restore will still fail if the restore engine cannot authenticate to the backup data, so retention changes are irrelevant to this symptom.
- ✓
Update the backup application with the current service account credentials and rerun a restore validation test.
Why this is correct
The backup job may complete successfully using cached, per-job credentials, while the restore operation uses a separate service account whose password was rotated or whose legacy authentication settings were revoked. Updating the backup application with the current service account credentials eliminates the credential mismatch and ensures that the restore process can read the encrypted backup data. Rerunning a restore validation test is essential because 'backup success' is meaningless if the organization cannot actually recover data during a disaster.
- ✗
Disable the backup software firewall rule and try the restore again later.
Why it's wrong here
An authentication failure, typically signified by HTTP 401, 'Access Denied', or 'Invalid password', indicates that the identity presented by the backup application was rejected, which is a credential problem, not a communication problem. Firewall rules control network flow (ports, IPs, protocols) and cannot cause an account to fail password verification; if the firewall were blocking traffic, the error would be a timeout or 'connection refused'. Disabling the backup software's firewall rule would not fix the authentication error and would expose the backup infrastructure to unnecessary attack surface, making it the wrong remedy.
- ✗
Delete and recreate all protected files because the backup repository is probably corrupt.
Why it's wrong here
Deleting and recreating all protected files would destroy the source data while doing nothing to address the authentication failure that occurs when the restore process tries to access the backup repository. Repository corruption typically manifests as checksum mismatches, I/O errors, or a backup console warning, not as an authentication failure during restore. Before taking such a destructive action, the correct approach would be to verify the backup repository with vendor integrity checks, test an alternate restore point, or validate the service account permissions — not blindly delete data.
Visual reference
Go deeper
Related to this question
Learn chapter
Incident Response Process
Key term
Service account
A service account is a special type of account used by an application or a virtual machine, rather than a human user, to authenticate and interact with cloud services and APIs securely.
Key term
Authentication
Authentication is the process of verifying that someone or something is who or what it claims to be before granting access to a system or resource.
About these practice questions
Courseiva writes every SY0-701 question from scratch — 1,013 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.