How do you accomplish this?

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?A . Build the Job with the Context scripts option selected in the Build Job windows. Before running the Job, edit...

December 20, 2023 No Comments READ MORE +

Which statements are true about Use or register a shared DB Connection option in Talend Studio? Choose 3 answers

Which statements are true about Use or register a shared DB Connection option in Talend Studio? Choose 3 answersA . Compatible with the Use an independent process to run subJob option of tKunJob componentB . Compatible to be snared between parent and child JobsC . Compatible with The Use dynamic...

December 20, 2023 No Comments READ MORE +

In the tMap component, where do you set up a filter on the input fields?

In the tMap component, where do you set up a filter on the input fields?A . Match Model parameter field for fine of the inputsB . Expression field for a single column of the outputC . Expression filter in the output tableD . Match Model parameter field for one of...

December 19, 2023 No Comments READ MORE +

Which section in Talend Studio allows you to graphically connect components in a Job to run a dataflow process?

Which section in Talend Studio allows you to graphically connect components in a Job to run a dataflow process?A . Design workspaceB . Component viewC . RepositoryD . CodeView AnswerAnswer: A Explanation: The design workspace in Talend Studio allows the user to graphically connect components in a Job to run...

December 19, 2023 No Comments READ MORE +

When should you use a tag?

You are collaborating on a project with other developers using talend best practices. When should you use a tag?A . Capturing snapshot of a codebase that requires ongoing maintenance.B . Fixing hugs or enhancements.C . Denoting major or minor releases.D . Denoting a milestone in the lifecycle of a projectView...

December 19, 2023 No Comments READ MORE +

What do the tables on the left side of the Map Editor window represent?

You are using the tMap component to configure a mapping. What do the tables on the left side of the Map Editor window represent?A . Explosions to apply to the input dataB . Schemas of the output rowsC . Schemas of the input rowsD . Expression to apply to the...

December 19, 2023 No Comments READ MORE +

How can you achieve this requirement?

You have two Talend Jobs. Job A need to call Job B. After Job B is complete, processed data stored in the tBufferOutput buffer memory must be transferred back to Job A. How can you achieve this requirement? A. Select the Transmit whole context in the basic settings of the...

December 18, 2023 No Comments READ MORE +

Which steps should you use to achieve this?

You have a MySQL table named customers with column named id, address, and country. You need to retrieve records that have a specific based on a variable. Which steps should you use to achieve this?A . Use a tDBInput component with a context variable in the SQL query.B . Use...

December 18, 2023 No Comments READ MORE +

Which code should you use in a tJava component to write a nb-line variable?

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?A . Int nb_line-(integer) globalMap.put(‘’tFileInputDelimited_1_NB_LINE’’)B . Int nb_line=(integer)globalMap.put(‘’tFileInputDelimited_1_NB_LINE’’)C . Int nb.line-(integer) globalMap.put(‘’tFileInputDelimited_1_NB_LINE’’)D . Int nb_line-(String) globalMap.put(‘’tFileInputDelimited_1_NB_LINE’’)View AnswerAnswer: C Explanation: You...

December 18, 2023 No Comments READ MORE +

Which tab provides lines of code generated for the selected component in Telend Studio?

Which tab provides lines of code generated for the selected component in Telend Studio?A . Jobscript tabB . Code viewer tabC . Run consultD . Outline tabView AnswerAnswer: B Explanation: The code viewer tab in Talend Studio provides lines of code generated for the selected component in a Job. It...

December 18, 2023 No Comments READ MORE +