PeopleTools and Ab Initio ETL Concepts

Quiz covering PeopleTools/PeopleSoft concepts including Component events, record definitions, and field properties, plus Ab Initio ETL graph components including partitioning, joining, and data processing operations.

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

To get the cumulative summary output component used is

  1. a. Rollup
  2. b. Scan
  3. c. Normalize
  4. d. Replicate
Question 2 Multiple Choice (Single Answer)

There are two ports in0 & in1. To call transform for every record on in0 regardless of whether there is a matching record on the in1 port the options

  1. a. Set the join type as inner join
  2. b. Set the join type as explicit with require parameter true for in0
  3. c. Set the join type as explicit with require parameter true for in1
  4. d. Set the join type as full outer join
Question 3 Multiple Choice (Single Answer)

Component used to distribute the record evenly in each partition

  1. a. Partition by Key
  2. b. Partition by Round Robin
  3. c. Partition by Expression
  4. d. Partition by Range
Question 4 Multiple Choice (Single Answer)

To achieve data parallelism component used

  1. a. Replicate
  2. b. Gather
  3. c. Broadcast
  4. d.Reformat
Question 5 Multiple Choice (Single Answer)

To terminate a graph based on condition use

  1. a. Reformat component
  2. b. Reformat component with force_error
  3. c. Set condition in graph’s end script
  4. d. Replicate
Question 6 Multiple Choice (Single Answer)

Setting Limit=1 and Ramp=1 output will be

  1. a. Never Abort
  2. b. Abort on first Reject
  3. c. Abort after 50 errors
  4. d. Abort after 100 errors
Question 7 Multiple Choice (Single Answer)

To generate test data records, make use of

  1. a. Gather log
  2. b. Generate Record
  3. c. Validate Record
  4. d. Compare Record
Question 8 Multiple Choice (Single Answer)

Prints information about data records, their record format, and the evaluations of expression

  1. a. m_ls
  2. b. m_cat
  3. c. m_dump
  4. d. m_dbload
Question 9 Multiple Choice (Single Answer)

Command to create multifile system

  1. a. cat
  2. b. m_mkdir
  3. c. m_mkfs
  4. d. m_cat
Question 10 True/False

We can change the values in data records using Redefine component

  1. True
  2. False
Question 11 True/False

Prompt Tables always validate against the underlying Record?

  1. True
  2. False
Question 12 Multiple Choice (Single Answer)

What is the record field property that should be set to validate dates for <> 30 days?

  1. Setting %Date as constant
  2. Required
  3. Specifying Default using Record and Field values
  4. Reasonable date
  5. Validate date
Question 13 Multiple Choice (Single Answer)

What is the event that fires after all database updates are over?

  1. Save Post Change
  2. Post Build
  3. Save Pre Change
  4. Workflow
Question 14 Multiple Choice (Single Answer)

Which of the following record definition is not required to be built?

  1. SQL View
  2. Sub Record
  3. SQL Table
  4. Work Record
Question 15 Multiple Choice (Single Answer)

Where is Meta-Sql stored?

  1. Temp Table
  2. SQL Table
  3. Query Table
  4. Dynamic View
Question 16 Multiple Choice (Single Answer)

What type of a field can have Auto Update?

  1. CHAR
  2. LONG CHAR
  3. DATE
  4. NUMBER
Question 17 Multiple Choice (Single Answer)

Activate Event is Valid for following

  1. Component
  2. Sub Page
  3. Secondary Page
  4. All of the above
Question 18 Multiple Choice (Single Answer)

Which of the following is not a Component Event?

  1. Post Build
  2. Save Post Change
  3. Workflow
  4. Save Edit
Question 19 Multiple Choice (Single Answer)

EFFDT cannot occur at what occurs levels?

  1. 0
  2. 1
  3. 2
  4. 3
  5. 4