최신Oracle PeopleSoft Application Developer II: App Engine and Integration - 1Z0-242무료샘플문제
문제1
You created a component interface with the standard methods of Create, Find, Get, Cancel, and Save. You secured the component interface and provided full access to all the methods. You want to test the GET method to access the online information. Which three steps will you use to test the GET method? (Choose three.)
You created a component interface with the standard methods of Create, Find, Get, Cancel, and Save. You secured the component interface and provided full access to all the methods. You want to test the GET method to access the online information. Which three steps will you use to test the GET method? (Choose three.)
정답: A,E,G
문제2
You have recently installed PeopleSoft HCM system. To populate employee information into the PERSON, ADDRESSES, and NAMES tables, you will read in an XML flat file from a non-PeopleSoft system.
PERSON is the parent table and ADDRESSES and NAMES are the child tables of PERSON.
Which two steps will you need to perform to create the file layout on the HCM system? (Choose two.)
You have recently installed PeopleSoft HCM system. To populate employee information into the PERSON, ADDRESSES, and NAMES tables, you will read in an XML flat file from a non-PeopleSoft system.
PERSON is the parent table and ADDRESSES and NAMES are the child tables of PERSON.
Which two steps will you need to perform to create the file layout on the HCM system? (Choose two.)
정답: B,G
문제3
You created a component interface and now must implement it on an online component. The PeopleCode must instantiate the component interface. Which five steps are needed to instantiate the component interface? (Choose five)
You created a component interface and now must implement it on an online component. The PeopleCode must instantiate the component interface. Which five steps are needed to instantiate the component interface? (Choose five)
정답: A,B,F,G,H
문제4
View the Exhibit.
You want to reuse the code in this Application Engine program by making it available to other Application Engine programs.
What must you do to use the program as a repository for PeopleSoft Application Engine sections?

View the Exhibit.
You want to reuse the code in this Application Engine program by making it available to other Application Engine programs.
What must you do to use the program as a repository for PeopleSoft Application Engine sections?

정답: F
문제5
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?
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?
정답: E
문제6
What steps would you take to debug an Application Engine program using the PeopleSoft Application Engine debugger? (Choose all that apply.)
What steps would you take to debug an Application Engine program using the PeopleSoft Application Engine debugger? (Choose all that apply.)
정답: B,E,G
문제7
Which IntBroker class method do you use to send a synchronous request?
Which IntBroker class method do you use to send a synchronous request?
정답: E