8
1.) Which of the following is a valid PeopleTools PeopleBook ? a. PeopleSoft 8.4 Asset Management PeopleBook b. PeopleSoft Upgrade Assistant, App Designer, People Tools c. PeopleSoft 8.4 General Ledger People Book d. PeopleSoft Enterprise Integration e. PeopleSoft 8.4 eProcurement PeopleBook 2.) Which of the following is applicable for LDP? (Choose 2) a. Centralised security b. Streamline various people soft applications. c. Controls access to Peoplesoft application data 3.) Database Connectivity Drivers should be installed in the following System (choose four) a. Client Workstation in two tier mode b. App Server c. Batch Server d. File Server e. Data Mover f. Web Server 4.) Which of the following Web Services is only used as a Proxy Server (select two) a. MS IIS b. Apache c. Web Logic d. Web Sphere 5.) Where will you configure for failover of Application Server? a. Configuration Manager b. PSAPPSRV.cfg c. Configuration.properties 6.) When a business requirement in Fit/Gap Analysis is not meet by PeopleSoft then (choose 3) a. Customize PS application b. Buy third party software c. Change policies and procedures to meet the requirement

People Tools Certification Questions

Embed Size (px)

DESCRIPTION

Peoplesoft certification Questions

Citation preview

Page 1: People Tools Certification Questions

1.) Which of the following is a valid PeopleTools PeopleBook ?

a. PeopleSoft 8.4 Asset Management PeopleBookb. PeopleSoft Upgrade Assistant, App Designer, People Toolsc. PeopleSoft 8.4 General Ledger People Bookd. PeopleSoft Enterprise Integratione. PeopleSoft 8.4 eProcurement PeopleBook

2.)Which of the following is applicable for LDP? (Choose 2)

a. Centralised security b. Streamline various people soft applications. c. Controls access to Peoplesoft application data

3.) Database Connectivity Drivers should be installed in the following System (choose four)a. Client Workstation in two tier modeb. App Serverc. Batch Serverd. File Servere. Data Moverf. Web Server

4.) Which of the following Web Services is only used as a Proxy Server (select two)a. MS IISb. Apachec. Web Logicd. Web Sphere

5.) Where will you configure for failover of Application Server?a. Configuration Manager b. PSAPPSRV.cfgc. Configuration.properties

6.) When a business requirement in Fit/Gap Analysis is not meet by PeopleSoft then (choose 3)

a. Customize PS applicationb. Buy third party software c. Change policies and procedures to meet the requirementd. Call PeopleSoft Development to submit enhancement request

7.) In which platform does Crystal and NVision work?a. Windowsb. Unixc. OS/2d. AIX

8.) On a particular record, for a field, the prompt table has been changed from NO EDIT to EDIT option. What is the effect of this?

a. user can type own values

Page 2: People Tools Certification Questions

b. user can type only prompt table valuesc. user can type only prompt table values and the default values gets populated

from the databased. user can type own values and the default values gets populated from the

database

9.) How will you get a single ouptut by combining two or more queriesa. Unionb. Outer joinc. Inner Joind. Sub query

10.)Where would the parameter values for a Process be stored?a. Run control tableb. State recordc. Temporary Table

11.)Which non key record field accepts null value?a. Dateb. Binaryc. Numberd. Char

12.)You have done some customizations to PeopleSoft objects and wish to move them to the test database. Which tool would you use?

a. Upgrade assistantb. Application designerc. Data moverd. SQR program

13.)Which of the following are parts of an AE program? (choose 3)a. Sectionb. Procedurec. Stepd. Functione. Action

14.)In the following url http://localhost/Peoplesoft/EMPLOYEE/PSFT_HR/c/PROCESS_SCHEDULER.PRCSTYPEDEFN.GBLWhich one is the component definition?

a. EMPLOYEEb. PSFT_HRc. cd. PROCESS_SCHEDULERe. PRCSTYPEDEFN.GBL

Page 3: People Tools Certification Questions

15.)In the following url http://localhost/Peoplesoft/EMPLOYEE/PSFT_HR/c/PROCESS_SCHEDULER.PRCSTYPEDEFN.GBLWhich one is the portal?

a. EMPLOYEEb. PSFT_HRc. cd. PROCESS_SCHEDULERe. PRCSTYPEDEFN.GBL

16.)If you want to log into DataMover in Bootstrap mode, you would login asa. Database superuserb. Peoplesoft superuserc. Data Mover Superuserd. Security Administrator

17.)What are the Menu types available? (choose three)a. Nodeb. Componentc. Hyperlinkd. PeopleCodee. Separator

18. which of the following is application for UPGConvert? (a).Conversion of Data, consists of cobol programs (b). Conversion of Data, consists of SQR programs (c). Data conversion, constists of AE programs

19. Which BEA product is used in peoplesoft?? Tuxedo

20. Select BIRTHDATE, orig_hr_date from PeopleSoft PERSON table for ‘KA0001’ = emplid

a. SELECT BIRTHDATE, ORIG_HR_DATE FROM PS_PERSON WHERE EMPLID = KA0001

b. SELECT BIRTHDATE, ORIG_HR_DATE FROM PERSON WHERE EMPLID = 'KA0001'

c. SELECT BIRTHDATE, ORIG_HR_DATE FROM PS_PERSON WHERE EMPLID = 'KA0001'

d. SELECT BIRTHDATE, ORIG_HR_DATE FROM TABLE PS_PERSON WHERE EMPLID = 'KA0001'

e. SELECT BIRTHDATE AND ORIG_HR_DATE FROM PS_PERSON WHERE EMPLID = 'KA0001'

Page 4: People Tools Certification Questions

21. Which is true about PS Internet Architecture?a. PIA can be accessed from MAcintosh System.b. PIA can be accessed from browser PC & MAC. c. PIA is accessed from the Cell phone only if the web browser is internet enabled

22. Regarding one-to-many-relationshipa. Every row of the first record can have zero, one or more rows in the second record. Every row of the second recond can have one & only one row in the first record.

b. Every row of the second record can have zero, one or more rows in the first record. Every row of the first record can have one & only one row in the first record.

23. How to address the fit/gap analysisa. system architectureb. implementation planc. To map data elements with the requirement…….d. Idently the business processes that needs to be built additionally

24. You are a PeopleSoft Partner and wish to get information on database performance benchmark. Where would you look for the info?a) Partner Alliance b) Alliance Partner c) PeopleSoft Knowledge Centerd) Partner knowledge base

25. You have downloaded an Application fix as a project from the customer connection. Where would you upgrade it?a) Demo b) Production db c) development db d) Application upgrade

26. DDAAUDIT finds for : (Not sure regarding the answer – please Check) a. Orphaned object definitionsb. Consistency between Peopletools tables and Database tablesc. Check whether all tables and related indexes exist in db

27. Select the components which form the part of Integration Brokera. Msg. Agent b File Layout c. CI d app. messaging

28. What are the output formats of the file layout?a).csvb).pdfc).xmld).dhtme).fixed lengthf).htm

29.How do u comment Peoplecode statements? a)/* */ b)commentsc)<* *> d)//

30.PSRECDEFN what table is this??Peopletools table

Page 5: People Tools Certification Questions

31. how many keys are required for dynamic view??a)0 b)1 c)2 d)3 e)4

32) Where do u write meta-SQL ?1.Dynamic View 2.Derived Work/Record3.SQL View4.Query View

33. What are process scheduler servers in the list belowa. PSPRCSSRVb. PSDSTSRVc. PSAPPSRVd. PSAPPOSRV

34. Winexec cannot be executed from Application server35. Process profile – Run & output location for batch processes36. Which of the following are PeopleSoft Objects? Not sure – Check

a. Report Nodeb. Portal servletc. Application Engine pgmd. Mobile Pagee. File Layout Object

37. When logging on in 2 tier mode, a user is not able to access workforce admn page in Peoplesoft. What’s the reason - Check

a. Its not possible to logon to PS in 2 tier mode in 8X versionb. Configuration manager is not set properlyc. Access is not granted for the page

38. Which field accepts NULL values – Date

39. PeopleSoft support Unicode on the following databases a. Oracleb. db2 OSc. db2/udbd. Sql servere. Informix

40. Scope of variable declaration a. Globalb. Localc. Component

41. When a business requirement in Fit/Gap Analysis does not meet by PeopleSoft then

a. Customize PS application b. Buy third party software c. Change policies and procedures to meet the requirement – first

preferenced. Call PS Development Center for Enhancement

Page 6: People Tools Certification Questions

42. Which one of the following components is NOT part of the PeopleSoft three-tier architecture?

Choice 1 Application server Choice 2 Batch server Choice 3 Web server Choice 4 Client workstation Choice 5 Database server

43. If a Manger want’s to approve all request for employees, which process he will be do?a. Rules b. Roles c. Routings d. Steps

44. Where the peoplecode is automatically generated in drag & drop situation?a. activity, component, file layoutb. activity, AE, file layoutc. Business interlinks, component interface, file layout

e. AE, component, component interface

45. U downloaded some patches. What are all the things that might come with those patches?a.SQR b. People Code c. Upgrade template d.Message

Catalog

46. Performance tuning could be done on which of the following: (choose four)App ServerBatch Server File ServerDatabase Server