Talend Questions for Certification




Sample Questions for Talend Certification

1. Which of the Following transformations/operations are possible for using tMap?

A) Lookup                                                           B)Join

C) Sorting                                                            D) Filtering

2. What is Job in Talend?

A) visual set of components graphically connected using different connections
B) visual set of metadata graphically connected using different components

C) collection of components and metadata
D)a & c

3. Which of the following component is used to generate sample data
A) tFixedFlowInput                                                              B)tGenerateDate

C)tRowGenerator                                                                D) tSampleData

4.Which Layout exported from a component in Talend
A)Excel format                          B)Text file

C)XML file                                       D)CSV file

5.Which of the following is a correct way to parse String column to Date

A)TalendDate.parseDate(“MM/dd/yyyy”, row2.date)
B) Date.parseDate(“MM/dd/yyyy”, row2.date)
C) TalendDate.getDate(“MM/dd/yyyy”, row2.date)
D)TalendDate.formatDate(“MM/dd/yyyy”, row2.date)

6. Which of the Following components are used to store log and statistical information about your job
A)tStatsCatcher
B)tLogCatcher
C)tFlowMeterCatcher
D)none of the above

7.In order to filter all files with a name having string “AMZ_AMZ001” using the tFileList component in Talend

A) Directory property should be set to “AMZ_AMZ001”
B)Set FileMask property to “AMZ_AMZ001”
C) Set FileMask property to “*AMZ_AMZ001*”
D)Set FileMask property to “*AMZ_AMZ001”

8. In which user interface element do you find Business Models, Job designs & Metadata?

A)The Job view                                                              B) The Repository

C)The design workspace                                          D)The Palette

9. What is indicated by an asterisk next to the job name in the design workspace

A)That this is an active job                              B)That the job contains an error

C)That the job contains unsaved changes  D)That the job is currently running

10. When you first start Talend Open Studio what are the advantages of creating a Talend account? Choose all that apply

A)You can visit MyTalend.com
B)You are required to create an account
C)You can post questions/answers to Talend forum
D)You can download components from Talend Exchange

11.From which View in Talend Open Studio would you clear the statistics from the design workspace? Choose one Answer
A)The component view
B)The context view
C)The problems view
D)The run view
E)The job view

6 Replies to “Talend Questions for Certification”

  1. Basically, Talend is a new ETL tool with Big Data so please follow up with the Talend official websites.

Comments are closed.