SY0-701 · Question #439
Which of the following topics would most likely be included within an organization's SDLC?
The correct answer is D. Branch protection requirements. Branch protection requirements are related to the version control and development process within the SDLC, ensuring that code changes are reviewed, tested, and approved before being merged into main branches. This helps maintain code quality and security throughout the…
Question
Which of the following topics would most likely be included within an organization's SDLC?
Options
- AService-level agreements
- BInformation security policy
- CPenetration testing methodology
- DBranch protection requirements
How the community answered
(22 responses)- A9% (2)
- B5% (1)
- C5% (1)
- D82% (18)
Explanation
Branch protection requirements are related to the version control and development process within the SDLC, ensuring that code changes are reviewed, tested, and approved before being merged into main branches. This helps maintain code quality and security throughout the development Penetration testing is usually conducted as part of the testing phase or after deployment to identify vulnerabilities and security weaknesses. It is a separate process from the core stages of the SDLC but is an important aspect of ensuring the security and robustness of the application once development is completed.
Community Discussion
No community discussion yet for this question.