nerdexam
(ISC)2

CISSP · Question #845

What is the MOST efficient way to secure a production program and its data?

The correct answer is B. Harden the application and encrypt the data. The most efficient way to secure a production program and its data is to harden the application and encrypt the data. Hardening the application means applying the security best practices and standards to the development, testing, deployment, and maintenance of the application…

Submitted by jaden.t· Mar 5, 2026Software Development Security

Question

What is the MOST efficient way to secure a production program and its data?

Options

  • ADisable default accounts and implement access control lists (ACL)
  • BHarden the application and encrypt the data
  • CDisable unused services and implement tunneling
  • DHarden the servers and backup the data

How the community answered

(37 responses)
  • A
    5% (2)
  • B
    81% (30)
  • C
    11% (4)
  • D
    3% (1)

Explanation

The most efficient way to secure a production program and its data is to harden the application and encrypt the data. Hardening the application means applying the security best practices and standards to the development, testing, deployment, and maintenance of the application, such as input validation, output encoding, error handling, logging, patching, and configuration. Encrypting the data means applying the cryptographic techniques and algorithms to the data at rest and in transit, such as symmetric encryption, asymmetric encryption, hashing, and digital signatures. These two measures can provide a comprehensive and effective protection for the application and its data against various threats and attacks.

Topics

#application hardening#data encryption#data security#secure configuration

Community Discussion

No community discussion yet for this question.

Full CISSP Practice