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


Q101. Examine this PeopleCode snippet: Local Rowset &RSCUST, &RSSTUD;

&RSCUST = GetRowset(RECORD.CUST_TBL);

&RSSTUD = CreateRowset(RECORD.STUDENT_TBL);

&RSCUST.CopyTo(&RSSTUD, RECORD.CUST_TBL, RECORD.STUDENT_TBL); Select the two correct statements. (Choose two.)

A. &RSCUST is a stand-alone rowset object that references the rows in PS_CUST_TBL.

B. &RSSTUD is a stand-alone rowset object that references the rows in PS_STUDENT_TBL.

C. &RSCUST is a rowset object that references the component buffer data for the CUST_TBL record.

D. &RSCUST is a stand-alone rowset object based on the structure of the CUST_TBL record definition.

E. &RSSTUD is a rowset object that references the component buffer data for the STUDENT_TBL record.

F. &RSSTUD is a stand-alone rowset object based on the structure of the STUDENT_TBL record definition.

Answer: CF

Q102. View the Exhibit. Select the advanced search page that this record definition will generate.

Answer: D

Q103. View the Exhibit.

You are building the PSU_PRODCUST_SUMM summary page using the fields in the SQL definition. Select the record definition that you are most likely to associate with the level one fields on this summary page.

A. PSU_CUST_PROD

B. PSU_CUST_TBL

C. PSU_PRODCUST_VW

D. PSU_PRODCUST_TBL

Answer: C

Q104. Which three features have the greatest effect on buffer allocation performance? (Choose three.)

A. Search keys

B. Related fields

C. Nested scroll areas

D. Display control fields

E. PeopleCode references to other record definitions

Answer: BCE

Q105. Select two options that demonstrate referential integrity in PeopleSoft applications. (Choose two.)

Answer: BC

Q106. What type of PeopleCode looping construct will loop a specified number of times?

A. For

B. While

C. Do While

D. Do Until

E. Repeat-For

Answer: A

Q107. Which two statements are true regarding the usages and description of the Crystal/Bus.

Interlink/JDeveloper tab in the PeopleTools Configuration Manager? (Choose two.)

A. The Crystal/Bus, Interlink/JDeveloper tab is used to specify the locations of Crystal Reports executables and the default location for Crystal Reports that are generated through PeopleSoft Query.

B. If you have Crystal Reports installed on a network drive, the Crystal EXEs Path parameter is populated automatically to reflect the location of the Crystal Reports executables-for example: n:hr880binclientwinx86crystal.

C. If you have Crystal Reports installed locally on the workstation, the Crystal EXEs Path parameter is populated automatically.

D. If the Default Crystal Reports option is deselected, you are able to create a Crystal report from Oracle's PeopleSoft Query.

Answer: AC

Q108. View the Exhibits.

Based on this page layout and page order, select the two true statements about this page definition.(Choose two.)

A. The TS_EMP_REVIEW page is saved without error.

B. The TS_EMP_REVIEW page is saved with a related field error.

C. The TS_EMP_REVIEW page contains a parent/child design error.

D. The TS_EMP_REVIEW page is saved with a duplicate record field warning.

Answer: CD

Q109. Select three uses for PeopleSoft application classes. (Choose three.)

A. Organizing code into logical packages

B. Encapsulating complex data structures

C. Creating platform-independent applications

D. Extending the general classes with subclasses

E. Expediting application design with rapid prototyping

Answer: ABD

Q110. Which definition potentially has the most far-reaching consequences if it is modified?

A. Field definition

B. Record definition

C. Page definition

D. Component definition

E. Menu definition

Answer: A