Enterprise Software Platforms Quiz - PeopleSoft, WebLogic, and Asset Control
Test your knowledge of enterprise software platforms including PeopleSoft PeopleCode and Query, WebLogic Server EJB and JMS, and Asset Control systems
Questions
The MaxPostTimeSecs attribute set in the Administration console under Servers or virtual hosts section corresponds to which of the following?
- The amount of time that WebLogic Server waits between receiving chunks of data in an HTTP POST.
- The total amount of time that WebLogic Server spends receiving HTTP POST data.
- The time spent by WebLogic server to post data to other servers in the cluster.
- The number of bytes of data received in a POST from a single request.
A client wants to preserve the reference to the EJBhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose ?
- home
- Handle
- homeHandle
- EJBhomeHandle
Match the EJB functions given below with the functionality equivalent in SQL A.) ejbStore() 1.) INSERT B.) ejbLoad() 2.) UPDATE C.) ejbCreate() 3.) SELECT
- A->1, B->2, C->3
- A->3, B->2, C->1
- A->2, B->1, C->3
- A->2, B->3, C->1
Which of the following are valid relationships between JMS objects in the WebLogic Server?
- A single JMS store can support multiple JMS servers.
- Multiple consumers may consume from the same queue, but multiple producers may not send to the same queue.
- Multiple JMS Servers may exist on one WebLogic 6.0 server.
- A JMS Server can be deployed on only one server.
Which of the following is NOT true about the security implementation in the WebLogic Server?
- Servlets, JSPs, EJBs, RMI objects, and Java applications use the Java Authentication and Authorization Service to authenticate WebLogic Server.
- The default security realm in WebLogic Server is the File realm.
- The default authentication scheme for WebLogic Server is two-way authentication
- An Administration Server may contain configuration information for one WebLogic Server or a cluster of WebLogic servers
For EJB applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the UserTransaction object for the WebLogic Server domain?
- JTA
- JNDI
- JMS
- JMX
Which one of the following is a A3 printer available in catalouge
- HP officejet H470
- HP 6500
- 5550DN
- T654DN
Which of the following Dell model is not available in catalouge
- DELL 4600
- DELL 6400
- DELL 740
- DELL 4300
We can purchase software licence only from computacenter if it is not available in catalouge
- True
- False
Where is Time Series Data Stored in Asset Control?
- Sybase
- MS Access
- Data Files
- ac_bl files
Which of the following Notify mechanism is used in our Project to deliver data to downstream systems?
- TIBCO
- JMS
- IBM MQ series
- RPC based business services
One can extend Validation rules for incoming data in Asset Control using
- Formula
- Compound Attributes
- Table Editor
- SQL Client
Which of the following command is used to load the test data
- acloaddata
- initdatabase
- initmdds
- pcloaddata
What do you mean by Suspect Items?
- Incoming Data
- Golden copy data
- intermediate data
- Non-conformant data
AC Server consists of the following
- Query Server
- Update Server
- Replicator
- All of the above
Which module of MDDS is used to convert the tick by tick data into time stamped data
- SnapshotTaker
- HierarchyBuilder
- Bserv
- StaticDataImporter
StaticDataImporter primarily uses which of the following lib-unit
- boc
- bom
- bserv
- mddsclient
Business services are implemented in this module
- COFI
- bserv
- mdif
- mddsbase
- The criteria that you specify in a PeopleSoft Query are equivalent to which clause in SQL?
- a. FROM
- b. WHERE
- c. GET
- d. SELECT
- e. IMPORT
8.After the Component Processor updates the database, which People Code event is fired?
- a.SearchSave
- b.SavePreChange
- c.SavePostChange
- d.SaveEdit