throughout the software lifecycle
RATIONALE: The primary goal of secure software design is to mitigate security risks throughout the
software development lifecycle.
Which of the following principles is essential for developing secure software? - Correct Answer C) Least
privilege
RATIONALE: The principle of least privilege ensures that users and systems have only the access
necessary to perform their tasks, reducing potential security risks.
What does "input validation" help to prevent in software applications? - Correct Answer B) Injection
attacks
RATIONALE: Input validation helps to prevent injection attacks by ensuring that only properly formatted
data is processed by the application.
Which of the following is a common method for securing data in transit? - Correct Answer C) Encryption
RATIONALE: Encryption is commonly used to secure data in transit, protecting it from interception and
unauthorized access.
What is the purpose of threat modeling in secure software design? - Correct Answer B) To identify
potential security threats and vulnerabilities
RATIONALE: Threat modeling aims to identify potential security threats and vulnerabilities early in the
development process to address them proactively.