CISSP · Question #448
If a content management system (CMC) is implemented, which one of the following would occur?
The correct answer is D. The test and production systems would be running the same software. A Change Management/Configuration Management system (CMC) ensures that software versions are controlled and synchronized across environments, so test and production systems run identical software builds.
Question
Options
- ADevelopers would no longer have access to production systems
- BThe applications placed into production would be secure
- CPatching the systems would be completed more quickly
- DThe test and production systems would be running the same software
How the community answered
(23 responses)- A13% (3)
- B4% (1)
- C4% (1)
- D78% (18)
Why each option
A Change Management/Configuration Management system (CMC) ensures that software versions are controlled and synchronized across environments, so test and production systems run identical software builds.
CMC controls and audits changes to production but does not necessarily revoke developer access; access control is a separate security function managed through IAM and least-privilege policies.
CMC ensures consistency and controlled deployment of software, but it does not guarantee the applications themselves are secure; security must be built into the development and testing processes independently.
CMC provides a structured process for approving and tracking changes, which often adds approval steps and can slow patching rather than accelerating it, as changes must go through a formal review cycle.
A content/configuration management system enforces version control and change control processes that ensure code promoted from test to production is identical, guaranteeing parity between environments. This is a core function of CMC: tracking and controlling software configurations so that what is tested is exactly what is deployed. This eliminates 'works in test but not in production' discrepancies caused by version mismatches.
Concept tested: Configuration/change management system environment parity
Source: https://www.nist.gov/publications/guide-enterprise-patch-management-planning-preventive-maintenance-software
Topics
Community Discussion
No community discussion yet for this question.