Cause all that matters here is passing the Oracle 1z0-241 exam. Cause all that you need is a high score of 1z0-241 PeopleSoft Application Develper I: PeopleTools&PeopleCode exam. The only one thing you need to do is downloading Testking 1z0-241 exam study guides now. We will not let you down with our money-back guarantee.


♥♥ 2021 NEW RECOMMEND ♥♥

Free VCE & PDF File for Oracle 1z0-241 Real Exam (Full Version!)

★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions

Free Instant Download NEW 1z0-241 Exam Dumps (PDF & VCE):
Available on: http://www.surepassexam.com/1z0-241-exam-dumps.html

Q21. 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: ADE


Q22. 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


Q23. 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


Q24. Which three statements are true regarding Query Profile? (Choose three.)

A. The Query Profiles page enables users to run existing queries and create new ones.

B. The Query Profiles page enables you to specify the type of access that users have when they work with PeopleSoft Query.

C. By default, the query profile does not give users access to all PeopleSoft Query features, even if you gave them access to PeopleSoft Query.

D. If a user has more than one permission list, PeopleSoft Query uses the highest time-out value as defined in the Time-out Minutes section of the user's permission lists.

E. The Query Profiles page enables you to restrict the types of queries that users can create, limit the number of rows returned, or set the time that a query can run before it times out.

F. By default, the Only Allowed to Run Queries option on the Query Profiles page is selected, and each permission list that is granted to a user or role has the possibility to have capabilities added.

Answer: BDE


Q25. Select the two rules about PeopleSoft prompt table mechanics. (Choose two.)

A. The prompt matches fields based on name, data type, and length.

B. The prompt automatically filters the rows based on higher-level key values in the buffer.

C. The prompt selects the highest-level key on the prompt record definition unless the EFFDT field is present.

D. The prompt automatically selects for the lowest-level key on the prompt record definition ignoring the EFFDT and EFF_STATUS fields.

Answer: BD


Q26. 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


Q27. Examine this PeopleCode snippet:

Local Rowset &RS1;

&RS1 = CreateRowset(RECORD.PSU_CUST_TBL);

&Customer = "XYZ";

&RS1.Fill("WHERE CUSTOMER_ID =:1", &Customer);

Select the correct statement.

A. The snippet is correct as shown.

B. The snippet is not correct.The CreateRowset function instantiates a stand-alone rowset object.A GetRowset function should be used to instantiate a rowset object that uses a Fill method.

C. The snippet is not correct.The CreateRowset function instantiates a rowset object that references the component buffer. A Select method should be used instead of a Fill method.

D. The snippet is not correct.The CreateRowset function instantiates a rowset object that references the component buffer. A GetRowset function should be used to instantiate a rowset object that uses a Fill method.

E. The snippet is not correct.The CreateRowset function instantiates a stand-alone rowset object. A Select method should be used instead of a Fill method.

Answer: A


Q28. Which three output options must you specify before you can format Crystal Reports that will be run through the PeopleSoft Process Scheduler? (Choose three.)

A. System settings, or system defaults, which are related to all processes

B. The default file names, which are the report names concatenated with the process instance to guarantee uniqueness

C. Process types, or process type definitions. These process types globally define the command line, parameter list, working directory, and other general parameters for a specific process type.

D. The default Crystal report, which is transferred from PeopleSoft Query using the file name (ACTQRY).RPT

E. Standard reports, which predefine all the elements in the reports from within Crystal Reports using a query that is created in PeopleSoft Query and a report definition that is created in Crystal Reports

F. Process requests, which specify variables such as where a process runs and in what format the process output is generated

Answer: ACF


Q29. 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:\hr880\bin\client\winx86\crystal.

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


Q30. 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