QUESTION: 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 wil you use to
test the GET method? (Choose three.)
A. Open the component interface in Application Designer.
B. Right-click in the component interface view and select Test Component Interface.
C. Save the data by selecting File, Save.
D. Use the Find option to test the GET method after supplying key values.
E. Use the Get Existing option to test the GET method after supplying key values.
F. Enter data in the Component Interface Tester tool.
G. Validate that the data has been modified and saved by accessing the online component or
using the database query tool.
Answer(s): A, B, E
QUESTION: 2
An Application Engine program uses a Do Select action. What occurs when the Select
statement is executed?
A. Each row returned by the Select statement is stored in the state record. The Select statement
continues until no more rows are returned. Then, the control passes to the calling section.
B. Al rows returned by the Select statement are stored in a cursor. Then, the control is passed
to the calling section.
C. Al rows returned by the Select statement are stored in the state record. Then, the control is
passed to the next section in the program.
D. Al rows returned by the Select statement are stored in a cursor. The first row is stored in the
state record. Then, the remaining actions in the step are processed sequential y. Thereafter, the
control returns to the Do Select to fetch another row, until no more rows are returned.
E. When a row is returned, the remaining steps in the section execute and control returns to the
calling step.
F. When a row is returned, it is stored in the state record. Then, the control is passed to the
calling section.
Answer(s): D
QUESTION: 3
View the Exhibit that shows the definition for the PO_QUEUE queue
2