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

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The MaxPostTimeSecs attribute set in the Administration console under Servers or virtual hosts section corresponds to which of the following?

  1. The amount of time that WebLogic Server waits between receiving chunks of data in an HTTP POST.
  2. The total amount of time that WebLogic Server spends receiving HTTP POST data.
  3. The time spent by WebLogic server to post data to other servers in the cluster.
  4. The number of bytes of data received in a POST from a single request.
Question 2 Multiple Choice (Single Answer)

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 ?

  1. home
  2. Handle
  3. homeHandle
  4. EJBhomeHandle
Question 3 Multiple Choice (Single Answer)

Match the EJB functions given below with the functionality equivalent in SQL A.) ejbStore() 1.) INSERT B.) ejbLoad() 2.) UPDATE C.) ejbCreate() 3.) SELECT

  1. A->1, B->2, C->3
  2. A->3, B->2, C->1
  3. A->2, B->1, C->3
  4. A->2, B->3, C->1
Question 4 Multiple Choice (Multiple Answers)

Which of the following are valid relationships between JMS objects in the WebLogic Server?

  1. A single JMS store can support multiple JMS servers.
  2. Multiple consumers may consume from the same queue, but multiple producers may not send to the same queue.
  3. Multiple JMS Servers may exist on one WebLogic 6.0 server.
  4. A JMS Server can be deployed on only one server.
Question 5 Multiple Choice (Single Answer)

Which of the following is NOT true about the security implementation in the WebLogic Server?

  1. Servlets, JSPs, EJBs, RMI objects, and Java applications use the Java Authentication and Authorization Service to authenticate WebLogic Server.
  2. The default security realm in WebLogic Server is the File realm.
  3. The default authentication scheme for WebLogic Server is two-way authentication
  4. An Administration Server may contain configuration information for one WebLogic Server or a cluster of WebLogic servers
Question 6 Multiple Choice (Single Answer)

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?

  1. JTA
  2. JNDI
  3. JMS
  4. JMX
Question 7 Multiple Choice (Single Answer)

Which one of the following is a A3 printer available in catalouge

  1. HP officejet H470
  2. HP 6500
  3. 5550DN
  4. T654DN
Question 8 Multiple Choice (Single Answer)

Which of the following Dell model is not available in catalouge

  1. DELL 4600
  2. DELL 6400
  3. DELL 740
  4. DELL 4300
Question 9 True/False

We can purchase software licence only from computacenter if it is not available in catalouge

  1. True
  2. False
Question 10 Multiple Choice (Single Answer)

Where is Time Series Data Stored in Asset Control?

  1. Sybase
  2. MS Access
  3. Data Files
  4. ac_bl files
Question 11 Multiple Choice (Single Answer)

Which of the following Notify mechanism is used in our Project to deliver data to downstream systems?

  1. TIBCO
  2. JMS
  3. IBM MQ series
  4. RPC based business services
Question 12 Multiple Choice (Single Answer)

One can extend Validation rules for incoming data in Asset Control using

  1. Formula
  2. Compound Attributes
  3. Table Editor
  4. SQL Client
Question 13 Multiple Choice (Single Answer)

Which of the following command is used to load the test data

  1. acloaddata
  2. initdatabase
  3. initmdds
  4. pcloaddata
Question 14 Multiple Choice (Single Answer)

What do you mean by Suspect Items?

  1. Incoming Data
  2. Golden copy data
  3. intermediate data
  4. Non-conformant data
Question 15 Multiple Choice (Single Answer)

AC Server consists of the following

  1. Query Server
  2. Update Server
  3. Replicator
  4. All of the above
Question 16 Multiple Choice (Single Answer)

Which module of MDDS is used to convert the tick by tick data into time stamped data

  1. SnapshotTaker
  2. HierarchyBuilder
  3. Bserv
  4. StaticDataImporter
Question 17 Multiple Choice (Single Answer)

StaticDataImporter primarily uses which of the following lib-unit

  1. boc
  2. bom
  3. bserv
  4. mddsclient
Question 18 Multiple Choice (Single Answer)

Business services are implemented in this module

  1. COFI
  2. bserv
  3. mdif
  4. mddsbase
Question 19 Multiple Choice (Single Answer)
  1. The criteria that you specify in a PeopleSoft Query are equivalent to which clause in SQL?
  1. a. FROM
  2. b. WHERE
  3. c. GET
  4. d. SELECT
  5. e. IMPORT
Question 20 Multiple Choice (Single Answer)

8.After the Component Processor updates the database, which People Code event is fired?

  1. a.SearchSave
  2. b.SavePreChange
  3. c.SavePostChange
  4. d.SaveEdit