Halloween Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Talend Data-Integration-Developer Talend Data Integration Certified Developer Exam Exam Practice Test

Talend Data Integration Certified Developer Exam Questions and Answers

Question 1

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

Choose 3 answers

Options:

A.

Drop table if exists andcreate

B.

Create table

C.

Replace

D.

Drop table

E.

Create table if does not exists

Question 2

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?

Options:

A.

Fsc + Space

B.

Ctrl + Alt + Space

C.

Ctrl + Space

D.

Alt - Space

Question 3

Which capabilities does Traces Debugprovide?

Choose 2 answers

Options:

A.

Filtering which data is propagated by a flow

B.

Advancing one column at a time

C.

Breaking on a selected line of code

D.

Breaking when an input column fulfills a condition

E.

Advancing one row at a time

Question 4

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

Choose 2 answers

Options:

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.

Question 5

You are building a complex Job and want to explore different optionsfor optimizing execution timesusing parallelism.

How can you identify execution times to verify the effectiveness of your changes?

Choose 2 answers

Options:

A.

Observing the execution time in the Code view.

B.

Heading the time stamps from the execution console in the Run view.

C.

Comparing time stamp in Trace Debug mode.

D.

Observing the execution times that annotate the flows in the Designer.

Question 6

Which statement is true about the Sync columns button on the Basic settings tab of the Component view? Choose 2 answers

Options:

A.

Retrieves and synchronizes the output file schema with the input file schema for tFileOutputed limited.

B.

Retrieves the schema of the current component to match the Next component

C.

Retrieves the schema from the input component connected in the lob.

D.

Retrieves and synchronizes the output schema with the input schema for tJavaRow.

Question 7

Which methods car you use to specify the schema in a tFilelnputDelimited component?

Choose 3 answers

Options:

A.

Drag a generic schema metadata item onto the Designer.

B.

Add the component then drag and drop a generic schema metadata item onto the component.

C.

Add the schema to the component using the Schema Editor

D.

Drag a File delimited metadata item from the Repository onto the design workspace.

E.

Add the component, open the Component view, select the Built-in schema type, then click the Edit schema button.

Question 8

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?

Options:

A.

Start component

B.

Final component

C.

Input component

D.

Any component

Question 9

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?

Options:

A.

Select the Transmit whole context in the basic settings of the tRunJob when calling Job B from Job A.

B.

Select the Transmit whole context in Advanced settings of the tRunJob when calling Job B from Job A.

C.

Select the Propagate the child result to output schema in Advanced settings of the tRunJob when calling Job B from Job B.

D.

Select the Propagate the child result to output schema in the Basicsettings of the tRunJob when calling B from Job A.

Question 10

You need to call a different Job within a Job you are developing.

Which mechanism allows you to pass the parameters to the lob you want to call?

Options:

A.

Context parameters

B.

File

C.

CommandLine options

D.

Java Function paramters

Question 11

Where can you simultaneously define primary keys for the Update and Delete operations in a tMysqlOutput component?

Options:

A.

Basic settings view, select the Use field options check box

B.

Advanced settings view, select the Additional columns options check box

C.

Advanced settings view, select the Use field options check box

D.

Advanced settings view, select the Use hint options check box

Question 12

You are collaborating on a project with other developers using talend best practices.

When should you use a tag?

Options:

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 project

Question 13

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?

Options:

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.

Question 14

Which method allows you to execute the compiled Job Talend Studio?

Options:

A.

Click the Export button in the Edit Properties window.

B.

Right-click the Job in the Repository and select Build Job

C.

Right-click the Job in the Repository and select Export items.

D.

Select Save As on the main File menu

Question 15

You built multiple Jobs in Studio, each uses its own tDBInput component to connect to a common database server, but they all use different credentials.

How should you configure the tDBInput components?

Options:

A.

Set the Property type to Repository and replace the credential1; in each component.

B.

Set the Property type to Built-in and set all the relevant properties manually.

C.

Set the Database file to Metadata

D.

Set the Property type, to Repository and use a common DB connection metadata

Question 16

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?

Options:

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