Which Action on table operations are supported by a tMysqlOutput component? Choose 3 answers
Which Action on table operations are supported by a tMysqlOutput component? Choose 3 answersA . Drop table if exists and createB . Create tableC . ReplaceD . Drop tableE . Create table if does not existsView AnswerAnswer: A, B, E Explanation: The tMysqlOutput component is used to write data into...
Which steps should you take before building a Job that reads from that database?
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 answersA . Add a tMap component handle and convert DB Types.B . Retrieve schemas from the database connection.C . Drag...
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 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.A . Add a breakpoint in the Advanced Settings tab of the Run view.B ....
What are the minimum requirements to orchestrate this?
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) A. Add TRIGGER_INPUT and TRIGGER_OUTPUT components into A. B. Link A, B and C using...
Which exceptions car be caught using tLogCatcher? Choose 3 answers
Which exceptions car be caught using tLogCatcher? Choose 3 answersA . tWarnB . tDieC . Java ExceptionD . OnbubjobError ExceptionE . tAssertCatcherView AnswerAnswer: A, B, C Explanation: The tLogCatcher component can catch exceptions from three types of components: tWarn, tDie, and Java Exception. The tWarn component is used to trigger...
How are contexts defined?
How are contexts defined?A . They are automatically defined by the types of components used in the Job.B . Talend Studio defines a default context, and you can define more as needed.C . You must define the contextsD . In addition to a default context, Talend Studio defines a list...
Which expression should you use to reference the path?
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.Tfblpdtr1B . context(path)C . contex,(test.Prod).pathD . context, pathView AnswerAnswer: D Explanation: To reference the value of a context variable you defined,...
What is the generic Input component used for in a Joblet design?
What is the generic Input component used for in a Joblet design?A . Triggering a JobletB . Triggering a subJobC . Carrying data into a JobletD . Carrying data into a subJobView AnswerAnswer: C Explanation: The generic Input component used for in a Joblet design is the tJobletInput component. This...
How do you run the Job?
A colleague has exported a Data Integration Job to run outside Talend Studio. How do you run the Job?A . Extract the contents of the archive and run the batch file and shell script.B . Extract the content of the archive and run the batch file or the shell script.C...
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.
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.A . Right-click Job Designs and click import items.B . Navigate to Metadata, @ project ref, Job Designs, Standard, then select testJob.C . Right-click...