Talend Data Integration Certified Developer Exam Questions and 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?
Which Action on table operations are supported by a tMysqlOutput component?
Choose 3 answers
Which statements are true about configuring the input sources of a tMap component?
Choose answers
Which methods car you use to specify the schema in a tFilelnputDelimited component?
Choose 3 answers
You create a Job consisting of two subJobs, A and B. You added Joblet C with the intension of running it between A and B.
What are the minimum requirements to orchestrate this?(Choose Two)
Which statements ate true about a tWarn component?
Choose 2 answers
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 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?
Which types of SQL templates does Talend Studio provide?
Choose 2 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 method allows you to execute the compiled Job Talend Studio?
Which element carries data between two components in a Job?
You need to set up a server in your Talend environment that enables several members of your team to collaborate on a project.
Which application must you enable before working on a remote project?
Which options can you use to add a Joblet to your talend Job?
Choose 3 answers
You need to calculate the total number of rows in an input file using a tMlelnputDelimited component.
Which code should you use in a tJava component to write a nb-line variable?
How do you create an empty Joblet?