Which statements are true about configuring the input sources of a tMap component?
Choose answers
Which section in Talend Studio allows you to graphically connect components in a Job to run a dataflow process?
You have a tMap component whose main input provides the following data:
There is also a lookup table with the following data:
An inner join is configuredbetween the State column of the main input with the State Code column of the lookup table.
What happens when the row containing the name Andrew laylor is processed?
In Talend Studio, you have access to a references project named project_ref. You need to reuse a Job named testJob from the project_ref in your main Job.
Which statements are true about Use or register ashared DB Connection option in Talend Studio?
Choose 3 answers
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.
Which statements are true when comparing a Joblet to a tRunJob component?
Choose 3 answers
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?
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?