platforms and products Online Quiz - 67
Questions about enterprise software platforms including Ab Initio graph components and PeopleSoft application development
Questions
5.All PeopleSoft-delivered objects should have been Last Updated by ----------
- a. PSOFT
- b. VP1
- c. PTDEMO
- d. PPLSOFT
- e. PS
- The Application Engine (AE) state record
- a. Passes values from one Action to another
- b. Stores AE source code
- c. Stores application data
- d. Passes values to the PeopleSoft Process Scheduler
1.What is a benefit of the PeopleSoft Internet Architecture browser-based deployment?
- a.It is a People Tools Windows client built to run on the Internet.
- b.It offers a robust, scalable, client-centric architecture.
- c.It features an intuitive Web look and functions like Yahoo.
- d.It moves some of the code from the client to an Application Server.
- e.It lowers training time because it operates like Windows.
2.Which view modes are found in the Project Workspace of Application Designer?
- a.Validate and Upgrade
- b.Development and Validate
- c.Standard and Validate
- d.Development and Upgrade
- e.Development and Properties
6.Which action requires a two-tier connection to PeopleSoft 8?
- a. updating the personal data record for an employee
- b. setting the default database type in Configuration Manager
- c. running an upgrade/copy in Application Designer
- d. updating a user profile in Maintain Security
- e. executing a query defined in PeopleSoft Query
The criteria that you specify in a PeopleSoft Query are equivalent to which clause in SQL?
- a. FROM
- b. WHERE
- c. GET
- d. SELECT
- e. IMPORT
After the Component Processor updates the database, which People Code event is fired?
- a.SearchSave
- b.SavePreChange
- c.SavePostChange
- d.SaveEdit
All PeopleSoft-delivered objects should have been Last Updated by ----------
- a. PSOFT
- b. VP1
- c. PTDEMO
- d. PPLSOFT
- e. PS
The Application Engine (AE) state record
- a. Passes values from one Action to another
- b. Stores AE source code
- c. Stores application data
- d. Passes values to the PeopleSoft Process Scheduler
What is a benefit of the PeopleSoft Internet Architecture browser-based deployment?
- a.It is a People Tools Windows client built to run on the Internet.
- b.It offers a robust, scalable, client-centric architecture.
- c.It features an intuitive Web look and functions like Yahoo.
- d.It moves some of the code from the client to an Application Server.
- e.It lowers training time because it operates like Windows.
Which view modes are found in the Project Workspace of Application Designer?
- a.Validate and Upgrade
- b.Development and Validate
- c.Standard and Validate
- d.Development and Upgrade
- e.Development and Properties
Which action requires a two-tier connection to PeopleSoft 8?
- a. updating the personal data record for an employee
- b. setting the default database type in Configuration Manager
- c. running an upgrade/copy in Application Designer
- d. updating a user profile in Maintain Security
- e. executing a query defined in PeopleSoft Query
2)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
2)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 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