Exam4Training

Which expression should you use to reference the path?

A Job has two contexts defined: lest (the default) and Prod, and two context variables defined: path and server.

Which expression should you use to reference the path?
A . context.Tfblpdtr1
B . context(path)
C . contex,(test.Prod).path
D . context, path

Answer: D

Explanation:

To reference the value of a context variable you defined, you can use the syntax context.variable_name, where variable_name is the name of the context variable. For example, if you have a context variable named path, you can reference its value by using context.path. You do not need to specify the context name (such as test or prod) or use parentheses or brackets around the variable name.

Reference: Talend Data Integration ― Software to Connect, Access, and Transform Data | Talend,

Exit mobile version