Talend - Big Savings Alert – Don’t Miss This Deal - Ends In 1d 00h 00m 00s Coupon code: 26Y30OFF
  1. Home
  2. Talend
  3. Talend-Core-Developer Exam
  4. Free Talend-Core-Developer Questions

Free Practice Questions for Talend-Core-Developer Exam

Pass4Future also provide interactive practice exam software for preparing Talend Core Certified Developer (Talend-Core-Developer) Exam effectively. You are welcome to explore sample free Talend-Core-Developer Exam questions below and also try Talend-Core-Developer Exam practice test software.

Page:    1 / 14   
Total 55 questions

Question 1

Which methods can you use to name an output row in a tMap component? Choose 3 answers.



Answer : A, B, D

In a tMap component, naming an output row correctly helps in managing data flow efficiently. The correct methods are:

A . Click the name of the table in the Map Editor window and edit it.

Open tMap, locate the output table, and click its name to edit it directly.

B . Assign the name when defining a new output table in the Map Editor window.

When adding a new output table, you can name it immediately in the Map Editor.

D . Assign the name when connecting a new output component.

When you connect an output component to tMap, you can assign a custom row name.


Question 2

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



Answer : A, B, C

Comprehensive and Detailed Explanation:

The tMap component in Talend allows for various data transformation and mapping operations. The correct operations include:

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

tMap allows mapping fields between sources and destinations with filters and constraints.

B . Perform full outer joins.

Unlike tJoin, tMap supports full outer joins, allowing all records from both tables to be included.

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

You can map multiple input sources to multiple output targets with transformations.


Question 3

You need to create a centralized metadata connection to a database server for an application. Which steps should you take before building a Job that reads from that database? Choose 3 answers.



Answer : C, D, E

Comprehensive and Detailed Explanation:

To establish a centralized metadata connection to a database server in Talend Studio, follow these steps before constructing a Job that reads from the database:

Create Db Connections Metadata to Describe the Database Connection (Option C):

In the Repository panel, right-click on 'Metadata' and select 'Create connection.'

Fill in the necessary details such as database type, host, port, database name, username, and password.

Test the connection to ensure it is configured correctly.

Save the connection metadata for reuse across multiple Jobs.

Retrieve the Schemas from the Database Connection (Option E):

After creating the database connection metadata, expand it to view the available schemas.

Retrieve the required schemas by importing the table structures.

This step ensures that the schema definitions are centralized and can be reused in different Jobs.

Drag the Db Connections Metadata onto the Designer to Read from the Database Component (Option D):

In the Repository, locate the previously created database connection metadata.

Drag and drop the desired table or schema onto the Designer workspace.

Talend Studio will automatically create the appropriate input component (e.g., tDBInput) configured with the connection and schema details.

By following these steps, you ensure a centralized and consistent approach to managing database connections and schemas, promoting reusability and reducing configuration errors.


Question 4

Which Action on table operations are supported by a tMysqlOutput component? Choose 3 answers.



Answer : B, D, E

Comprehensive and Detailed Explanation:

The tMysqlOutput component in Talend provides several actions on tables to manage data output operations effectively. The supported actions include:

Drop Table if Exists and Create (Option B):

This action checks if the specified table exists in the database. If it does, the table is dropped and a new one is created. This ensures that the table is recreated fresh for the data load.

Create Table if Does Not Exist (Option D):

This action checks if the specified table exists in the database. If it does not exist, the table is created. If it already exists, no action is taken, and the existing table is used.

Create Table (Option E):

This action attempts to create the specified table in the database. If the table already exists, an error will occur unless handled appropriately.

These actions provide flexibility in managing database tables during data integration processes, allowing for dynamic table creation and management based on the Job's requirements.


Question 5

You built multiple Jobs in Studio, each uses its own tDBInput component to connect to a common database server, but they all use different credentials. How should you configure the tDBInput components?



Answer : C

Comprehensive and Detailed Explanation:

When multiple Jobs require connections to the same database server but with different credentials, the recommended approach is:

Set the Property Type to Built-in and Set All the Relevant Properties Manually (Option C):

In each tDBInput component, set the 'Property Type' to 'Built-in.'

Manually enter the connection details, including the specific username and password required for that particular Job.

This approach ensures that each Job uses its own set of credentials, maintaining the necessary security and access controls.


Page:    1 / 14   
Total 55 questions