1z0-241 | All About Validated 1z0-241 pdf


Q81. Select the three elements required for a PeopleSoft SQL view. (Choose three.)

A. SQL statement

B. Summary page

C. Record definition

D. WHERE clause

E. Record fields

Answer: ACE

Q82. View the Exhibit.

As the component processor loads a component, it executes PeopleCode programs according to buffer allocation rules.Each row in the table represents a PeopleCode program and its associated definition, scroll level, and event.In what order will the programs execute?

A. A, B, C, D, E

B. C, A, D, E, B

C. C, E, A, D, B

D. E, C, A, B, D

E. E, D, C, B, A

Answer: D

Q83. Select the three true statements regarding search keys. (Choose three.)

A. Search key fields are indexed.

B. Search key fields appear on the search page.

C. A field can be a search key even if it is not a key.

D. Selecting the Search Key option automatically selects the List Box Item option.

E. If an existing key field is changed to a search key, you must alter or rebuild the table.

F. The search key property is irrelevant if the record definition is not used as a search record.

Answer: ABD

Q84. Select the correct use of the MsgGet function.

A. MsgGet("Text");

B. Error(MsgGet,"Text");

C. Error MsgGet(1040, 3, "Text");

D. Error MsgGet("Text", 1040, 3);

E. MsgGet(Error, 1040, 3, "Text");

F. MsgGet(Set = 1040, Message = 3, Error, "Text");

Answer: C

Q85. You attempt to drag the ADDR_SBP subpage into the PSU_HOTEL page. The insert gives you an error and fails. Select the most likely reason why this occurred.

A. The Page Type property of the ADDR_SBP subpage was not set to 'subpage'.

B. The Subpage Record Name Substitution property was not set to the correct record.

C. The autosize setting on the subpage was not set and the subpage was too big for the page.

D. The autosize setting on the page was not set and the page cannot expand to accommodate the subpage.

Answer: A

Q86. Examine this PeopleCode snippet: class OCP_ROWSET extends Rowset; property integer FilledRowCount get;method OCP_ROWSET(&strRecName As string, &strDataFld As string, &strGetOrCreate As string);method InsertRow(&iRow As integer) Returns boolean; Select the correct statements. (Choose all that apply.)

A. OCP_ROWSET is the constructor method for the OCP_ROWSET class.

B. Executing the RO_ROWSET method instantiates an object of the OCP_ROWSET class.

C. The OCP_ROWSET method runs automatically whenever an object is instantiated using the OCP_ROWSET class.

D. The OCP_ROWSET method must initialize the ROWSET class.

E. The OCP_ROWSET method is added to the ROWSET class, and, by extension, to any instances of the ROWSET class.

Answer: ACD

Q87. What is the order of precedence for logical operators in PeopleCode conditional statements?

A. AND, OR, NOT

B. NOT, OR, AND

C. OR, AND, NOT

D. AND, NOT, OR

E. NOT, AND, OR

Answer: E

Q88. Select three changes to a record definition that require you to rebuild the SQL table. (Choose three.)

A. You change the label of a key field.

B. You deselect the Search Key check box (only) for a field.

C. You change the length of a non-key field.

D. You deselect the Alternate Search Key check box.

E. You change an ascending key to a descending key.

Answer: CDE

Q89. View the Exhibit.

You create a new application in your development database. You copy this project from a development to a production database. What two steps must you take to make the new application functional? (Choose two.)

A. Build the SQL table.

B. Register the component.

C. Grant security and navigation.

D. Visually inspect the page in the browser.

E. Create a new menu definition for the component.

Answer: AB

Q90. A PeopleCode program prepopulates the fields on a search page based on the user role. Which definition contains the program?

A. the menu

B. the view record

C. the search page

D. the search record

E. the USER_ID field

Answer: D