Thanks For Downloading. Enjoy The Reading
Thanks For Downloading. Enjoy The Reading
1.Donate money.
Please go through the link to donate
http://www.downloadmela.com/donate.html
GetHistoryItems
With reference to the Component Interface Tester which of the following is NOT TRUE?
GetExisting option is equivalent to opening a record in Update/Display Mode only
Which of the following are TRUE when a Component Interface (CI) is created on component
that has Add action enabled?
Get keys, Create keys and Find keys gets created automaticallyThe Create method is created alongwith
the other Standard methods for the CI
Which of the following can be mapped as Find Keys for a Component Interface ?
A OR b
Which of the following is NOT TRUE in Component Interface (CI) Architecture?
A component interface can be mapped to multiple PeopleSoft components
The following are various steps that describes the peoplecode logic while implementing a
Component Interface?
1.Establish a user session
2.Get the Component Interface
3.pulate the Create Keys
4.eate an Instance of the CI
5.pulate the required fields
Both BEA WebLogic and IBM WebSphere have the ability to plug into many different web
servers. Does PeopleSoft support the web servers that they plug into?
BEA and IBM provide plug-ins for many of the leading web servers. This allows the customer to use
their own HTTP web server and WebLogic’s or WebSphere’s Java servlet engine. PeopleSoft uses this
plug-in capability to support IIS. We have no reason to believe that there will be any issues with other
web servers that WebLogic or WebSphere are able to work with through their plug-in architecture, but
PeopleSoft GSC will not support these other web servers with PeopleTools 8.4
Does Application Messaging work between 8.1xand 8.4 applications?
The Trace tab in Configuration Manager only traces Windows client (two-tier) interactions?
True
TriggerBusinessEvent is used for triggering the workflow and its written on workflow event.
TriggerBusinessEvent has the syntax?
TriggerBusinessEvent(BusProcess,BusActivity,BusEvent);
The following is an entry from the application reviewer LOG File: start
Field=PERSONAL_DATA.EMPLID-RowInit Temps=1 Stack=4 Source=233What does the
Source=233 parameter in the above LOG file entry identify?
The statement being executed is line 233 of the PeopleCode program.
One-to-Many?
Which command shuts down an application server domain using a “forced” shutdown method?
psadmin -c shutdown! -d ps800dmo
The DB User mentioned in Connect ID should have permission to which Three PeopleSoft
Tables?
PSACCESPRFLPSSTATUS PSOPRDEFN
PeopleSoft has its own naming convention for system and non-system (application) tables. In the
list below, RECORDNAME refers to the name of any table or record.Referring to the above
information, which one of the following identifies the naming convention PeopleSoft uses for non-
system(application) tables?
PS_RECORDNAME
The initial values that you see in PSADMIN are derived from the configuration template that you
select when you create your domain. Where these templates reside in the system?
PS_HOME/appserv in the Application Server
You just finished customization work that involved the creation of many new objects. You must
now migrate these objects from your development database (source) to a testing database (target)
to conduct more elaborate testing.Referring to the above information, why would adding your
objects to a Project streamline the migration to a new database?
Projects provide the ability to migrate all objects at once or each object type individually. *
Which of the following menu options allows you to modify the Last Process Instance Number
used within the system?
Process Scheduler, Use, Process Definitions
Trace 255 command line option produces the trace file with the name?
PID.AET
Where can u see the status of the job report and details in secured way?
Process monitor
Non Repudiation property can be set?
PIA-.PeopleTools-> Integration Broker->Node DefinitionApplication Designer->Message ->Properties
If you delete a page from PSPT application which all tables are affected –?
People Tools
If u change the long name of translate field what object to be altered?
Page def
When do configuration changes made using the configuration Manager take effect?
Once you exit PeopleSoft and log back in.
Which one of the following is NOT a valid PeopleSoft query type?
Message agent queries
Interlink data type can be declared as?
You need not create separate DB for every user in PPSFT 8.4 onwards. This is possible because
of?
Access ID
File formats for File Layout?
a)xml
b)csv
c) fixed length
Prompt table with no edit to no edit?
a) user can enter values from prompt table
b) user can enter values from prompt table and default value will be populated
Meta-SQL where is it stored?
a) Temp Table
b) SQL Table
c) Query Table
d) Dynamic(Guess: Temp Table, check People books App Engine)