Skip to main content

1Z0-632 Real Exam Questions

PeopleSoft PeopleTools 8.5x Implementation Essentials

80 questions available · Page 1 of 8

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

You are asked to modify the Customer Products Purchased application to provide auto complete on the search page for the customer name. This application uses the following definitions.

How will you implement this change?

  1. A

    Select the Enable Autocomplete when used in Search Record check box for the DESCR field on the PSU_CUST_PROD record

  2. B

    Select the Enable Autocomplete when used in Search Record check box for the CUSTOMER_ID field
    on the PSU_CUST_PROD record

  3. C

    Select the Force Search Processing check box on the Use tab of the Component Properties dialog box
    for PSU_CUST_PROD

  4. D

    Select the Enable Autocomplete when used in Search Record check box for the DESCR field on the PSU_CUST_TBL record

  5. E

    Select the Enable Autocomplete when used in Search Record check box for the CUSTOMER_ID field
    on the PSU_CUST_TBL record

  6. F

    Select the Show Prompt Button check box for the DESCR field on the PSU_CUST_PROD page

Show answer and explanation

Correct answer: C

Question 2 Single choice

This SQL definition uses effective-date logic to return the current row from PSXLATITEM.

Which meta-SQL element should be substituted for date so the SQL correctly returns the current row as of the run date for all supported database platforms?

  1. A

    %CurretnDateIn

  2. B

    %CurrentDateOut

  3. C

    %Date

  4. D

    %DateTime

  5. E

    %EffDtCheck

Show answer and explanation

Correct answer: D

Question 3 Single choice

You are testing the new Customer Table page and notice that you are missing a Return to Search button on the page.

To add this button in Application Designer, open the Component Properties dialog box and ____.

  1. A

    On the Internet tab, select Return to Search

  2. B

    On the Internet tab, select Page Navigation in History

  3. C

    On the Use tab, select Update/Display

  4. D

    On the Internet tab, select Return to List

  5. E

    On the Use tab, select Return to Search

Show answer and explanation

Correct answer: D

Explanation

References:
https://docs.oracle.com/cd/E41633_01/pt853pbh1/eng/pt/tapd/
task_SettingComponentProperties-0774bd.html

Question 4 Multiple choice

Instructors have complained that they do not have access to a newly registered component and page. The Instructor role that includes the Instructor permission list already exists; both are available for your use.
Select the two correct methods that add access for just this user group. (Choose two.)

  1. A

    Modify the content reference (CREF) definition in the portal registry and enable the Author Access option

  2. B

    Re-run the Registration Wizard. Select the option to modify only a permission list, and add the Instructor permission list to this component

  3. C

    Modify the CREF definition in the portal registry and add the Instructor role

  4. D

    Modify the Instructor permission list definition and add access to the new component and page

  5. E

    Modify the CREF definition in the portal registry and add the Instructor permission list

  6. F

    Modify the CREF definition in the portal registry and enable the Public Access option

Show answer and explanation

Correct answers: B, D

Question 5 Single choice

Which event or events should you use for PeopleCode to autogenerate the purchase order number, the high-level key for the orders page?

  1. A

    SaveEdit

  2. B

    SavePostChange

  3. C

    SaveEdit and SavePreChange

  4. D

    SavePreChange

  5. E

    SaveEdit and SavePostChange

Show answer and explanation

Correct answer: B

Question 6 Single choice

You surround a set of page controls with a group box on a fluid page.

When rendered in HTML, what tag will those page controls be within?

  1. A

    <div>

  2. B

    <embed>

  3. C

    <iframe>

  4. D

    <datalist>

  5. E

    <frame>

  6. F

    <area>

Show answer and explanation

Correct answer: E

Explanation

References:
https://docs.oracle.com/cd/E99483_01/pt857pbr1/eng/pt/tflu/
concept_WorkingWithOtherPageControls.html

Question 7 Multiple choice

Which three statements are correct? (Choose three.)

  1. A

    Derived/work fields and variables can be displayed on the page

  2. B

    Derived/work fields and variables provide temporary storage of calculated values

  3. C

    Derived/work fields and record fields provide permanent storage of values

  4. D

    Derived/work fields and record fields can be displayed on the page

  5. E

    Derived/work fields and record fields can include executable PeopleCode programs

Show answer and explanation

Correct answers: A, D, E

Question 8 Multiple choice

Examine this PeopleCode program excerpt:

Select the three correct statements. (Choose three.)

  1. A

    The OCP_ROWSET method runs automatically whenever an object is instantiated from the OCP_ROWSET class

  2. B

    OCP_ROWSET is the constrictor method for the OCP_ROWSET class

  3. C

    Executing the RO_ROWSET method instantiates an object of the OCP_ROWSET class

  4. D

    The OCP_ROWSET method must initialize an object of the Rowset class

  5. E

    The OCP_ROWSET method is added to the Rowset class, and, by extension, to any instances of the Rowset class

Show answer and explanation

Correct answers: A, B, D

Question 9 Single choice

View the following sample search page:

On the Human Capital Management search page, why is the Course Code field limited to accept only "begins with" searches, whereas the Description field accepts a wide range of search operators?

  1. A

    Description is an alternate search key

  2. B

    The Required check box is selected for the Course Code field on the Edits tab of the Record Field Properties dialog box

  3. C

    Course is a character (Char) field, while Description is a long character (Long) field

  4. D

    Disable Advanced Search Options is selected for the Course field on the Use tab of the Record Field Properties dialog box

  5. E

    Course is a primary key, and primary keys can only run "begins with" searches

Show answer and explanation

Correct answer: D

Question 10 Multiple choice

Examine the following code:

Which two statements are correct? (Choose two.)

  1. A

    ABSENCE_SQL contains an INSERT clause

  2. B

    ABSENCE_SQL contains a DELETE clause

  3. C

    ABSENCE_SQL is a SQL object

  4. D

    ABSENCE_SQL is a SQL definition name

  5. E

    ABSENCE_SQL contains a SELECT clause

  6. F

    ABSENCE_SQL is a SQL method

Show answer and explanation

Correct answers: E, F