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

Talend-Core-Developer Questions and Answers

Question # 6

What is the default port for the REST Endpoint when using tRESTRequest in Talend Studio?

A.

5040

B.

5070

C.

8040

D.

8090

Full Access
Question # 7

In Talend Studio, you have access to a references project named project_ref. You need to reuse a Job named testJob from the project_ref in your main Job.

A.

Right-click Job Designs and click import items.

B.

Navigate to Metadata, @ project ref, Job Designs, Standard, then select testJob.

C.

Right-click Job Designs, click Crete Standard Job, and enter testJob as the Job name.

D.

Navigate to @ Referenced project, @ project_ref, Job Designs, Standard, then select testJob.

Full Access
Question # 8

Which type of task can be added to a plan in Talend Management Console?

A.

Data services​

B.

Big Data tasks​

C.

Routes​

D.

Jobs​

Full Access
Question # 9

You implemented a Job in Talend Studio and need to execute it in Talend Cloud. Which options can you use in Talend Management Console after publishing the Job to Talend Cloud? Choose 2 answers.

A.

Add a task and then run the task.​

B.

Click the artifact name and then run the Job.​

C.

Select the corresponding task, configure the task, and then run the task.​

D.

Select the artifact name, add and configure a task, then run the task.​

Full Access
Question # 10

Which characteristics distinguish Traces Debug from Java Debug?

Choose 2 answers

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

Full Access
Question # 11

You created a Remote Engine in Talend Cloud and copied the Remote Engine key. You downloaded the Remote Engine script for your Linux system, and now you need to pair the engine manually. Which options can you use to set the key? Choose 2 answers.

A.

In Studio Talend Cloud preferences.​

B.

In the Remote Engine web service page.​

C.

In the key configuration file of the engine.​

D.

In the engine run script command line as a parameter.​

Full Access
Question # 12

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.

Full Access
Question # 13

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 project

Full Access
Question # 14

How many sample dataset records and rows can be displayed in Talend Cloud Data Preparation?

A.

All the available records​

B.

10,000​

C.

1,000​

D.

5,000​

Full Access
Question # 15

After enabling the Observability Metric Collector metric generation located in the \etc\org.talend.ipaas.rt.observability.cfg, which additional configurations should you apply? Choose 2 answers.

A.

Schedule the metrics generation using CRON based trigger​

B.

Configure the time zone​

C.

Frequency​

D.

Lifetime​

Full Access
Question # 16

Which statements are true when comparing a Joblet to a tRunJob component?

Choose 3 answers

A.

The performance of tRunJob component is better than running an equivalent Job using a Joblet.

B.

A Joblet uses the same context variables of the Job in which it is used, unlinke a tRunJob component.

C.

The performance of a Joblet if better than running an equivalent Job using a tRunJob component.

D.

Building a Joblet typically requires the use of generic input, and trigger component.

E.

The nested Job called by a tRunJob component cannot use the same context variable of the Job in which it is used.

Full Access