If you would rather put your time and resources to better use, we can offer professional help with the exam. Send us an email to talentedvishnu@gmail.com for details!
Herewith a small sample of the questions in our database to help you find us! You will most definitely find some of them in your exam. Good luck!
How do you change the text label on a component in the design workspace?
Choose all that apply:
❏ Right-click the component in the design workspace and then click Rename
✓ From the View tab in the Component view
❏ From the Label tab in the Component view
✓ Click the label in the design workspace twice
Which of the following parameters is required for a tFileInputDelimited component?
Choose all that apply:
✓ Schema
✓ Field separator
❏ Header
✓ File name
Which component do you use to stop a running Job under specified conditions?
Choose one answer:
✓ tDie
❏ tWarn
❏ tKill
❏ tStop
What is the purpose of the SVN?
Choose all that apply:
❏ Supports SVN merge
✓ Provides a versioning system for Talend objects/projects
✓ Repository for Talend projects
❏ Supports Jobs binaries storage
✓ Can store shared libraries such as JDBC drivers or custom jars
Reorder steps used to create a Remote connection:
1. In the splash screen, click Manage Connections
2. Click the green plus sign to add a connection and select Remote in the Repository list
3. Name your new connection and provide user email address and password
4. Optionally modify the Workspace location and specify the Talend Administration Center URL
5. Save your new remote connection
How do you run a job in Talend Studio?
Choose one answer:
❏ Click Run on the File menu
❏ Click the Start button in the Run view
❏ Click the Run button in the Job view
✓ Click the Run button in the Run view
How can you view the contents of a file or database without leaving Talend Studio?
Choose one answer:
❏ Click Data Viewer in the Basic tab in the Component view
❏ Click the Data Viewer tab in the Component view
❏ Right-click a database or file metadata item in the Repository and then click Data viewer
✓ Right-click a file or database component and then click Data viewer
Which of the following is true regarding parallel execution for databases with Talend Studio?
Choose all that apply:
✓ It is independent of multithread execution
✓ You set it on specific database components
✓ You must run your Job on a system with multiple cores or processors for it to be an advantage
❏ The number of processors the component can use displays in the design workspace
✓ The parallel execution is for the component itself and not the containing subjob
From which tab in a Component view would you specify the component label?
Choose one answer:
❏ Advanced settings
❏ Documentation
✓ View
❏ Basic settings
How do you specify the schema for a database component on the design workspace?
Choose all that apply:
✓ Click Repository next to Schema in the Component view and then reference it to the schema under DB Connections.
✓ Click Edit schema in the Component view and then define the schema
❏ Drag a schema from the Repository onto the design workspace and then click the component you want to use.
✓ Drag a schema from the Repository onto a component in the design workspace
You want to pass in the value for a context variable at run time using a file or database.
What is the expected format (schema) for this component?
Choose one answer:
❏ name;key;value
❏ name;key
❏ value;key
✓ key;value
What is the purpose of a Main row?
Choose one answer:
❏ To pass a single row of data from one component to another
✓ To allow data to flow from one component to another
❏ To strictly visually represent the processing order
❏ To connect elements in a Business Model