0B0-104  Exam

Exam # of questions Description  Update
0B0-104 60 System Administration... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

0B0-104 - Exam Information
  • Description:System Administration
  • Passing Score:0%
  • Practice Test - Number of questions:60 questions
  • Simulation Test - Number of questions:60 questions
  • Simulation Test Duration:120 minutes
  • Has explanations:No

Question of the day

Answer(s)

  1. cluster is defined that consists of six WebLogic servers running an enterprise application: aWeb application and a JAR file with some EJBs. In-memory session replication is enabled for theWeb application and the EJBs. All the EJBs are clusterable (home and remote stubs).The round-robin algorithm is used to balance the load across the servers. A client accesses oneserver and an HTTP Session is started. If the client makes another request, assuming there is noserver failure, how is the second client request processed?A. The client request might be handled by any server.
  2. The client request is handled by the same server as the previous request was.
  3. The client request might be handled by the primary or backup server.
  4. The client request will be distributed, round-robin style, among the servers.
  5. The client request will be handled by a different server.
Correct Answer

The client request is handled by the same server as the previous request was.