1Z0-242 試験問題を無料オンラインアクセス

試験コード:1Z0-242
試験名称:PeopleSoft Application Developer II: App Engine and Integration
認定資格:Oracle
無料問題数:102
更新日:2026-05-26
評価
100%

問題 1

What is required in order to use an Application Engine Call Section action to call a portion of another Application Engine program?

問題 2

You created a component interface and now must implement it on an online component. You drag the component interface into the PeopleCode event to generate the template.
This particular component interface is used to allow the GET method without data modification.
Which two steps are required to modify the generated PeopleCode component interface template for implementing the GET Method without data modification? (Choose two.)

問題 3

You are expecting a flat file from a third-party system. The file contains information to populate a table on your HCM system. But the data being supplied will contain only a few of the record fields in the PERSON table defined in your HCM system. Further, the file has a control file field that will indicate whether to add, change, or update the information.
The file format is:
999 A /* Indicates the action to take */ 001 1000 Smith,John 123 Easy Street Easy City CA /*Actual Data*/ 999 C
001 1020 Jones, Tom 1024 Hard Life Street Hardknocks NJ
Which are the two choices to define the file layout? (Choose two.)

問題 4

You modify an Application Engine program to use parallel processing with temporary tables.
The Application Engine program includes this code snippet, which is part of a SQL statement that inserts rows into a temporary table.
INSERT INTO PS_CRS_FULL_TMP
What changes do you need to make to the code so that the Application Engine program will implement parallel processing properly?

問題 5

An Application Engine program has a Do While action with the following code:
%SELECT (TEMP_FLD)
SELECT 'COUNTER'
FROM PS_INSTALLATION
WHERE %Bind(COUNTER) < 1000;
What will be the result?

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。