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.

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.

Answer: D

Explanation:

To reuse a job named testJob from a referenced project named project_ref in your main job, you need to navigate to @Referenced project, @project_ref, Job Designs, Standard, then select testJob. A referenced project is a project that can be accessed from another project in read-only mode. You can add a referenced project to your main project by using the Project Settings window in Talend Studio. You can then browse the items (such as jobs, metadata, routines, etc.) of the referenced project in the Repository tree view under the @Referenced project node. You can drag and drop any item from the referenced project to your main job design workspace.

You do not need to use import items, create standard job, or navigate to Metadata options. These options are not used to reuse jobs from referenced projects. The import items option is used to import items (such as jobs, metadata, routines, etc.) from an archive file that can be exported from another project or workspace. The create standard job option is used to create a new job with a name and a description. The Metadata node in the Repository tree view is used to store and manage metadata definitions for various data sources (such as databases, files, web services, etc.).

Reference: Talend Open Studio: Open-source ETL and Free Data Integration | Talend, [Referenced projects – 7.3]

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments