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.
Questions
To get the cumulative summary output component used is
- a. Rollup
- b. Scan
- c. Normalize
- d. Replicate
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
- a. Set the join type as inner join
- b. Set the join type as explicit with require parameter true for in0
- c. Set the join type as explicit with require parameter true for in1
- d. Set the join type as full outer join
Component used to distribute the record evenly in each partition
- a. Partition by Key
- b. Partition by Round Robin
- c. Partition by Expression
- d. Partition by Range
To achieve data parallelism component used
- a. Replicate
- b. Gather
- c. Broadcast
- d.Reformat
To terminate a graph based on condition use
- a. Reformat component
- b. Reformat component with force_error
- c. Set condition in graph’s end script
- d. Replicate
Setting Limit=1 and Ramp=1 output will be
- a. Never Abort
- b. Abort on first Reject
- c. Abort after 50 errors
- d. Abort after 100 errors
To generate test data records, make use of
- a. Gather log
- b. Generate Record
- c. Validate Record
- d. Compare Record
Prints information about data records, their record format, and the evaluations of expression
- a. m_ls
- b. m_cat
- c. m_dump
- d. m_dbload
Command to create multifile system
- a. cat
- b. m_mkdir
- c. m_mkfs
- d. m_cat
We can change the values in data records using Redefine component
- True
- False
Prompt Tables always validate against the underlying Record?
- True
- False
What is the record field property that should be set to validate dates for <> 30 days?
- Setting %Date as constant
- Required
- Specifying Default using Record and Field values
- Reasonable date
- Validate date
What is the event that fires after all database updates are over?
- Save Post Change
- Post Build
- Save Pre Change
- Workflow
Which of the following record definition is not required to be built?
- SQL View
- Sub Record
- SQL Table
- Work Record
Where is Meta-Sql stored?
- Temp Table
- SQL Table
- Query Table
- Dynamic View
What type of a field can have Auto Update?
- CHAR
- LONG CHAR
- DATE
- NUMBER
Activate Event is Valid for following
- Component
- Sub Page
- Secondary Page
- All of the above
Which of the following is not a Component Event?
- Post Build
- Save Post Change
- Workflow
- Save Edit
EFFDT cannot occur at what occurs levels?
- 0
- 1
- 2
- 3
- 4