Talend Beginner Quiz
1) A scheduling tool from BMC software
- CONTROL M
- Autosys
2) Custom code can be created by using ____ components
- tjava
- tjavarow
- tJavaflex
- A,B&C
3) t<DBNAME>SPcomponent is used to call Database procedure
- True
- FALSE
4) A flat file cannot be used as the following
- Source
- Target
- Aggregator
- Lookup
5) An Active Transformation :
- Does not change the number of rows that pass through it
- Represents the data flow between sources and targets
- Can change the number of rows that pass through it
- Creates a target definition based on a source definition
6) Is it possible to lookup operations using Tmap component instead of tJoin
- True
- FALSE
7) To concatenate first name and last name of an employee, which transformation would be used ?
- Aggregator component
- tJoin compoent
- Tmap component
- Normalizer component
8) How to place your component in a job?
- Click it in the palettle and then click in the design workspace
- click in the Repository and then click ind the design workspace
- Drag it from the Repository to the design workspace
- Click it on the Edit Menu
9) From which view in Talend open studio would you read the comments attached to a component?
- The problems view
- The compoent view
- The job view
- Both A & B
10) How do you run a job in Talend studio?
- Click on the run button in the run view
- click the start button in Run view
- Click the Run button in the job view
- Click Run on the File Menu
11) In which user interface element do you find Business Models, Job Designs, and Metadata?
- The job view
- The Repository
- The design workspace
- The palette
12) How to add text information to a job?
- Edit comments box in the Documentation tab on the component view for different components
- Import a text and attach it to the job
- Edit the components box in the Documenation tab on job view
- Add a note component to the design workspace
13) Which component in Talend help to measure (execution time) between two components
- Chronometer
- Flowmeter
- LogCatcher
14) tDie component helps to handle the exception in Talend job
- True
- FALSE
15) Which component help to create dummy records in Talend job
- tlogrow
- tRowgenerator
- Tmap component
16) What type of files can be imported for flat-file source/target definitions in the repository ?
- Fixed-width
- Delimited
- Fixed-width and delimited flat files that do not contain binary data
- Binary
17) Is it possible to run a Talend Job with out TAC server ?
- True
- FALSE
18) During the export of a Talend job it will create
- Windows batch file
- SH file
- Both
19) Context can be build ______and attached to the job
- in the job
- in the repository
- in the context file
- All the above
20) What is SVN ?
- Is a software versioning and version control system
- Talend Execution server
- Adminstration server
- None
21) Which component is used to sort data ?
- tSortRow
- tExternalSortRow
- Both
- None
22) What are the operations which tMap allows ?
- data transformation on any type of fields,data multiplexing and demultiplexing
- fields concatenation and interchange,data rejecting
- field filtering using constraints
- All the above
23) Is Talend supports Multi schema input ?
- True
- FALSE
24) How do you ensure that a subjob completes before a second subjob runs
- connect the second subjob to right of the first subjob in the desing workflow
- connect the second subjob to the first subjob with an OnsubjobOk or Onsubjoberror trigger
- connect the second subjob to the first subjob with an iterate row
- You cannot specify the run sequence of jobs
25) tMap component accepts ______ number of inputs
- 1
- 2
- 3
- N’ number of inputs
26) How to generate sample records in Talend
- tRowGenerator
- tRowcount
- tRow
- None of them
27) Is it possible to reject the record by using tJoin
- True
- FALSE
28) Tmap component supports the following match model
- Unique match
- First Match
- All Match
- All the above
29) Is Talend supports XML as input source
- True
- FALSE
30) Is it possible to pass value to variable dynamically
- Yes
- No
31) There is no option to export the context script while exporting the job
- TRUE
- FALSE
32) What color is the first component of a job is highlighted with
- Red
- Green
- Yellow
- Purple
33) What is the default date format in Talend
- MM-DD-YYYY
- DD-MM-YYYY
- YYYY-MM-DD
34) We can generate the following output format in tLogrow component
- Basic
- Table
- Vertical
- All the above
35) Java source code is compiled into __________
- source code
- .Exe
- .Obj
- Bytecode
36) Which of the following tool used to execute java code
- Java
- Javadoc
- javac
- rmic
37) Java programming promises progmmer “Write once, Run Any where ”
- True
- FALSE
38) Which of the following is smallest integer data types ?
- Long
- int
- byte
- short
39) Charater data type cannot store the following values
- Letter
- Special Character
- String
- Digit
40) what is Literal in java programming ?
- Special type of data type
- Source code representation of a fixed value
- Special type of class
- Non of them
41) Platform independent code file created from source file is understandable by ________
- Compiler
- Applet
- JRE
- JVM
42) JVM is a_________
- Assembler
- Debugger
- Interpreter
- Compiler
43) Bytecode is given as input to _________
- JRE
- Assembler
- Linker
- JVM
44) From which tab in component view would you specify whether the configuration is built-in or repository.
- Basic settings
- Dynamic settings
- Advanced settings
- Documentation
45) In which user interface do you place the components of your job
- The Repository
- The design workspace
- The Job view
- The Palette
46) Which of the following information is required for creating a new Talend job? Select all of them
- Name
- Description
- Purpose
- All the above
47) How do you create a row between two components
- Right-click the source component and then click the target component
- Drag the source component onto the target component
- Drag the target component onto source component
- Right click the source component click row followed by the row type and then click the target component.
48) From which tab in a component view would you specify the component label?
- Basic settings
- Advanced settings
- Documentation
- View
49) From which user interface element do you choose a component for your job?
- The Palette
- The Repository
- The design workspace
- The Componet view
50) Which of the following in design workspace indicate an error with a component
- A yellow exclamation point
- A green “I”
- A red “X”
- A red exclamation point
51) How do you create a new version of a job
- Right-click the job in the repository and then click create new version
- Right-click the job in the repository and then click open another version
- Change the version number From the file menu
- change the version number in the job view
52) From which view in Talend open studio would you define a variable value
- The job view
- The component view
- The Context view
- The Run view
53) From which view in talend open studio would you read the comments attached to a component
- The component view
- The Problems view
- The Job view
- The contect view
54) What is the purpose of a Main row
- To pass a single row of data from one component to another
- To connect elements in a Business Model
- To allow data to flow one component to another
- To strictly visually present the processing order
55) how would you modify the job description in Talend open studio
- The Run view
- The component view
- Edit the properties of the job via the Repository(right click on the job)
- The Job view
56) how do you prevent a subjob from running without deleting it?
- Right-click an open area in the subjob and then click Deactive current subjob
- Right-click a component in the subjob and then click Deactive current subjob
- Click a component in the subjob and then click Deactive current subjob on the file menu
- Right-click an open area in the subjob and then click ignore current subjob
57) how do you change the text label on a component in the design workspace? Select all of them
- From the view tab in the components view
- Righ-click the component in the design workspace and then click rename
- From the label tab in component view
- Click the label in the design workspace twice & From the view tab in the components view
58) From which user interface do you create jobs?
- The design wrkspace
- The Repository
- The Palette
- The Job view
59) In which user interface do you find Business models, Job designs and Metadata
- The design workspace
- The palette
- The Repository
- The job view
60) Which of the following parameters is required for a tFileinputDelimited component ? Select all of them
- Field separator
- Header
- File Name
- All the above
61) What is the default value of the Field separator parameter for a tFileinputDelimited component
- A comma
- A colon
- A pipe
- A semicolon
62) How do yu reference the value of a context variable in a configuration parameter
- Enter the value of the script code displayed in the context view
- $contectname
- varname
- context.varname
63) what expression converts a string to upper case
- StringHandling.UPCASE(string)
- UPCASE(string)
- UPPERCASE(string)
- UPPERCASE(string)
64) how do you join two input columns in the tMap configuration window
- Drag a column from one input table to a column in another input table
- shift click two columns from separate inout tables and then click join
- Drag two columns from separate input tables to an output table
- right-click a column from one input tabel and the click join
65) In the tMap configuration window what do the tables on the left represent
- the schemas of the input rows
- The expressions to apply to the input data
- The schemas of the output rows
- The expressions to apply to the output data
66) Talend is written in which language
- Ruby
- Python
- HTML
- Java
67) Can we change background color of job designer
- YES
- NO
68) Can we assign an variable which will be assessed in all talend jobs?
- NO
- YES
69) Which Component to use to use our custom code?
- tfileinputexcel
- tlog
- tjava
- tdie
70) For sorting data generally which component we use?
- tsortrow
- txmlinput
- tmap
- taggregaterow
71) We should use Repository option for the data which we use repeatedly
- True
- FALSE
72) Identify incorrect option : tmssqloutput component has “Action on table”
- Drop table if exists and create
- Clear table
- Insert or Update
- Truncate table
73) Identify incorrect option : tmssqloutput component has “Action on data”
- Insert
- Update
- Delete
- Default
74) Which date format is default in talend?
- dd-MM-yyyy
- MM-dd-yyyy
- MM-dd-yyyy hh:mm:ss
- yyyy-dd-MM
75) Can we change generated code directly?
- NO
- YES
76) Which component is useful to Normalize the data ?
- taggregaterow
- tmap
- tgeneraterow
- tnormailze
77) We should use Built-in for the data which we use rarely
- True
- FALSE
78) tDenormalizeSortedRow is bundled in a group of all input sorted rows. It helps in saving the memory by synthesizing sorted input flow.
- True
- FALSE
79) Java Heap memory error is due to virtual memory error
- True
- FALSE
80) Where we can create Local conext in job?
- tcontextLoad
- tbuffer
- Create context in that perticular job
- Metadata->Create Context
81) If we want to have 1 single inner job then which component is useful?
- Database Components
- tmap
- tjava
- tjoin
82) Identify incorrect option: tmap support following Joins
- Inner Join
- Cross Join
- Left Outer Join
83) What is use of Routines
- Create Run time variable
- Create Database Connection
- Create Functions
- Write a piece of Java code for business requirement
84) Can we create own custom component ?
- YES
- NO
85) Can we have many inputs/outputs in tmap
- One
- Two
- Five
- Many
86) Can we have myny outputs in tjoin
- One
- Two
- Five
- Many
87) tJoin supports join model
- Cross join
- Outer join
- Left Outer Join
- Unique Join
88) How does one perform aggregation operations or functions on data in Talend?
- tAggregatesortedrow
- trowgenerater
- tlog
- txmlinput
89) Check syntax is correct or not-> result= 1==1 ? True : false
- True
- FALSE
90) Component serves as a REST Web service client that sends HTTP requests to a REST Web service provider and gets the responses
- trowgenerater
- tlog
- tsystem
- trest
91) Identify incorrect Triggers which are used to transfer control from one component to another component.
- On Subjob Ok
- On Subjob Error
- Iterate
- Run If
92) how to validate source data with output schema?
- tfileinputexcel
- tfilelist
- tlog
- tSchemaComplianceCheck
93) How to Split Rows to Columns ?
- tpivottocolumnsdelimited
- No component available
- tjava
- tlog
94) How to generate user define data in talend?
- tlog
- tjava
- trowgenerater
- tfilepinputdelimited
95) Can we send parameters from Parent job to child job?
- TRUE
- FALSE