Multiple choice technology security

Temporary files

  1. Should be placed securely in a folder called “temp” in the web root

  2. Can be placed anywhere in the web root as long as there are no links to them

  3. Should be completely removed from the server

  4. Can be placed anywhere after changing the extension

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

Temporary files should be securely deleted after use. Placing them anywhere in the web root creates risk of unauthorized access if the location is discovered. Security requires complete removal, not just obfuscation.