Oracle 1z0-632 Exam Practice Questions (P. 3)
- Full Access (80 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
When you are modifying, customizing, or configuring PeopleSoft application definitions using Application Designer, which two statements are true regarding the impact on other application elements? (Choose two.)
- ARunning an alter table process in Application Designer is required only during major upgrades, not after small changes to a single record definition
- BPeopleTools provides utilities to help you determine relationships between application definitions, such as PeopleTools cross-reference reports and the Find Definition References option
- CIf you modify field definition properties or record definition properties, the PeopleTools system insanity and automatically synchronizes the definition changes with the underlying SQL database table
- DChanging a single field property, such as the field name or type, typically has no effect on other definitions such as records or pages
- EIf you alter a table, you must rebuild any views that reference the altered table
Correct Answer:
BE
BE
send
light_mode
delete
Question #12
In this exhibit, identify two settings on the Internet tab of the Component Properties dialog box that apply to fluid components. (Choose two.)

- AIn the Search Page group box: Primary Action
- BIn the Search Page group box: Instructional Text
- CIn the Pagebar group box: Help Link
- DIn the Toolbar group box: Notify
- EIn the Toolbar group box: Save
- FIn the Multi-Page Navigation group box: Display Folder Tabs (top)
Correct Answer:
AF
AF
send
light_mode
delete
Question #13
Which two statements are true about how PeopleCode on the SavePreChange and SavePostChange events is processed?
(Choose two.)
(Choose two.)
- AWhen placed at the component record level, such PeopleCode triggers a Save when a row is changed
- BWhen placed at the component record level, such PeopleCode runs once per row when the user clicks Save
- CWhen placed at the component record level, such PeopleCode runs once when the user clicks Save
- DWhen placed at the component level, such PeopleCode triggers a Save when data on the page is changed
- EWhen placed at the component level, such PeopleCode runs once when the user clicks Save
- FWhen placed at the component level, such PeopleCode runs once per row when the user clicks Save
Correct Answer:
BD
BD
send
light_mode
delete
Question #14
Consider the following three scenarios and six tools or techniques. For each scenario, identify the most appropriate tool or technique for updating the portal registry.

- AS1-T2, S2-T1, S3-T3
- BS1-T2, S2-T6, S3-T4
- CS1-T5, S2-T4, S3-T3
- DS1-T5, S2-T3, S3-T4
- ES1-T5, S2-T1, S3-T4
Correct Answer:
D
D
send
light_mode
delete
Question #15
Review the definition of the Calculate user-defined function.

Then, review the invocation of this Calculate function in a FieldChange program:

Which two corrections are required to allow these PeopleCode programs to be saved as syntactically correct programs that produce valid results? (Choose two.)

Then, review the invocation of this Calculate function in a FieldChange program:

Which two corrections are required to allow these PeopleCode programs to be saved as syntactically correct programs that produce valid results? (Choose two.)
- AIn the FieldChange program, move line 3 to become line 1
- BIn the function definition, delete the in and out modifiers on line 1
- CDelete line 3 from the function definition. In the FieldChange program, add the following as line 5:
&incr = 0; - DReplace line 4 in the FieldChange program with the following:
Correct Answer:
BD
BD
send
light_mode
delete
All Pages