Multiple choice technology security

Before running a test its advisable to do the following. Select 3 answers

  1. Inform the user population about the test

  2. Inform the QA and system administers about the test

  3. Backup the database

  4. Shut down the configured SMPT servers

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

Pre-test preparations should prevent disruption and enable rollback. Informing users (A) prevents panic from unusual activity. Notifying QA/admins (B) ensures they understand test behavior. Database backup (C) enables recovery if tests cause damage. SMTP shutdown (D) is unnecessary - email testing should be controlled, not disabled.

AI explanation

Good testing hygiene before a security scan includes telling end users so unexpected activity or lockouts aren't alarming, alerting QA/system administrators so they can distinguish real incidents from test traffic, and backing up the database since automated scans can submit destructive or data-altering payloads. Shutting down SMTP servers isn't a standard precaution and would just break unrelated functionality during the test window.