1.Click the Task button. Drag and drop the JMS File Store Synchronous Write Policy to the appropriate description.
Drag and drop question. Drag the items to the proper locations.Correct Answers:
2.Click the Task button. Complete this WebLogic Server state diagram by dragging and dropping the appropriate states.
Drag and drop question. Drag the items to the proper locations.Correct Answers:
3.Which of the following is a best practice for tuning WebLogic?A: In each Execute Queue, assign no more than 15 threads per server.B: Do not allocate more heap memory than physical memory.C: Create at least as many JDBC connections as threads.D: Utilize as much virtual memory as possible.E: Set the minimum heap size to 50% of the maximum heap sizeCorrect Answers: B 4.Consider a WebLogic Domain that consists of an Administration Server and four clustered Managed Servers. Each server is running on its own hardware using JVM 1.4.1. The Managed Servers are running on dedicated dual-CPU servers. To optimize Stateless Session Bean performance in this cluster, which options are available? A: Declare Stateless Session methods to be idempotent.B: Assign Stateless Session Beans to Execute Queues.C: Adjust Stateless Session Pool sizes.D: Both A and BE: Both B and CCorrect Answers: E 5.A Web tier cluster is being created that will provide HttpSession failover with reasonable safety and good scaling ability. The HttpSessions will contain serialized Java objects. Eight WebLogic server instances will be running on four physical machines; there will be two WebLogic server instances per physical machine. Part of the cluster, containing two physical machines, is located in one room; the other two machines are located in another room. How can you configure in-memory session replication? A: In the Web application deployment descriptor, webLogic.xml , PersistentStoreType must be set to memory .B: In the Web application deployment descriptor, webLogic.xml , PersistentStoreType must be set to replicated .C: In the Web application deployment descriptor, webLogic.xml , PersistentStoreType must be set to cookie .D: In the Web application deployment descriptor, web.xml , PersistentStoreType must be set to memory .E: In the Web application deployment descriptor, web.xml , PersistentStoreType must be set to replicated .Correct Answers: B 6.To configure a Network Channel, which of the following are required? A: Name, Multicast Address, Listen AddressB: Name, Protocol and Listen PortC: Name, Listen Address and Listen PortD: Name, Multicast Address, Listen Address and Listen PortE: Name, Protocol, Listen Address and Listen PortCorrect Answers: E 7.What advantages are realized by configuring Machines for Managed Servers in a WebLogic domain? A: Machines help configure HttpSession failover.B: Machines are required by NodeManager.C: Machines simplify application deployments.D: A and BE: A and CCorrect Answers: D 8.Why would you consider configuring a Domain-wide Administration Port? A: To segregate administrative trafficB: So that each server does not require a unique administration portC: To force SSL access to the WebLogic ConsoleD: To allow VPN access to the Administration ServerE: A and CCorrect Answers: E 9.What happens to a JMS message that times out in a Queue? A: The message is immediately delivered to the consumer.B: The message is immediately returned to the producer.C: The message is handled according to the expiration policy that is defined for the Queue.D: The message is sent to a distributed destination.E: The message is persisted to a JMS store.Correct Answers: C 10.Which of the following accurately describes a message producer sending messages to a JMS Distributed Queue with round-robin style Load Balancing enabled? A: All messages are sent on all member queues.B: All messages are sent on one queue.C: Messages are distributed, round-robin style, among the member queues.D: The first message is distributed, round-robin style, among the member queues; subsequent messages are sent on one queue.E: A and CCorrect Answers: C