Appian Associate Developer (ACD100) — Question 60
What type of variable can only be used within the context of a particular expression, and can only be accessed within the function that defines them?
Answer options
- A. Local Variable
- B. Process Variable
- C. Rule Input Variable
- D. CDT Variable
Correct answer: A
Explanation
The correct answer is A, Local Variable, as it is specifically designed to be used only within the function that declares it. Other options like Process Variable, Rule Input Variable, and CDT Variable have broader scopes and can be accessed outside the defining context, making them unsuitable for this question.