Ab Initio ETL Tool Quiz

Quiz covering Ab Initio components, DML, parallelism concepts, and GDE interface

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The following function can be used to trim the timestamp part from any DATE variable in Universe object

  1. ADD_DATE
  2. TRUNC
  3. SUBSTR
  4. TRIM
Question 2 Multiple Choice (Single Answer)

UserResponse function returns

  1. SQL of user created variable
  2. Name of User
  3. User entered prompt value in string
  4. User entered prompt value in Number
Question 3 Multiple Choice (Multiple Answers)

Which component can be used for Data Parallelism?

  1. Replicate
  2. Partition by Range
  3. Partition by Key
  4. Gather
Question 4 Multiple Choice (Single Answer)

Which component changes the record format of data records?

  1. Reformat
  2. Replicate
  3. Broadcast
  4. Partition by Key
Question 5 Multiple Choice (Single Answer)

The Default value of the count parameter in a Join component is

  1. 1
  2. 2
  3. 3
  4. 4
Question 6 Multiple Choice (Single Answer)

What are the types of parallelism in Abinitio?

  1. Data parallelism, Component parallelism and Pipeline parallelism
  2. Data parallelism and Component parallelism
  3. Component parallelism and Pipeline parallelism
  4. Data parallelism and Pipeline parallelism
Question 7 Multiple Choice (Single Answer)

The relationship between a EME project and a sandbox is

  1. One-one
  2. Many-one
  3. One-many
  4. Many-many
Question 8 Multiple Choice (Single Answer)

Limit = 1 Ramp = 0.01. What does this specify?

  1. Abort on any error
  2. Never abort
  3. Abort if more than 2 in 100 records causes error
  4. Abort after 50 errors
Question 9 Multiple Choice (Single Answer)

Which component is used to generate a series of cumulative summary records?

  1. Rollup
  2. Filter by Expression
  3. Sort
  4. Scan
Question 10 Multiple Choice (Single Answer)

Trash component is used for

  1. Partitioning the records
  2. Sorting the records
  3. Validating the records
  4. Discarding the records
Question 11 Multiple Choice (Single Answer)

GDE displays success status of a component by a dot mark of which colour ?

  1. Red
  2. Green
  3. White
  4. Blue
Question 12 Multiple Choice (Single Answer)

Sort component has N number of ports?

  1. N = 1
  2. N = 2
  3. N = 3
  4. N = 4
Question 13 Multiple Choice (Single Answer)

Gather is used to reduce

  1. Data parallelism
  2. Component parallelism
  3. Pipeline parallelism
  4. All of the above
Question 14 Multiple Choice (Single Answer)

DML can be used to define

  1. Record Formats
  2. Expressions
  3. Transform Functions
  4. Key Specifiers
Question 15 Multiple Choice (Single Answer)

By which command one can test the dbc file?

  1. m_touch
  2. m_mv
  3. m_cp
  4. m_db test
Question 16 Multiple Choice (Single Answer)

Which component automatically increases the number of phases in the graph?

  1. Input File
  2. Output File
  3. Lookup File
  4. Intermediate File
Question 17 Multiple Choice (Single Answer)

Which of the following component is used to derive multiple records from a single input record?

  1. Reformat
  2. Rollup
  3. Normalize
  4. Scan
Question 18 Multiple Choice (Multiple Answers)

The file that abinito create while executing a graph at runtime is

  1. .run
  2. .rec
  3. .job
  4. .work
Question 19 Multiple Choice (Single Answer)

How do you define the number and locations of the partitions of multifile system

  1. DML
  2. layout
  3. Propagation
  4. Interpretation
Question 20 Multiple Choice (Multiple Answers)

Taking the DML from other component can be achieved through

  1. Copy DML
  2. Propagate from Neighbors
  3. Propagate from other component
  4. All of the above