Ab Initio ETL Tool Quiz
Quiz covering Ab Initio components, DML, parallelism concepts, and GDE interface
Questions
The following function can be used to trim the timestamp part from any DATE variable in Universe object
- ADD_DATE
- TRUNC
- SUBSTR
- TRIM
UserResponse function returns
- SQL of user created variable
- Name of User
- User entered prompt value in string
- User entered prompt value in Number
Which component can be used for Data Parallelism?
- Replicate
- Partition by Range
- Partition by Key
- Gather
Which component changes the record format of data records?
- Reformat
- Replicate
- Broadcast
- Partition by Key
The Default value of the count parameter in a Join component is
- 1
- 2
- 3
- 4
What are the types of parallelism in Abinitio?
- Data parallelism, Component parallelism and Pipeline parallelism
- Data parallelism and Component parallelism
- Component parallelism and Pipeline parallelism
- Data parallelism and Pipeline parallelism
The relationship between a EME project and a sandbox is
- One-one
- Many-one
- One-many
- Many-many
Limit = 1 Ramp = 0.01. What does this specify?
- Abort on any error
- Never abort
- Abort if more than 2 in 100 records causes error
- Abort after 50 errors
Which component is used to generate a series of cumulative summary records?
- Rollup
- Filter by Expression
- Sort
- Scan
Trash component is used for
- Partitioning the records
- Sorting the records
- Validating the records
- Discarding the records
GDE displays success status of a component by a dot mark of which colour ?
- Red
- Green
- White
- Blue
Sort component has N number of ports?
- N = 1
- N = 2
- N = 3
- N = 4
Gather is used to reduce
- Data parallelism
- Component parallelism
- Pipeline parallelism
- All of the above
DML can be used to define
- Record Formats
- Expressions
- Transform Functions
- Key Specifiers
By which command one can test the dbc file?
- m_touch
- m_mv
- m_cp
- m_db test
Which component automatically increases the number of phases in the graph?
- Input File
- Output File
- Lookup File
- Intermediate File
Which of the following component is used to derive multiple records from a single input record?
- Reformat
- Rollup
- Normalize
- Scan
The file that abinito create while executing a graph at runtime is
- .run
- .rec
- .job
- .work
How do you define the number and locations of the partitions of multifile system
- DML
- layout
- Propagation
- Interpretation
Taking the DML from other component can be achieved through
- Copy DML
- Propagate from Neighbors
- Propagate from other component
- All of the above