nerdexam
Isaca

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.

Submitted by the_admin· Apr 18, 2026Information Systems Acquisition, Development, and Implementation

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)
  • A
    7% (3)
  • B
    17% (7)
  • C
    74% (31)
  • D
    2% (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.

ATo ensure that only authorized users can access the application

User access control is a separate security function, distinct from version control, which manages changes to the application itself.

BTo ensure compatibility between different versions of the application

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.

CTo ensure that only the latest approved version of the application is usedCorrect

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.

DTo ensure that older versions are available for reference

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

#Version Control#EUC Applications#Change Management#Application Integrity

Community Discussion

No community discussion yet for this question.

Full CISA Practice