CV0-003 · Question #410
An automation performs the following on a monthly basis: - Disable accounts that have not logged on in the last 60 days - Remove firewall rules with zero hits in the last 30 days - Remove DNS entries
The correct answer is B. Removing firewall rules. Firewall rules used only during quarterly failover tests have zero traffic hits within any 30-day window, causing the automation to delete them before the next quarterly test.
Question
An automation performs the following on a monthly basis:
- Disable accounts that have not logged on in the last 60 days
- Remove firewall rules with zero hits in the last 30 days
- Remove DNS entries that have not been updated in the last 60 days
- Archive all logs that are more than 30 days old
Six weeks after this new automation is implemented, an internal client reports that quarterly replication failover testing has failed. Which of the following is the MOST likely cause of the failed test?
Options
- ADisabling accounts
- BRemoving firewall rules
- CRemoving DNS entries
- DArchiving logs
How the community answered
(38 responses)- A34% (13)
- B45% (17)
- C8% (3)
- D13% (5)
Why each option
Firewall rules used only during quarterly failover tests have zero traffic hits within any 30-day window, causing the automation to delete them before the next quarterly test.
Accounts disabled after 60 days of inactivity would affect authentication, but service accounts used for scheduled replication are typically kept active through automated processes and would not go 60 days without activity.
Quarterly replication failover tests generate firewall traffic only once every roughly 90 days, so the associated firewall rules will consistently show zero hits within the 30-day measurement window used by the automation. After six weeks of the automation running, those rules are deleted, and when the quarterly failover test executes, the required network paths are blocked at the firewall, causing the test to fail. This is a direct conflict between a short-window cleanup policy and a legitimate but infrequent periodic workflow.
DNS entries are removed only if not updated in 60 days, and static replication failover DNS records are rarely modified - a missing DNS entry would produce a name resolution error rather than a firewall-level replication block.
Archiving logs older than 30 days affects only historical records and has no impact on the network connectivity, credentials, or replication protocols required for failover test execution.
Concept tested: Automated cleanup policy conflicts with periodic tasks
Topics
Community Discussion
No community discussion yet for this question.