Which three actions occur during the component build process? (Choose three.)
A. Component record RowInit PeopleCode runs
B. Record field FieldFormula PeopleCode runs
C. Component record RowInsert PeopleCode runs
D. All component-level PeopleCode runs
E. Record field RowInsert PeopleCode runs
F. Record field RowInit PeopleCode runs
G. All rows in the record are loaded into the component buffer
Review the definition of the Calculate user-defined function.

Then, review the invocation of this Calculate function in a FieldChange program:

Which two corrections are required to allow these PeopleCode programs to be saved as syntactically correct programs that produce valid results? (Choose two.)
A. In the FieldChange program, move line 3 to become line 1
B. In the function definition, delete the in and out modifiers on line 1
C. Delete line 3 from the function definition. In the FieldChange program, add the following as line 5: andincr = 0;
D. Replace line 4 in the FieldChange program with the following:

Select three changes to a record definition that require you to rebuild the SQL table. (Choose three.)
A. You change an ascending key to a descending key
B. You deselect the Alternate Search Key check box
C. You change the length of a non-key field
D. You deselect the Search Key check box (only) for a field
E. You change the label of a key field
You have these items selected in the Suppress on Form Factor group box on the Fluid tab for a page control.

How will the system treat this control?
A. PeopleTools will compress the size of this control to reduce the amount of data sent over the wireless network for smartphones and tablets
B. The control will display only a laptop and desktop computers
C. The control will display only on smartphones and tablets
D. The control will consume less space on the page when rendered on a smartphone or tablet
Select three elements that must be present before registering a component. (Choose three.)
A. Permission list
B. Folder
C. Content reference definition
D. Primary table
E. Menu definition
You are asked to create a new field definition with a field label that includes a line break for Curriculum Developer. How should you enter the label?
A. Curriculum/Developer
B. Curriculum\Developer
C. Curriculum/nDeveloper
D. Curriculum
Developer
E. Curriculum\nDeveloper
This exhibit shows the Structure tab of the component definition.

The following PeopleCode program has been placed on the RowInit event for the Level 2 component record (PSU_TASK_EFFORT)

Which three changes are required to move this program to the RowInit event for the Level 1 component record (PSU_TASK_RSRC)? (Choose three.)
A. Add an outer loop to loop through each row in the level 2 rowset
B. Instantiate the level 2 rowset from the level 1 row
C. Add on outer loop to loop through each record in the level 2 rowset
D. Instantiate the level 1 row
E. For each level 2 row, instantiate a record object
F. Instantiate a record object for the level 1 row
View the exhibits.


You just added a second page to the student component as shown in Exhibit 1. When you test the page as shown in Exhibit 2, no tabs are displayed. What do you need to do to display the tabs?
A. On the Internet tab of the Component Properties dialog box, select the Display Hyperlinks check box
B. On the Internet tab of the Component Properties dialog box, select the Display Folder Tabs check box
C. Enter the labels for the folder tab labels and on the Use tab of the Component Properties dialog box, select the Include in Navigation check box
D. On the Use tab of the Component Properties dialog box, select the Include in Navigation check box
E. Enter the labels for the folder tab labels
Select three steps that comprise the user interface phase of PeopleSoft application development? (Choose three.)
A. Register components
B. Define fields
C. Define pages
D. Define components
E. Define records
F. Build records
At what occurs level is the Reviewer Details scroll area?

A. 1
B. 3
C. 2
D. 4
E. 0