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 PeopleCode program will take the input student name values and produce the output values?

A. B. C. D. E. F.
The following PeopleCode program compares two editable fields on a component.

On which event or events should the program be placed?
A. FieldEdit and RowInit
B. SaveEdit and SavePreChange
C. SaveEdit
D. FieldChange and SavePreChange
E. SaveEdit and RowInit
F. FieldEdit
View the exhibits. Based on this page layout and page order, select two true statements about this page definition.

A. The TS_EMP_REVIEW page is saved without error
B. The TS_EMP_REVIEW page contains a parent/child design error
C. The TS_EMP_REVIEW page is saved with a related field error
D. The TS_EMP_REVIEW page is saved with a duplicate record field warning
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
Match each valid PeopleCode variable scope in the first column with its corresponding duration in the second column and its description in the third column.

A. 1Cd, 3Cc, 5Ee
B. 1Ed, 3Bc, 4Da
C. 1Cd, 3Ac, 4Da
D. 1Cb, 2Ca, 3Aa
E. 1Cd, 3Bc, 5Ee
F. 1Cd, 3Ac, 4Da
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
Which three statements are true regarding PeopleCert user-defined variables? (Select three.)
A. Explicitly declaring object type variables provides no benefit over allowing them to be auto-declared
B. All local variables must be declared at the beginning of the program
C. Local variables can be declared and instantiated in a single statement
D. All component variables must be declared before the first line of executable code
E. Local variables can be declared and assigned in a single statement
F. All variables of type Any must be explicitly declared
Examine the following code:

Which two statements are correct? (Choose two.)
A. ABSENCE_SQL contains an INSERT clause
B. ABSENCE_SQL contains a DELETE clause
C. ABSENCE_SQL is a SQL object
D. ABSENCE_SQL is a SQL definition name
E. ABSENCE_SQL contains a SELECT clause
F. ABSENCE_SQL is a SQL method
An end user is accessing your field application for the first time using her smartphone. What will the end user notice based on the settings shown in this example?

A. The end user will not be able to navigate back to pages previously accessed
B. The end user will need to navigate to the classic homepage to access this component because it is an activity guide
C. To save screen space on the small screen and to send less data to the phone, only the layout outline of the page elements will be visible
D. The Notifications button will not appear in the fluid header for smartphones
E. The end user will not see a tile on the fluid homepage to tap for accessing for the component