Proper study guides for Down to date Oracle PeopleSoft Application Develper I: PeopleTools&PeopleCode certified begins with Oracle 1z0-241 preparation products which designed to deliver the Actual 1z0-241 questions by making you pass the 1z0-241 test at your first time. Try the free 1z0-241 demo right now.
♥♥ 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
Q1. 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
Q2. For the Employee Expenses application, a PeopleCode program could be placed either on the EMPLOYEE record or on the EMP_EXPENSE component. You decide to place it on the component.Which is a valid reason for choosing to place the program on the component instead of the record?
A. The program updates multiple database tables.
B. The program validates data across multiple records.
C. Component PeopleCode executes before record PeopleCode, so it is more efficient.
D. The record definition is used on several components, but this program should run only on this component.
E. The program initializes fields on the search page, and the search record is associated with the component.
F. The component contains several record definitions and you do not want to duplicate the code in each record.
G. Component PeopleCode is more reusable because component PeopleCode is available for execution on other components.
Answer: D
Q3. You add the STREET2 field to the existing PS_ADDRESS_SBR subrecord. What do you do next?
A. Alter the PS_ADDRESS_SBR subrecord and test the alter.
B. Build the PS_ADDRESS_SBR subrecord and test the build.
C. Alter the record definitions that reference the PS_ADDRESS_SBR and test the alter.
D. Build the record definitions that reference the PS_ADDRESS_SBR and test the build.
Answer: C
Q4. Select the two characteristics of summary pages that set them apart from non-summary pages. (Choose two.)
A. They are display-only.
B. They contain only level zero.
C. They typically contain no related fields.
D. They reference one record definition.
Answer: AC
Q5. Select the three primary purposes for SQL views in PeopleSoft applications. (Choose three.)
A. Reporting
B. Filtering rows
C. Joining tables
D. Assigning aliases
E. Rearranging columns
Answer: BCE
Q6. View the Exhibit.
What is OCPUtilites?
A. a record definition
B. an application class
C. an application package
D. a PeopleCode program
E. an application class superclass
F. an application package subpackage
Answer: F
Q7. To use the PeopleCode Debugger, you open a program in the PeopleCode Editor, set a breakpoint, and then access the point in the application at which the PeopleCode program runs. The Debugger synchronizes correctly with the application only if _____.
A. the application server and Application Designer are on the same machine
B. Application Designer is connected to the application database in a two-tier mode
C. Application Designer and the database are both in the same application server domain
D. Application Designer is connected to the application database in a three-tier mode, using the application server
Answer: D
Q8. Select the three tasks that you can perform using the Registration Wizard. (Choose three.)
A. Add pages to existing components.
B. Add components to existing menus.
C. Add components to a portal registry.
D. Add components to a permission list.
E. Create new menus and add components to the new menus.
Answer: BCD
Q9. Select the four PeopleCode data buffer classes. (Choose four.)
A. Field
B. Scroll
C. Event
D. Row
E. Page
F. Rowset
G. Record
H. Component
Answer: ADFG
Q10. When do you need to use a PeopleCode looping construct to access values in the component buffer? (Choose all that apply.)
A. When the PeopleCode references fields on the same row
B. When the PeopleCode references fields on other rows on the same level
C. When the PeopleCode references fields at a higher level
D. When the PeopleCode references fields at a lower level
E. When the PeopleCode references fields on another scroll at the same level
F. Never if you use data buffer objects to traverse the rowset
Answer: BDE