Exam Data-Integration-Developer Topic 4 Question 51 Discussion
Actual exam question for Talend's Data-Integration-Developer exam
Question #: 51
Topic #: 4
Question #: 51
Topic #: 4
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?
Which expression should you use to reference the path?
Suggested Answer: D Vote an answer
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. References: Talend Data Integration - Software to Connect, Access, and Transform Data | Talend,
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. References: Talend Data Integration - Software to Connect, Access, and Transform Data | Talend,
by Ursula at Nov 04, 2024, 06:17 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).