Examine this PeopleCode program excerpt: Select the three correct statements. (Choose three.)

A. The OCP_ROWSET method runs automatically whenever an object is instantiated from the OCP_ROWSET class
B. OCP_ROWSET is the constrictor method for the OCP_ROWSET class
C. Executing the RO_ROWSET method instantiates an object of the OCP_ROWSET class
D. The OCP_ROWSET method must initialize an object of the Rowset class
E. The OCP_ROWSET method is added to the Rowset class, and, by extension, to any instances of the Rowset class
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
Which two statements are true about how PeopleCode on the SavePreChange and SavePostChange events is processed? (Choose two.)
A. When placed at the component record level, such PeopleCode triggers a Save when a row is changed
B. When placed at the component record level, such PeopleCode runs once per row when the user clicks Save
C. When placed at the component record level, such PeopleCode runs once when the user clicks Save
D. When placed at the component level, such PeopleCode triggers a Save when data on the page is changed
E. When placed at the component level, such PeopleCode runs once when the user clicks Save
F. When placed at the component level, such PeopleCode runs once per row when the user clicks Save
Assume that you open a PeopleSoft application record definition using Application Designer. Which two of the following statements are false? (Choose two.)
A. In Application Designer, with a record definition open, you can insert additional fields
B. Any changes made to the record definition in Application Designer are stored in a PeopleTools table as application metadata
C. In Application Designer, with a record definition open, you can view transactional application data, such as inventory items provided by a vendor
D. In Application Designer, with a record definition open, you can add or update transactional application data, such as adding a new inventory item
E. In Application Designer, with a record definition open, you can modify the key structure of the record definition
F. In Application Designer, with a record definition open, you can set a record field to be a required field for which an end user must specify a value when adding a new row of transactional data
When testing a fluid page, one of your colleagues says that the page suddenly is not rendering as
expected. He believes he may have accidentally deleted a group box on the page. Using the developer
tools of your browser, you inspect the HTML elements.
Which vital structural element of a fluid page must still exist in order for the page to render properly?
A.
B.
C.
You surround a set of page controls with a group box on a fluid page. When rendered in HTML, what tag will those page controls be within?
A.
B.
C.
D.
E.
F.
This exhibit displays your test for the new Student Suggestions page, which has a design error.

How should you fix this page?
A. In the page definition, make Student ID a display control field
B. In the record definition, make Student ID an alternate search key
C. In the page definition, make Student ID display-only
D. In the component definition, select the correct search record
E. In the record definition, make Student ID the high-level key
If you were to create a page displaying information from each of the tables listed in the exhibit, at what occurs level would the fields of the PSU_EMP_RVW_FCT table be on?

A. 3
B. 2
C. 1
D. 4
E. 0
Which statement is correct about developing, modifying, and deploying PeopleSoft fluid applications?
A. When developing fluid applications, there is a decreased usage and reliance on cascading style sheets (CSS) when compared to classic applications
B. To develop fluid applications, you will continue to use the same PeopleTools, such as Application Designer, that have been used to develop PeopleSoft applications for decades
C. For your end users, you will need to implement a separate server infrastructure to deploy fluid applications, keeping it completely separate from the server infrastructure used to deploy classic applications
D. Any previous application logic you want to port from a classic application to a fluid application will need to be rewritten in Java
What should you do to change the default fluid homepage after signing in to PeopleSoft?
A. Modify the Default Homepage setting in a PeopleTools security permission list
B. Rename your set of homepages on the Personalize Homepage
C. Make sure that the fluid homepage you want to appear first the next time you sign in is displaying when you sign out of the system
D. Reorder the homepage list on the Personalize Homepage page so that the homepage you want is at the top of the homepage list