Multiple choice technology security

It’s advisable to run appscan in the preproduction environment. What do you think are the reasons? Select 2 answers.

  1. Don’t have to inform the application owner

  2. To prevent production database corruption

  3. To prevent user functionality disruption

  4. To reduce network traffic

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

Security scanners like AppScan actively test applications by submitting payloads and manipulating inputs - this can corrupt databases or disrupt functionality. Running in production risks data loss and affects real users. The preproduction/staging environment mirrors production without these consequences. The 'inform application owner' and 'reduce network traffic' options are incorrect - testing always requires notification, and scanning actually increases traffic.