CISA · Question #53
Which of the following is the MOST important reason to implement version control for an end-user computing (EUC) application?
The correct answer is C. To ensure that only the latest approved version of the application is used. The most critical reason for version control in EUC applications is to ensure that only the latest, approved version is actively used, preventing errors from outdated or unapproved iterations.
Question
Which of the following is the MOST important reason to implement version control for an end-user computing (EUC) application?
Options
- ATo ensure that only authorized users can access the application
- BTo ensure compatibility between different versions of the application
- CTo ensure that only the latest approved version of the application is used
- DTo ensure that older versions are available for reference
How the community answered
(42 responses)- A7% (3)
- B17% (7)
- C74% (31)
- D2% (1)
Why each option
The most critical reason for version control in EUC applications is to ensure that only the latest, approved version is actively used, preventing errors from outdated or unapproved iterations.
User access control is a separate security function, distinct from version control, which manages changes to the application itself.
While version control can aid in managing compatibility, its primary goal is not merely compatibility but ensuring the *correct* version is in use to prevent errors and ensure approved functionality.
Ensuring that only the latest approved version of an EUC application is used is critical for maintaining data integrity, accuracy, and compliance, as older or unapproved versions could contain errors, vulnerabilities, or incorrect business logic. Version control helps manage changes and ensures a consistent, controlled application environment.
Making older versions available for reference is a benefit of version control, but the *most important* reason is to ensure the correct, current version is being actively used to prevent operational risks.
Concept tested: Version control benefits for EUC
Topics
Community Discussion
No community discussion yet for this question.