Special Summer Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Talend Talend-Core-Developer Online Access

Talend Core Certified Developer Exam Questions and Answers

Question 13

You have a MySQL table named customers with columns named id, name, address, and country. You need to retrieve records that have a specific country based on a variable. Which steps should you use to achieve this?

Options:

A.

Use a tDBInput component with a context variable in the SQL query.

B.

Use a tDBInput component and link it to a tMatchGroup component.

C.

Use a tDBInput component with a Run if trigger.

D.

Use a tDBInput component and link it to a tFilterColumns component.

Question 14

How can you create REST API metadata in Talend Studio? Choose 2 answers.

Options:

A.

Create it manually in Talend Studio.

B.

Import it from Talend API Designer.

C.

Import it from a JSON file.

D.

Import it from Talend API Tester.

Question 15

You are building a complex Job and want to explore different options for optimizing execution times using 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 16

Which operations can you perform using a tMap component? Choose 3 answers.

Options:

A.

Map data using filters, constraints, and simple explicit joins.

B.

Perform full outer joins.

C.

Transform data from single or multiple sources to single or multiple destinations.

D.

Load single lookup tables only.

E.

Reject data using inner join rejections.