1z0-241 | A Review Of Virtual 1z0-241 practice test


Q61. Which PeopleCode event is used to populate a field only if the field is empty?

A. RowInit

B. PreBuild

C. RowSelect

D. PostBuild

E. FieldDefault

F. FieldFormula

Answer: E

Q62. You add a new field to an existing subpage. What next step should you take?

A. Visually inspect each affected page for issues.

B. Test each affected page online by entering data.

C. Nothing. Subpages automatically resize and adjust themselves.

D. Query the subrecord to verify the existence of the field on the subrecord that references the subpage.

Answer: A

Q63. View the Exhibit.

You design the shown page. You write PeopleCode on the Review Type field that enables the Reviewer ID field for any review type other than Self Assessment. Select the option that best describes the most efficient configuration of processing modes for this application.

A. The component is in deferred mode. The page is in interactive mode. The Review Type field is in deferred mode.

B. The component is in interactive mode. The page is in deferred mode. The Review Type field is in deferred mode.

C. The component is in deferred mode. The page is in deferred mode. The Review Type field is in interactive mode.

D. The component is in deferred mode. The page is in deferred mode. The Review Type field is in deferred mode.

Answer: C

Q64. What type of PeopleCode looping construct continues to loop as long as the logical_expression evaluates to TRUE?

A. For

B. While

C. Do While

D. Do Until

E. Repeat-Until

Answer: B

Q65. Which PeopleCode statement would you use to instantiate a row object for the current row?

A. &Row = GetRow();

B. &Row = CreateRow();

C. &Row = &RowSet.Row();

D. &Row = &RowSet.GetRow;

E. &Row = &RowSet.GetCurrRow;

Answer: A

Q66. View the Exhibit.

PeopleCode is used to update the Grand Total field when a change is made to the Customer Orders page. On which three events should the program be placed? (Choose three.)

A. RowInit

B. RowDelete

C. RowInsert

D. FieldEdit

E. FieldChange

F. SavePreChange

G. SavePostChange

Answer: ABE

Q67. When you run a Crystal report that has run-time prompts, the prompt values need to be passed using the command line. Which two options will accomplish this task? (Choose two.)

A. Create a default Crystal report from PeopleSoft Query using the file name (ACTQRY).RPT.

B. Hard-code that prompt value in quotes into the Process Definition page.

C. Use PeopleSoft Application Designer to create a run control page to gather values from the user and dynamically pass them into the command line.

D. Create a default report from a new or unnamed query object to enable PeopleSoft Query to use the in-memory selected column list to generate the report.

E. Create a default Crystal report from a named query object; the saved representation of the selected column list is used to generate the report.

Answer: BC

Q68. Examine the following code:

&SQL = GetSQL(SQL.Absence_SQL, record.JOB, JOB.EMPLID); While

&SQL.Fetch(&begin, &start);

Which two statements are correct? (Choose two.)

A. Absence_SQL is a SQL class.

B. Absence_SQL is a SQL object.

C. Absence_SQL is a SQL method.

D. Absence_SQL is a SQL definition name.

E. Absence_SQL contains a Delete clause.

F. Absence_SQL contains a Select clause.

G. Absence_SQL contains an Insert clause.

Answer: DF

Q69. Select the field that might have associated translate values.

Answer: B

Q70. Put the search process flow events in the correct order:

1) User selects the search key.

2) Search page builds dynamically.

3) Search key passes to the component.

4) Component search record properties are accessed.

5) User clicks content reference.

A. 1, 3, 4, 2, 5

B. 5, 2, 4, 1, 3

C. 1, 5, 4, 3, 2

D. 5, 4, 2, 1, 3

Answer: D