Demo Talend Data-Integration-Developer Exam Questions

Demo practice questions for guest users.

Section: Practice Mode 5 Questions
Demo Practice
Question 1

You are building a Job to run outsode Talend Studio that must run on both Linux and Windows.
Which action should you take when building the Job?

Correct Answer: B
Explanation:
To build a job to run outside Talend Studio that must run on both Linux and Windows, you
need to select Build Job because jobs are runnable on all platforms. The Build Job option
allows you to export your job as an executable file that can be run independently from
Talend Studio on any platform that supports Java. You can access this option by right-clicking
on your job in the Repository tree view and selecting Build Job. This will open a dialog box
where you can configure the build settings, such as destination folder, archive name,
context, etc.
You do not need to specify All for the Shell launcher option in the Build Job window,
configure the job properties before building the job, or build one package for each platform.
These methods are not necessary or available in Talend Studio and may cause errors or
unexpected results.
Question 2

You need to call a different Job within a Job you are developing.
Which mechanism allows you to pass the parameters to the lob you want to call?

Correct Answer: A
Explanation:
To call a different job within ajob you are developing, you can use the tRunJob component. This
component allows you to execute another job as a subjob within a parent job. To pass the parameters
to the job you want to call, youcan use the context parameters. Context parameters are variables that
can store values that can be changed at runtime or between different contexts. You can define context
parameters in the Contexts tabof your job and assign them values for each context.
You can also pass context parameters from the parent job to the child job by using the Context Param
tab of the tRunJob component. This way, you can parameterize the properties or expressions of the
child job with the values from the parent job.
You do not need to use a file, command line options, or Java function parameters to pass parameters
to a different job. These methods are not supported by Talend Studio and may cause errors or
unexpected results.
Question 3

You have a Job that uses a tFileInputDelimited component to extract data from an input file. You built a
spate subjob, called W, to handle the condition when the input file is empty.
Which condition syntax is correct for the Run if connection?

Correct Answer: C
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.

Demo Practice Mode

You are viewing only the questions marked as Demo.

BACK TO EXAM