Talend
Talend-Core-Developer
Q1:
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.
Talend
Talend-Core-Developer
Q2:
Which file should you edit to enable SSL for a JobServer?
○
A
Conf/TalendJobServer.properties○
B
Conf/TalendServer.properties○
C
Conf/server.xml○
D
Jsl_stati64.ini
Talend
Talend-Core-Developer
Q3:
Which options can you use to add a Joblet to your talend Job?
Choose 3 answers
☐
A
Use a tRunJob component and select the Joblet from the drop-down menu.☐
B
Type the Joblet name on the Studio canvas, then select if from the Palette drop-down menu.☐
C
Right-click the Joblet from Palette and select the Add option.☐
D
Drag the Jobket from the Repository tree view to designer canvas.☐
E
Drag the Joblet from Palette to the design workspace.
Talend
Talend-Core-Developer
Q4:
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
Talend
Talend-Core-Developer
Q5:
You designing a Job that can run in two contexts, Test and Production. You want to run it as a standalone job outside Talend Studio.
How do you accomplish this?
○
A
Build the Job with the Context scripts option selected in the Build Job windows. Before running the Job, edit the script according to the context in which want to run the job.○
B
Set the desired context as the default, then build the Job. Rebuild the Job if you need to run it in a different context.○
C
Build the Job with the Context scripts option selected in the Build Job windows. You will be prompted for the context.○
D
Build the Job with the desired context selected in the Build Job windows. Build a separate copy if you need to run the Job in a different context.