Talend Data Integration Certified Developer — Question 4
What determines the value of a context variable?
Answer options
- A. Job using the context variable
- B. Properties of the host running the Job
- C. Context where the Job is running
- D. Component using the context variable
Correct answer: C
Explanation
The value of a context variable is determined by the Context where the Job is running, as it directly influences how the variable is set and used. The other options refer to aspects that do not define the value of the context variable itself, such as the specific Job or the host properties.