1Z0-242 | Most up-to-date 1Z0-242 Exam Study Guides With New Update Exam Questions


Q21. - (Topic 0) 

How do you configure Process Scheduler to initiate an Application Engine trace for SQL and Step? 

A. Add %%TRACE%% %%SQL%% %%STEP%% to the parameter list for the Process Type. 

B. On the Run Control page, select the SQL Trace and Step Trace check boxes. 

C. On the Process Monitor page, select the SQL Trace and Step Trace check boxes. 

D. On the Process Definition Override Options page, for Parameter List, select Append and enter -TRACE 3. 

E. On the Process Definition Override Options page, for Parameter List, select Append and enter -TRACE SQL STEP. 

F. On the Process Definition Override Options page, for Parameter List, select Append and enter %%TRACE%% %%SQL%% %%STEP%%. 

Answer:

Q22. - (Topic 0) 

View the Exhibit. 

This run control page executes an Application Engine program that updates the Course 

table using the parameters entered by a user. 

In addition to the run control page, which three elements must be in place? (Choose three.) 

A. A state record with fields to hold input parameters 

B. Component variables to pass the input parameters 

C. A data buffer object to retrieve the input parameters 

D. Application Engine SQL to retrieve the input parameters 

E. A PeopleCode record object to update the Course table 

F. A Process Instance table to store run control parameters 

G. A run control record with fields to store the input parameters 

Answer: A,D,G 

Q23. - (Topic 0) 

You have been asked to create the handler for an asynchronous service operation that is being sent outbound to several external nodes. When the service operation is sent, you need to be able to add criteria to filter the nodes. Which method will you implement in the handler PeopleCode to accomplish this? 

A. OnNotify 

B. OnRouteSend 

C. OnAckReceive 

D. OnRequestSend 

E. OnRouteReceive 

Answer:

37. - (Topic 0) 

Select a good reason to select Disable Restart in an Application Engine program. 

A. The program commits every row. 

B. Selecting Disable Restart improves performance because it causes Application Engine to defer all commits until processing completes. 

C. The program does a lot of preparation work up front, like joining tables and loading data into temporary work tables. 

D. The program only commits once, when the program successfully completes. 

E. The program performs crucial and time-sensitive data processing. 

Answer:

Q24. - (Topic 0) 

View the Exhibit, which shows the WS Security page for the BPEL node definition. You have consumed a Web service from the node BPEL that requires WS Security. On the Node Definitions page, you have entered PTTOOLS as the default user ID, DEMO as the external user ID, and DEMO as the external user password. 

Based on this configuration, which user ID and password will be included in the SOAP header? 

A. No SOAP header is added 

B. DEMO as the user ID and no password 

C. PTTOOLS as the user ID and no password 

D. DEMO as the user ID and DEMO as the password 

E. PTTOOLS as the user ID and PTTOOLS as the password 

Answer:

Q25. - (Topic 0) 

You have recently installed PeopleSoft HCM system. To populate employee information into the PERSONS table from your legacy system, you will read in a CSV flat file. 

Which are the four steps you need to create the file layout on the HCM system to import the data? (Choose four.) 

A. Provide the import data in a correctly formatted flat file. 

B. Write the Application Engine program to export the data. 

C. Preview and troubleshoot the input data format and content. 

D. Set the File Record ID on the File Layout segment properties. 

E. Set the file layout properties to specify the file layout format of CSV. 

F. Create a file layout to match the record and field structure of the data. 

Answer: A,C,E,F 

Q26. - (Topic 0) 

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:

Q27. - (Topic 0) 

An inbound request to a PeopleSoft application is received by the appropriate listening connector in the Integration Gateway. Which connector is the request passed to? 

A. HTTP target connector 

B. PeopleSoft target connector 

C. PeopleSoft listening connector 

D. PeopleSoft service listening connector 

Answer:

Q28. - (Topic 0) 

You created a component interface and now must implement it on an online component. 

The PeopleCode that triggers a component interface is placed on the SavePostChange event. Select the three reasons for placing the PeopleCode on the SavePostChange event? (Choose three.) 

A. SavePostChange event is not field dependent. 

B. SavePostChange is initiated after the Component Processor updates the database. 

C. SavePostChange is generally used to update tables that are not in the component. 

D. An error or warning that is generated in SavePostChange causes the component interface to be canceled, but the component data is saved. 

E. The system issues a SQL commit after the SavePostChange terminates successfully. 

Answer: B,C,E 

Q29. - (Topic 0) 

View the Exhibit. 

The PeopleCode action contains this code: 

If AE_STATEREC_AET.TYPE = Then AE_STATEREC_AET.AE_SECTION= PDATEA Else AE_STATEREC_AET.AE_SECTION= PDATET End-If; 

What will be the result? 

A. The Call Section will call either UPDATEA or UPDATET based on the value of AE_STATEREC_AET.TYPE. 

B. The Call Section action will show an error. The PeopleCode program also needs to populate the field AE_STATEREC_AET.AE_APPLID. 

C. The Call Section action will show an error. The PeopleCode program also needs to populate the field AE_STATEREC_AET.AE_APPLID, not AE_STATEREC_AET.AE_SECTION. 

D. The Call Section action will not execute because the PeopleCode program needs to pass values to the state record using bind variables. 

E. The Call Section action will show an error because UPDATEA and UPDATET are not public sections. 

Answer:

Q30. - (Topic 0) 

You have been asked to import a CSV file. You create the file layout definition for the record structure and enter your default file name on the Preview tab. When you preview the file, only the first column of the preview grid is populated. What will you do to correct this problem? 

A. change the file layout format to match the input file 

B. specify file record IDs that match the input file records 

C. increase the field length to accommodate the input data 

D. change the definition delimiter to match the one that is used in the input file 

E. decrease the start position and adjust the field length to match the input data start position and length 

Answer: