Ab Initio ETL and Data Processing

Covers Ab Initio Graphical Development Environment components, DML, utilities, and data processing concepts including parallelism, transformations, and ETL operations.

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Input File(Serial)-Reformat-Output File(Serial) Which form of Parallelism is present in this design?

  1. Component Parallelism
  2. Pipeline Parallelism
  3. Data Parallelism
  4. Multifile Parallelism
Question 2 Multiple Choice (Single Answer)

Which command is used to display the contents of multi file?

  1. m_ls
  2. m_expand
  3. m_dump
  4. m_mkfs
Question 3 Multiple Choice (Single Answer)

How to view last 5 records from a dataset having total 20 records in unix?

  1. m_dump xyz.dml xyz.dat -start 1 -end 20
  2. m_dump xyz.dml xyz.dat -start 15
  3. m_dump xyz.dml xyz.dat
  4. m_dump xyz.dat -end 20
Question 4 Multiple Choice (Single Answer)

Which utility converts cobol copybook to dml record format?

  1. ab_expression_info
  2. Cobol-to-dml
  3. not possible to autogenerate dml
  4. Dml-to-wsdl
Question 5 Multiple Choice (Single Answer)

Which of the following is a false statement about conditional dml ?

  1. A conditional field must not contain a reference to either a lookup function or a global variable.
  2. Although DML syntax allows you to include a function field as part of a conditional field, the function field is not conditional and works the same way whether or not the condition is met.
  3. A record type cannot declare nullable and conditional fields at the same time.
  4. A conditional field can share a delimiter with the record.
  5. For a conditional field to be nullable, it must have a default value.
Question 6 Multiple Choice (Single Answer)

Which is not a valid key specifier in SORT

  1. {}
  2. {cust_id;cust_no}
  3. {id; age descending; last_name }
  4. desc cust_id
Question 7 Multiple Choice (Single Answer)

If you want to add or drop fields which component do you prefer

  1. Sort
  2. Redefine Format
  3. Join
  4. Reformat
Question 8 Multiple Choice (Single Answer)

If you want to change the DML leaving the DATA unchanged which component do you prefer

  1. Sort
  2. Redefine Format
  3. Join
  4. Reformat
Question 9 Multiple Choice (Single Answer)

Which one is not a DML type?

  1. String
  2. Char
  3. Decimal
  4. Integer
Question 10 Multiple Choice (Single Answer)

Which data type store data in binary form?

  1. String
  2. Decimal
  3. Date and Datetime
  4. Integer
Question 11 Multiple Choice (Single Answer)

Which is not a valid join-type for the component

  1. Inner Join
  2. Outer Join
  3. Self Join
  4. Explicit
Question 12 Multiple Choice (Single Answer)

Record-required parameter is available when the joi-type is ____ .Fill the blank

  1. Inner Join
  2. Outer Join
  3. Self Join
  4. Explicit
Question 13 Multiple Choice (Single Answer)

What is the most important parameter in a Reformat?

  1. count
  2. transform
  3. select
  4. ramp
Question 14 Multiple Choice (Single Answer)

Which component does not need a key?

  1. Sort
  2. Rollup
  3. Join
  4. Reformat
Question 15 Multiple Choice (Single Answer)

In which component the number of records in output may be different from that of input

  1. Sort
  2. Rollup
  3. Redefine Format
  4. Reformat
Question 16 Multiple Choice (Single Answer)

What are the diagonistic ports?

  1. reject,out,log
  2. reject,error,log
  3. in,out,log
  4. out,error,log
Question 17 Multiple Choice (Single Answer)

With SQL, how do you select all the records from a table named "Persons" where the value of the column "FirstName" starts with an "a"?

  1. SELECT * FROM Persons WHERE FirstName LIKE '%a'
  2. SELECT * FROM Persons WHERE FirstName='a'
  3. SELECT * FROM Persons WHERE FirstName LIKE 'a%'
  4. SELECT * FROM Persons WHERE FirstName='%a%'
Question 18 Multiple Choice (Single Answer)

Which components of cognos are used for Multidimensional Reporting?

  1. Analysis Studio
  2. Query Studio
  3. Event Studio
  4. Metric Studio
Question 19 Multiple Choice (Single Answer)

Which keyword will be used in SQL statement in order to return only different values?

  1. DIFFERENT
  2. DISTINCT
  3. UNIQUE
  4. ALL

Practice this chapter

Fill in the Blanks (13781 questions)