PeopleSoft Application Developer I: PeopleTools & PeopleCode v5.0 (1z0-241)

Page:    1 / 13   
Total 191 questions

Choose the four statements that are true about PSXLATITEM and its values. (Choose four.)

  • A. Translate values are numeric.
  • B. Translate values are effective-dated.
  • C. Translate values are linked to a field.
  • D. Fields can share values in PSXLATITEM.
  • E. Translate values should be relatively static.
  • F. PSXLATITEM is thename of the PeopleTools translate table.


Answer : B,C,E,F

Select the three elements that must be present before registering a component. (Choose three.)

  • A. Folder
  • B. Primary table
  • C. Permission list
  • D. Menu definition
  • E. Content reference definition


Answer : A,C,D

Select the two field types that should be placed as the last field in the list of fields in a
PeopleSoft record definition. (Choose two.)

  • A. Image
  • B. Prompt
  • C. Character
  • D. Attachment
  • E. Long character
  • F. ImageReference


Answer : A,E

Select the two true statements about the PeopleSoft application development process.
(Choose two.)

  • A. The steps build on each other and should be completed in a definite order.
  • B. The process can be divided into four phases: planning, data design, user interface design, testing.
  • C. During the process, you define or use fields, records, pages, component interfaces, and menus.
  • D. During the process, you use Application Designer to manipulate the structure of the PeopleTools tables.
  • E. During the process, you use Application Designer to create pages, which are stored as HTML in the PeopleTools tables.


Answer : A,B

Select three attributes of messages in the Message Catalog. (Choose three.)

  • A. Messages are reusable.
  • B. Message size can be limited.
  • C. Messages are accessible through PeopleCode.
  • D. Message severity can be set at the message level.
  • E. Message text can be secured at the database level.


Answer : A,C,D

Which PeopleCode statement would you use to instantiate an unpopulated, stand-alone record object?

  • A. &Rec = GetRecord();
  • B. &Rec = &Row.RecordName;
  • C. &Rec = GetRecord(RECORD.PSU_TASK_RSRC);
  • D. &Rec = &Row.GetRecord(RECORD.RecordName);
  • E. &Rec = CreateRecord(RECORD.PSU_COURSE_TBL);


Answer : E

Select the three statements that are true about search records. (Choose three.)

  • A. Search records build the search page for the component.
  • B. Search records are referenced only at level zero in the component.
  • C. Search records rarely reference views; they are usually SQL tables.
  • D. Search records populate level zero on all pages that are in the component.
  • E. Search records provide a high-level key to the primary records that are referenced in the component.


Answer : A,D,E

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 : C,D Topic 2, B B

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

Select the two true statements regarding search attributes. (Choose two.)

  • A. Search keys do not have to be part of the record definition primary key structure.
  • B. Alternate search keys generate the search page unless they are not list box items.
  • C. A field does not have to be a search key or an alternate search key to be a list box item.
  • D. Unlike search keys, alternate search keys do not appear on the search page in Basic Search mode.


Answer : C,D

Examine this PeopleCode snippet:
&Row_Level1 = &RS_Level1(&I);
&Rec_EMP = &Row_Level1.EMP;
&Fld_Role = &Rec_EMP.Role;
&Pos = &Fld_Role.Value;
Select the option that correctly combines these four statements into one valid PeopleCode statement.

  • A. &Pos = &RS_Level1.&I.EMP.Role.Value;
  • B. &Pos = &RS_Level1(&I).EMP.Role.Value;
  • C. &Pos = &Row_Level1(&I).EMP.Role.Value;
  • D. &Pos = &Row_Level1(RECORD.EMP).Role.Value;
  • E. &Pos = &RS_Level1.Row_Level1.Rec_EMP.Role.Value;


Answer : B

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 : A,B,D

Select three methods that PeopleSoft applications use to ensure referential integrity between tables. (Choose three.)

  • A. Occurs level
  • B. PeopleCode
  • C. Occurs count
  • D. Database triggers
  • E. Prompt table edits


Answer : A,B,E

If your Crystal report contains numeric fields that are formatted to have single-line or double-line borders at the top of the container, you may experience incorrect justification of numbers in the HTML output.
Which two options would solve your problem? (Choose two.)

  • A. Draw lines above the numeric fields using the line drawing tool.
  • B. Insert summary fields into a blank text object and then format the container text object to include borders above the text.
  • C. Get full reporting flexibility by signing out and then successfully signing in to a PeopleSoft database using the PeopleSoft sign-in dialog.
  • D. Select the Design tab, save the report, return to the Preview tab, and click the Refresh button to refresh your data after making changes.
  • E. Select the Design tab and, in the Page Header section, double-click the field that has single-line or double-line borders at the top, and then click a blank area of thereport to deselect the text object.


Answer : A,B

Which two statements are true about the structure of PeopleSoft databases? (Choose two.)

  • A. Related language table structure varies by language.
  • B. In PeopleSoft databases, application datavary by customer.
  • C. In PeopleSoft databases, metadata is stored in PeopleTools tables.
  • D. In PeopleSoft databases, page structures are stored in forms on the Web server.
  • E. The recommended method of maintaining PeopleTools data structures is through theplatform query tool.


Answer : B,C

Page:    1 / 13   
Total 191 questions