You are creating a Domain Template to simplify the process of deploying a domain across multiple hosts.
Which five types of information can be included in a Domain Template? (Choose five.)
On a WebLogic Managed Server you administer, you have the following log:

You investigate and find a Web Module named MyApp with the following deployment descriptor weblogic.xml:

Which two are true? (Choose two.)
Review the diagram below. It depicts the following:
* A WebLogic domain that consists of two WebLogic clusters that are each included in a Coherence cluster
* The Coherence cluster includes a configuration for Coherence*Web HTTP session storage
* An application deployed on cluster 1 that is configured to use Coherence*Web
* A client is using a web browser to interact with the application on cluster 1 (via a proxy)
* The client's HTTP session is stored by Coherence*Web on the server in the upper right-hand corner
* The server where the client's HTTP session is stored crashes

Assuming the next request for an HTTP session attribute is a new attribute that is not stored in a near-cache, the client's session attribute is fetched from the remaining storage-enabled server in cluster 2.
Why is the session attribute retrieved from this other server's cache? (Choose the best answer.)
You are tasked with doing a rolling upgrade of a production domain that will minimize service interruptions.
Which is a characteristic of a rolling update? (Choose the best answer.)
Examine the illustration:

Which best describes the above illustration?
Review this scenario of an application running on a storage-disabled, managed Coherence server that uses a Coherence two-tier near cache:
* Cache data is already written to the distributed cache.
* There is a local near cache configured on the application side (storage-disabled node).
* Application requests the data from Coherence twice.
Assuming this is the server's first access of this data from the cache, how many network round trips between Coherence cluster instances take place in total? (Choose the best answer.)
In order to increase scalability and high availability you are configuring WebLogic clustering with JMS distributed destinations.
Which recommendation will ensure optimal load balancing of the message processing?
You are implementing leasing functionality within your environment to ensure exclusive ownership of a cluster-wide entity.
Which type of leasing requires that Node Manager is configured and running? (Choose the best answer.)
You are designing an application that uses JMS transactions to coordinate a group of messages for production and consumption, treating messages sent or received as an atomic unit.
What are two ways you can use transactions in JMS? (Choose two.)
You are tasked with creating an Extension Template for an existing domain.
What are three options that are presented during the extension creation process? (Choose three.)