Practice Free Data Integration Developer Exam Online Questions
You are using the tMap component to configure a mapping.
What do the tables on the left side of the Map Editor window represent?
- A . Explosions to apply to the input data
- B . Schemas of the output rows
- C . Schemas of the input rows
- D . Expression to apply to the output data
Which tab provides lines of code generated for the selected component in Telend Studio?
- A . Jobscript tab
- B . Code viewer tab
- C . Run consult
- D . Outline tab
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?
- A . Select Build Job because Jobs are runnable on all platforms
- B . Specify All for the Shell launcher option in the Build Job windows.
- C . Configure the Job properties building the Job.
- D . Build one package for each platform.
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
Which file should you edit to enable SSL for a JobServer?
- A . Conf/TalendJobServer.properties
- B . Conf/TalendServer.properties
- C . Conf/server.xml
- D . Jsl_stati64.ini
You designing a Job that can run in two contexts, Test and Production. You want to run it as a
standalone job outside Talend Studio.
How do you accomplish this?
- A . Build the Job with the Context scripts option selected in the Build Job windows. Before running the Job, edit the script according to the context in which want to run the job.
- B . Set the desired context as the default, then build the Job. Rebuild the Job if you need to run it in a different context.
- C . Build the Job with the Context scripts option selected in the Build Job windows. You will be prompted for the context.
- D . Build the Job with the desired context selected in the Build Job windows. Build a separate copy if you need to run the Job in a different context.
What is the generic Input component used for in a Joblet design?
- A . Triggering a Joblet
- B . Triggering a subJob
- C . Carrying data into a Joblet
- D . Carrying data into a subJob