Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Talend Data-Integration-Developer - Talend Data Integration Certified Developer Exam

Which factors can affect the context in which a Job is run?

Choose 2 answers

A.

Context chosen by the developer when running the Job. Context available in the Basic Run tab of Run Job section.

B.

tContextLoad component can change the context name in the course of the Job execution.

C.

tContextDump component ran change the context name in the course of the lob execution.

D.

tRunJob component can influence the context in which the child Job runs.

You are building a Job to run outsode Talend Studio that must run on both Linux and Windows.

Which action should you take when building the Job?

A.

Select Build Job because Jobs are runnable on all platforms

B.

Specify All for the Shell launcher option in the Build Job windows.

C.

Configure the Job properties building the Job.

D.

Build one package for each platform.

In some instances, after applying changes to a component schema, you are asked if you would like to propagate the changes.

What is the significance of this prompt?

A.

Confirm Out you want to apply the schema, changes to the previous component in the Job.

B.

Confirm That you want to apply the schema changes to the selected component.

C.

Confirm that you want to apply the schema changes to both the previous and next components in the Job.

D.

Confirm that you want to apply the schema changes to the next component in the Job.

Which statements ate true about a tWarn component?

Choose 2 answers

A.

Used alongside a tLogCatcher in order for the log data collected to be encapsulated and passed on to the output defined.

B.

Used only in conjunction with the log4j feature.

C.

Used to trigger a warning often caught by the tLogCatcher component for an exhaustive log.

D.

Used only in conjunction with a iLogCatcher component.

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.Tfblpdtr1

B.

context(path)

C.

contex,(test.Prod).path

D.

context, path

Which file should you edit to enable SSL for a JobServer?

A.

Conf/TalendJobServer.properties

B.

Conf/TalendServer.properties

C.

Conf/server.xml

D.

Jsl_stati64.ini

Where can you specify the remote JobServer to execute a Job?

A.

Job settings section of the Project Settings windows

B.

Extra tab in the Job view

C.

Run/Debug section in the Preference window

D.

Target Exec tab in the Run view

How do you create an empty Joblet?

A.

Create an empty Job, then export it as a Joblet by right-clicking it in the Repository.

B.

Create an empty Jon and use the file menu to save it as Joblet.

C.

Right-click Joblet Designs the Repository and select Create Joblet.

D.

Right-clicking a space in the Designer and select refactor to Joblect.

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?

A.

((Integer)globalMap.get(‘’tFieldInputDelimited_1NB_LINES’’))=0

B.

((Integer)globalMap.get(‘’tFieldInputDelimited_1NB_LINES’’))--0

C.

((Integer)globalMap.get(‘’tFieldInputDelimited_1NB_LINES’’))-0

D.

((Integer)globalMap.get(‘’tFieldInputDelimited_1NB_LINES’’))===0

Which Action on table operations are supported by a tMysqlOutput component?

Choose 3 answers

A.

Drop table if exists andcreate

B.

Create table

C.

Replace

D.

Drop table

E.

Create table if does not exists