Which WebLogic optimization allows one non-XA resource to participate in a distributed transaction?
A. enabling Pinned to Thread
B. enabling Logging Last Resource
C. increasing the Statement cache size
D. setting the statement cache type to LRU
E. setting the initial and maximum capacity to the same number
A customer needs to ensure that the number of threads servicing an application does not exceed the number of database connections available to the application. What step must you take to address this situation?
A. Configure a Max Threads Constraint and add your application to the list of applications for the Constraint.
B. Configure a Work Manager with a Maximum Threads Constraint tied to the Connection Pool and configuration your application to use the Work Manager.
C. Configure a Work Manager with a Minimum Threads Constraint tied to the Connection Pool and configure your application to use the Work Manager.
D. Configure a global MaxThreads constraint and target it to the server or clusters where your application is deployed.
E. Configure the startup parameter "-Dwls-maxThreads" to be the same as the number of database connections configured.
You have a durable subscriber, and the subscriber is down or not reachable when the message is produced. Which two options regarding the expiry of these messages are true?
A. after the subscriber is unavailable for 10 minutes
B. when the subscriber is available
C. after the subscriber is unavailable for after an hour
D. are available until the specified time elapses
E. are expired instantly
Assume that you would like to clone an existing WebLogic Domain and enable some customizations. What scenario would you choose?
A. In the Enterprise Manager, find the domain to be cloned. Choose "Clone WebLogic Domain" from the context menu. In the graphical wizard, customize and extend the domain if needed. These steps will only clone only the domain configuration. Binaries with deployments are needed to be cloned by operation on the file system.
B. In the Enterprise Manager, find the domain to be cloned. Choose "Clone WebLogic Domain" from the context menu. In the graphical wizard, customize the domain. These steps clone the binaries and domain configuration. If the extension is needed, perform it after cloning in the WebLogic web-based console.
C. In the Enterprise Manager, find the domain to be cloned. Choose "Clone WebLogic Domain" from the context menu. In the graphical wizard, customize and extend the domain if it is needed. These steps clone the binaries and domain configuration.
D. In the Enterprise Manager, find the domain to be cloned. Choose "Clone WebLogic Domain" from the context menu. These steps clone the binaries and domain configuration. If the customization or extension is needed, complete that after cloning in the WebLogic web-based console.
E. In the file system, copy the domain structure of the configuration directory and paste it in the new location. Modify configuration files for address and port. If further customization is needed, open the WebLogic web-based console and perform these modifications.
Which three JVM options would you add to investigate performance issues in a Hot-Spot JVM?
A. -xx:+PrintGCDetails
B. -xx:+PrintGCTimeStamps
C. -xx:+HandlePromotionFailure
D. -verbose:gc
E. -server
A customer has a web application with HTTP Sessions that need to be replicated to a backup site that is more than 100 miles away from the primary site, connected over the Internet. Which type of session replication in WebLogic is recommended?
A. MAN Replication
B. WAN Replication
C. Synchronous Replication
D. Asynchronous Replication
E. Database Replication
Identify three reasons that explain why assigning more than one managed serve achieve better performance than running one managed server with more resources?
A. Thread management inside the JVM process might be less effective than context switching between processes on the OS level. It is better to combine both these technologies to achieve full saturation of resources.
B. Current CPUs are multicore units. So starting managed servers in the amount of physical cores and pinning them 1:1 to cores will always get the best performance.
C. By a combination of prioritization of processes on the OS level and Work Manager in WLS, one could tune the whole environment more precisely.
D. Assigning more than one managed server to hardware will never bring better performance.
E. More instances means more connections to databases, so one could serve more concurrent calls on the database level. This is primarily why this approach will give better performance numbers.
F. Depending on the profile of the application, having more JVMs with smaller heaps will lead to more predictable response times than fewer JVMs with a large heap.
Which option must you choose to configure Node Manager on a machine (server or zone)?
A. Configure one Node Manager per domain (for example, if there are two domains on one machine, then you will need to configure two Node Managers).
B. Configure one Node Manager per machine with any number of WebLogic instances running on it.
C. Configure one Node Manager per machine for all WebLogic, OHS, and OEM running on the same machine.
D. Configure one Node Manager for every WebLogic instance.
E. Configure two or more Node Managers for every WebLogic instance.
Which two options best describe how the Maven Plugin for WebLogic enables WebLogic to be effectively used in a Continuous Integration environment?
A. execution of unit and integration tests
B. management of the life cycle of a WebLogic domain including creation, configuration, and server lifecycle management
C. deployment and undeployment of applications
D. Java profiling
Which four steps are involved to use Active Cache Dependency Injection in a WebLogic Java EE application?
A. Deploy Active Cache shared library
B. Declare dependency on the shared library
C. Declare all dependency injection entries
D. Package tangosol-coherence-override.xml in modules classpath
E. Package coherence-cache-config.xml in modules classpath