QuestionQ411

Application Deployment and Security

Which approach to addressing data-privacy concerns should be considered while developing an application?

  • A Set X-Frame-Options: DENY in the header.
  • B Deny all requests on the web application firewall.
  • C Ensure that data is encrypted at rest.
  • D Ensure that a firewall runs on the server.
Explanation

Encrypting data at rest protects stored sensitive information if storage media, backups, or database files are accessed without authorization.

Community Discussion

No comments yet. Be the first to start the discussion!