Corporate Training
Request Demo
Click me
Menu
Let's Talk
Request Demo

Talend Interview Questions and Answers

by sonia, on May 27, 2017 2:28:40 PM

Talend Interview Questions and Answers

Q1. What Talend stands for?

Ans:  Talend stands for Talend Open Studio.

Q2. What types of joins are supported by the tMap component?

Ans: Inner, outer, unique, first, and all joins

Q3.What do you mean by Talend?

Ans: Talend open studio is the open source data integration product produced by Talend and it is designed to convert, combine and update data in various areas across a business.

Q4. When was Talend open studio launched?

Ans: Talend launched in October 2006

Q5. Talend is written in which language?

Ans: It is written in Java language.

Q6. Tell the latest version of Talend open studio.

Ans: The latest version is 5.6.0

Q7.Differentiate between ETL and ELT.

Ans: ETL stands for Extract, Transform and Load which is a process that involves gaining data from exterior source, converting it to get fit into operational requirement, then load it into the end target database.

ELT stands for Extract, Load and Transform which is the process in which data is get, then loaded into the staging table in the database and then data is converted according to the need.Read this incisive blog to clearly understand the process of ETL now.

Q8. What is the significance of tLoqateAddressRow component in Talend?

Ans: It is a component for mailing correct address belongs to the respective customer data to make sure a single customer view and good delivery for their respective customer mailing.

Q9. Could we change the background color of the job designer?

Ans: Yes, we can change the background color of job designer.

Q10. How we can change the background color of job designer?

Ans: We can change the background of job designer by clicking on the preferences of the window menus, after the talend, appearance,designer then click on color menu.

 

Q11. Can we define a variable which can be accessed by many jobs?

Ans: Yes, we can declare a static variable in the rountine and add the setter method for the respective variable in the routine. Then this variable can be accessed from various jobs.

Q12. Can we save our personal settings in the DQ Portal?

Ans: No, we can not save our personal setting in the DQ Portal.

Q13. Can we change the generated code directly?

Ans: No, this is not possible we cannot generate code directly for Talend.

Q14. Which method we should use to include our own Java code in a Job?

Ans: We can use tJava, tJavaFlex component, tJavaRow, etc to include our own Java code in a Job.

Q15. Can we use Binary Transfer mode in SFTP ?

Ans: No, in SFTP we cannot use the binary transfer mode because SFTP is not like the FTP. Hence, we cannot apply the concept like ‘current mode directory’ and ‘transfer mode’.

Q16. For sorting data which component we generally use?

Ans: We can use tExternalSortRow and tSortRow.synthesizing sorted input

Q17. In talend what is the fixed pattern of date?

Ans: By default the date pattern is dd-MM-yyyy.

Q18. What do you mean by component?

Ans: Component is simply a functional piece which is used for a single operation. It is a bundle of file kept within a folder named followed by component name.

Q19. Differentiate between ‘insert or update’ and ‘update or insert’.

Ans: Insert or update means first we insert a record, but if a record is matching with the primary key then the record is updated.

Update or insert means first we update the record with same primary and if the record doesn’t exists then we insert the record.

Q20. Differentiate between Repository and Built-In ?

Ans: In Built-In we can manually edit the data as data is kept locally in the job whereas in repository all the data is stored there only. We can extract only Read-only-information into the job from repository.

Q21. Which option is better Built-in or Repository?

Ans: It simply depends on the way we use it. We should use Built-in for the data which we use rarely and use the Repository for the data which we use repeatedly.

Q22. Differentiate between OnComponentOk and OnSubjectOk ?

Ans: They both are trigger links which can connect to another subject job. The major difference between both of them is that they both lies in the execution order of the connected subjobs.

Q23. In talend how the delimited data be normalized?

Ans: We can normalized the delimited data by clicking on the tNormalized component.

Q24. Define tMap ?

Ans: tMap is the latest component which simply converts and routes data from one or many sources to one or many destinations.

Q25. Tmap component support which types of joins?

Ans: TMap supports inner,unique,outer, and all joins.

Q26. Define tDenormalizeSortedRow?

Ans: tDenormalizeSortedRow is bundled in a group of all input sorted rows. It helps in saving the memory by synthesizing sorted input flow.

Q27. For data transform using built in .Net classes which Talend component is used?

Ans: For transforming the data by utilizing custom we can use tDotNETRow component.

Q28. What do you mean by tJoin?

Ans: By exact matching the several columns of tables the tJoin joins the two tables.

Q29. Define MDM in talend ?

Ans: It is a management by which an organization makes and manage a single, consistent and correct view of key enterprise data.

Q30. In 5.6 version of Talend what is new?

Ans: The new feature in talend 5.6 is that it have more techical notes. It also have enterprise and open studio solution.

Q31. Write the advantages of talend ?

Ans: It is highly versatile, cost effective, user friendly and readily adaptable..

Q32. Define project ?

Ans: It is the bundle of technical resources and their respective metadata. All the jobs and business items which we designe is known as project only.

Q33. What do you understand by the term workspace?

Ans: It is kind of repository where we can store our folders. It is mandatory to have one workspace repository per connection.

Q34. Define an item?

Ans: An item is a fundamental technical part in a project. They are bundled according to their types as code,metadata,contex, etc.

Q35. What do you understand by the term Migration Task in Talend?

Ans: It is done to ensure the worth fullness of a project which we have developed with the previous version of Talend.

Q36. What is the use of Palette setting in talend?

Ans: It allow us to launch the studio more fastly because by using this only the current component is loaded in the project.

Q37. Define Talend data generator routine?

Ans: It is a function which allow us to create group of set data. They are based on the entry of first name, address,town, etc.

Q38. What are the steps to replace an element in a string?

Ans: We can replace one element with another in a string by using Change routine along with tJava components.

Q39. How we can store a string in an alphabetical order?

Ans: We can store a string in an alphabetical order by using ALPHA routine with tJava component.

Q40. What is the use of String Handling Routines?

Ans: It allow us to take out many operations and test on alphanumeric expressions relay on Java methods.

Q41. What is the use of Numeric Routine?

Ans: It allow us to revisit whole or decimal numbers in order to use them as setting in one or more job mechanism.

Q42. What is the use of Job view?

Ans:  It shows many information belongs to the open job on the design workspace.

Q43. Define scheduler ?

Ans: This view is used to arrange a task in a sequence that will launch one by one the job which we select through the crontab program.

Q44. Define configuration tabs ?

Ans: It is situated in the bottom half of the design workspace. Every tab open a view which shows the properties of the selected elements in the design workspace.

Q45. What do you understand by the term Routines?

Ans: They are the somewhat complicated Java functions, mostly used to factorize code. It recover Job capacities and optimized data procedure.

Q46. What is the use of tXML map operation?

Ans: With using this we are able to add various input and output flow as needed into the visual map editor to execute.

Q47. How we can access global and contex variable?

Ans: By clicking Cntrl+ Space key we can access global and contex variable.

Q48. How we can use inner join?

Ans: This join is a specific type of join which differentiate itself by the way refusal is performed.

Q49. What are the operations which tMap allows?

Ans: data transformation on any type of fields
data multiplexing and demultiplexing,
fields concatenation and interchange,
data rejecting
field filtering using constraints

Q50. What is Talend Open Studio?

Ans: Talend Open Studio for Data Integration is an open source data integration product developed by Talend and designed to combine, convert and update data in various locations across a business.

Q51. What is the difference between the ETL and ELT?

Ans: ETL: Extract, Transform, and load(ETL) is a process that involves extracting data from outside source, transforming it to fit operational needs (sometimes using staging tables), then loading it into the end target database or data warehouse. This approach is reasonable as long as many different databases are involved in your data warehouse landscape. In this scenario you have to transport data from one place to another anyway, so it’s a legitimate way to do the transformation work in a separate specialized engine.
ELT:
Extract, Load, Transform(ELT) is a process where data is extracted, then loaded into staging table in the database, transforming it. Where it sits in the database and then loading it into the target database or data warehouse.

Q52. What is thew use of tLoqateAddressRow component in Talend?

Ans: This Component is used to correct mailing addresses associated with customer data to ensure a single customer view and better delivery for their customer mailings.

Q53. What do you understand by MDM in Talend?

Ans: Master Data Management, through which an organization builds and manages a single, consistent, accurate view of key enterprise data, has demonstrated substantial business value including improvements to operational efficiency, marketing effectiveness, strategic planning and regulatory c

Q54. What’s new in v5.6?

ompliance. To data, however, MDM has been the privilege of a relatively small number of large, resource-rich organizations. Thwarted by the prohibitive costs of proprietary MDM software and the great difficulty of building and maintaining an in-house MDM solution, most organization have had to forego MDM despite its clear value.

Ans: This technical note highlights the important new features and capabilities of version 5.6 of Talend’s comprehensive suite of Platform, Enterprise and Open Studio solutions.

Q55. With version 5.6 Talend:

Ans:

  • Extends it big data leadership position enabling firms to move beyond batch processing and into real-time big data by providing technical previews of the Apache Spark, Apache Spark Streaming and Apache Storm frameworks.
  • Enhances its support for the Internet of Things (loT) by introducing support for key loT protocols (MQTT, AMQP) to gather and collect information from machines, sensors, or other devices.
  • Improves Big Dta performance: Map Reduce executes on average 24% faster in v5.6 and 53% faster than in v5.4, while Big Data profiling performance is typically 20 times faster in v5.6 compared to v5.5.
  • Enables faster updates to MDM data models and provides deeper control of data lineage, more visibility and control.
  • Offers further enterprise application connectivity and support by continuing to add to its extensive list of over 800 connectors and components with enhanced support for enterprise applications such as SAP BAPI and Tables, Oracle 12 GoldenGate CDC, Microsoft HDInsight, Marketo and Salesforce.com

Q56. What is the advantage of Talend?


Ans: Talend is cost-effective, easy to use, readily adaptable and extremely versatile. With the help of the graphical user interface we can easily and quickly link up a large number of source systems using the standard connectors.

Q57. Describe the ETL process?

Ans: Extraction, Transformation and Loading (ETL) processes are critical components for feeding a data warehouse, a business intelligence system, or a big data platform. While mostly invisible to users of a business intelligence platform, an ETL process retrieves data from operational systems and pre-processes it for further analysis by reporting and analytics tools. The accuracy and timeliness of the entire business intelligence platform rely on ETL processes, specifically:

  • Extraction of the data from production applications and databases (ERP, CRM, RDBMS, files, etc.)
  • Transformation of this data to reconcile it across source systems, perform calculations or string parsing, enrich it with external lookup information, and also match the format required by the target system (third normal form, star schema, slowly changing dimensions, etc.)
  • Loading of the resulting data into The business intelligence (BI) applications: Data Warehouse or Enterprise Data Warehouse, Data Marts, Online Analytical Processing (OLAP) applications or “cubes”, etc.

Q58. What is tJoin?


Ans: tJoin joins two tables by doing an exact match on several columns. It compares columns from the main flow with reference columns from the lookup flows and outputs the main flow data and/or the rejected data.

Q59. What is tDenormalizeSortedRow?

Ans: tDenormalizeSortedRow combines in a group all input sorted rows. Distinct values of the denormalized sorted row are joined with item separators. tDenormalizeSortedRow helps synthesizing sorted input flow to save memory.

Q60. Which Talend component is used for data transform using buitl in .NET classes?

Q61. What is tJoin?

Ans: tDotNETRow helps you facilitate data transform by utilizing custom or built-in .NET classes.

Q61. What is tJoin?

Ans: tJoin joins two tables by doing an exact match on several columns. It compares columns from the main flow with reference columns from the lookup flow and outputs the main flow data and/or the rejected data.

Q62. What do you understand by MDM in Talend?

Ans: Master data management, through which an organization builds and manages a single, consistent, accurate view of key enterprise data, has demonstrated substantial business value including improvements to operational efficiency, marketing effectiveness, strategic planning, and regulatory compliance. To date, however, MDM has been the privilege of a relatively small number of large, resource- rich organizations. Thwarted by the prohibitive costs of proprietary MDM software and the great difficulty of building and maintaining an in-house MDM solution, most organizations have had to forego MDM despite its clear value.

Q63. Can you save my personal settings in the DQ Portal?

Ans: No, you can’t.

Q64. Can you edit generated code directly?

Ans: This is no possible; you cannot directly edit the code generated for a Talend Job.

Q65. If you want to include your own Java code in a Job, use one of these methods:

Ans:

  • Use a tJava, tJavaRow, or tJavaFlex component.
  • Create a routine by right -clicking Routines under Code in the Repository and then clicking Create routine

Q66.Can you use ASCII or Binary Transfer mode in SFTP?


Ans: No. Secure(or SSH) File Transfer Protocol (SFTP) is not FTP. It was defined as an extension to SSH and assumes an underlying secure channel. There is no relationship between FTP and SFTP, so concepts such as “transfer mode’ or “current remote directory” that exist in FTP do not exist in SFTP.

For the same reason, there is no transfer option when you select ‘SFTP S

Topics:Talend Interview Questions and AnswersInformation Technologies (IT)

Comments

Subscribe

Top Courses in Python

Top Courses in Python

We help you to choose the right Python career Path at myTectra. Here are the top courses in Python one can select. Learn More →

aathirai cut mango pickle

More...