OCA OCP Oracle Certification Exam Braindumps

KillTest online virtual Other Oracle Certification dumps or Boot Camp, easy to pass the Oracle;OCA;OCP;Oracle Certification exams.

Navigation

« 1z0-101 Exam1Z0-200:Oracle 11i.E-Business Essentials »

1z0-242:PeopleSoft Application Developer II: App Engine & Integration

Oracle Certification
11/12/2008

1.Evaluate this PeopleCode snippet.
Local Array of Number &MyArray;
Local Any &Len, &Result;
&MyArray = CreateArray(3);
&MyArray[1] = 100;
&MyArray[2] = 200;
&MyArray[3] = 300;
&Result = &MyArray.POP();
&Len = &MyArray.LEN;
&End = &MyArray[&Len];
What are the correct values for &Result and &End?
A. &Result is 300
&End is 200
B. &Result is 300
&End is Null
C. &Result is 300
&End is 300
D. &Result is Null
&End is 300
E. &Result is 100
&End is 300
Answer: A

PeopleSoft Application Developer II: App Engine & Integration

2.Here is a snippet of PeopleCode that uses the Fetch method of the SQL class.
&SQL = CreateSQL("Select EFFORT_AMT from PS_PSU_TASK_EFFORT where TASK= :1",
PSU_TASK_TBL.TASK);
&Var1 = &SQL.Fetch(&Var2);
Select the two correct statements. (Choose two.)
A. &Var2 specifies which row to fetch.
B. &Var2 specifies which field to fetch.
C. &Var1 is populated with TRUE if a row is fetched.
D. &Var1 is populated with the number of rows returned.
E. &Var2 is populated with EFFORT_AMT from the row fetched.
F. &Var1 is populated with EFFORT_AMT from the row fetched.
G. &Var1 is populated with EFFORT_AMT from the first row returned.
Answer: CE

3.View the Exhibit. An object-oriented PeopleCode program traverses the data buffer to get the value for Session Number (SESSION_NBR) in the Session Details record (PSU_CRS_SESSN) on the Course Sessions page. The program uses a built-in function to instantiate the Level 0 object, then uses object methods to instantiate the remaining data buffer objects.
Select the option that represents the order in which the program instantiates the data buffer objects.
A. &Row_Level0, &Row _Level1, &Record, &Field
B. &Rowset_Level0, &Row_Level1, &Record, &Field
C. &Rowset_Level0, &Rowset_Level1, &Row_Level1, &Record, &Field
D. &Rowset_Level0, &Row _Level0, &Rowset_Level1, &Row _Level1, &Record, &Field
Answer: D

Post comment:

◎welcome to give out your point。

Powered By Z-Blog 1.8 Spirit Build 80722
Copyright 2008 oracle-certification.org. Some Rights Reserved.

Comments

Previous