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

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

Talend Data Integration Certified Developer Exam Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$36  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$31.5  $104.99
Question 1

Which element carries data between two components in a Job?

Options:

A.

Sublob

B.

Link

C.

Trigger

D.

Row

Question 2

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 3

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 4

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

Question 5

Where do you access the option to create a Joblet from an existing Job?

Options:

A.

Selecting the File menu.

B.

Selecting the desired components and right-clicking.

C.

Adding a Joblet component to the Designer.

D.

Right-clicking the I oh in the Repository

Question 6

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 7

Using the following input file format as an example:

Which tFileinputDelimted component parameters should you configure to parse the input file correctly? Choose 3 answers

Options:

A.

Limit

B.

Schema

C.

Field separator

D.

Footer

E.

Header

Question 8

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 answers

Options:

A.

Add a tMap component handle and convert DB Types.

B.

Retrieve schemas from the database connection.

C.

Drag the Db Connection metadata into the Designer to read from the database component.

D.

Create DB Connections metadata to describe the database connection.

E.

Add a tCreatTable component to create a table in the database.

Question 9

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?

Options:

A.

context.Tfblpdtr1

B.

context(path)

C.

contex,(test.Prod).path

D.

context, path

Question 10

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 11

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)

Options:

A.

Add TRIGGER_INPUT and TRIGGER_OUTPUT components into A.

B.

Link A, B and C using On Subject Ok triggers.

C.

Add TRIGGER_INPUT and TRIGGER_OUTPUT components into B.

D.

Add TRIGGER_INPUT and TRIGGER_OUTPUT components into C

Question 12

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 13

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 14

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?

Options:

A.

Git or SVN server instance must be running.

B.

Talent Administration Center instance must be running with the team members and project configured.

C.

Git or SVN client must be installed on each developed workstation.

D.

Talend admission Center service must be running on each development workstation.

Question 15

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

Options:

A.

Design workspace

B.

Component view

C.

Repository

D.

Code

Question 16

Which characteristics distinguish Traces Debug from Java Debug?

Choose 2 answers

Options:

A.

Allow row-by-row inspection of data flows

B.

Requires a separate perspective

C.

Require Java development experiences

D.

Supports breakpoints based on input data condition