Talend Data-Integration-Developer - Talend Data Integration Certified Developer Exam
You are building a Job that consists of two subJobs being sequentially executedI he first subJob completes successfully.
Which component in the first subJob triggers the execution of the second subJob?
You created a Job to process a customer database. Next, you want to debug the Job using Traces Debug and pause the execution when it encounters any records for customers residing in the state of California.
You have a tMap component configured with a single input row1and three outputs: CA, NY, Rejects. The input row1 consists of two columns. Name and State, containing the following data:
All outputs map only the Name column from row1, but CA employs a filter expression, CA.equals(row1.state), while Ny employs a filter expression, NY. Equals(row1,State). All Rejects have no such configuration.
Under these conditions, how does data flow to the outputs?
Where do you access the option to create a Joblet from an existing Job?
You want to use the value of a context variable you defined to configure a component, but you do not remember the exact name. You decide to use the auto-completion feature in Talend Studio Studio to get assistance.
Which keystrokes can you use to trigger auto-completion?
In the tMap component, where do you set up a filter on the input fields?