3 Months Free Update
3 Months Free Update
3 Months Free Update
You have two branches: Branch1 contains Job1, and Branch 2 contains Job 2. You want to copy Job1 to Branch 2 and preserve the change history when connecting Studio to Talend Administrator Center.
Which method should you use to preserve the change history?
You need to create a centralized metadata connection to database server for an application.
Which steps should you take before building a Job that reads from that database?
Choose 3 answers
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?
Which statements are true about configuring the input sources of a tMap component?
Choose answers
Which Action on table operations are supported by a tMysqlOutput component?
Choose 3 answers
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?
You are collaborating on a project with other developers using talend best practices.
When should you use a tag?
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?
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?