1z0-241 | 10 Tips For Most recent 1z0-241 practice test


Q31. Select the three true statements about levels on a page. (Choose three.)

A. You usually associate level zero with the search record.

B. Each level is associated with one primary record definition.

C. Related fields in a level must reference the same record definition.

D. All fields in a level must write to that level's primary record definition.

E. Multiple levels of the same number, for example, two level twos, are allowed on a page.

Answer: ABE

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

Q33. View the Exhibit.

You attempt to access a component through a content reference and the shown error appears.

Select the most appropriate course of action to identify the error.

A. Edit the content reference security settings in the portal registry.

B. Examine the portal registry for content reference security authorizations.

C. Examine the permission list, role, and user profile to verify correct security authorizations.

D. Examine the component properties to verify that you have appropriate internet security authorization.

Answer: C

Q34. A PeopleCode program uses an Evaluate construct to change the display characteristics of a page based on how the user accessed the page.For instance, if the user accesses the page through Employee Self Service, the program will hide some elements, but if the user accesses the page through Manage Human Resources, those elements are visible. Which system variable does Evaluate check?

A. %Role

B. %User

C. %Page

D. %Platform

E. %Employee

F. %Component

G. %PermissionList

Answer: F

Q35. Select the three correct statements about PeopleSoft field definitions. (Choose three.)

A. Field definitions can have multiple labels.

B. Some field definition properties can be changed only with PeopleCode.

C. Modifying a field definition automatically alters all tables in which the field occurs.

D. After you save a field definition, you cannot change the data type without deleting the field.

E. Field definitions are stand-alone definitions that do not need to be associated with record definitions.

Answer: ABE

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

Q37. After you submit a job using the Process Scheduler Request page, you use Process Monitor pages to review the status of scheduled or running processes. On these Process Monitor pages, what are the three tasks you can perform? (Choose three.)

A. Run a report and define when and where you want the report to run.

B. View all processes to see the status of any job in the queue and control processes that you initiated.

C. Use the Process List page to monitor the status of processes, or see what processes are queued to run in the future.

D. Set parameters to determine the content of the report, such as the business unit or time period on which to report.

E. Use the Server List page to view information about each of the PeopleSoft Process Scheduler Server Agents that are defined in the system.

Answer: BCE

Q38. Select four field definition types that appear in the Field Definition Type drop-down list box when you create a new field definition in Application Designer. (Choose four.)

A. Character

B. Integer

C. Number

D. Signed Number

E. Attachment

F. BLOB

G. Binary

Answer: ACDE

Q39. View the Exhibit.

Select the two true statements regarding this subrecord. (Choose two.)

A. The subrecord generates this SQL build script:

CREATE TABLE PSU_ADDRESS_SBR (STREET1 CHAR(30) NOT NULL, CITY

CHAR(30) NOT NULL, STATE CHAR(6) NOT NULL,

ZIP CHAR(10) NOT NULL, COUNTRY CHAR(3) NOT NULL)

B. The PeopleCode on the COUNTRY field is invalid.

C. The subrecord has no effect on the performance of the application.

D. The subrecord is transparent to the database management system.

Answer: CD

Q40. 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: ACD