You created a script to monitor your WebLogic Server WLS Execute Thread:
Here is a message in your ExecuteThread.log file:
What is the value of xxxx if the thread has been running a request for twenty minutes, assuming a default configuration?
A. SRANDBY
B. ACTIVE
C. STUCK
D. RUNNING
E. WAITING
F. ADMIN
G. FAILED
You successfully configured a new dynamic cluster but haven't launched any of the dynamic servers. You want to change the configuration for one specific server.
Which parameter can you modify for that server before starting up the dynamic clustered servers for the first time?
A. listen port number of individual dynamic servers
B. machine name that hosts a dynamic server
C. dynamic server name
D. replication groups E. No parameters can be modified.
Your development team has created a GAR deployment that enables Coherence caching for an application. The GAR file is configured to work within both storage-enabled and storage-disabled nodes.
How would you package your GAR as part of the WebLogic Server deployment process for your application? (Choose the best answer.)
A. as an EAR module on storage-disabled nodes and standalone on storage-enabled nodes
B. as an EAR module on storage-enabled nodes and standalone on storage-disabled nodes
C. within a WAR on storage-disabled nodes and within an EAR on storage-enabled nodes
D. within a WAR on storage-enabled nodes and within an EAR on storage-disabled nodes
Examine the domain diagram:
Assume all servers are running and you have an online WLST session connected to the administration server.
Select two code options that would set the variable x as a reference to the machine02 configuration MBean. (Choose two.)
A. cd(`/Machines/machine02') x = cmo
B. x = getMBean("/Machines/machine02")
C. x = cmo.getRef(`/Machines/machine02')
D. getRef("/Machines/machine02") x = cmo.currentObj()
E. cmo.getMBean(`/Machines/machine02') x = cmo.currObj()
F. cd(`/Machines/machine02') x = getRef(cmo)
G. x = getConfiguration(`/Machines/machine02')
You are creating a new domain with WLST.
Identify three parameters that can be customized with the setOption command. (Choose three.)
A. the JDK that will be used to start the domain
B. the domain name
C. whether or not the domain will run in production mode
D. the default persistent store type for the domain
E. whether or not to automatically start the Node Manager
F. the default diagnostic profile for the domain
Review the following WLST commands.
What happens when these commands are executed? (Choose the best answer.)
A. A diagnostic module named mymodule is created in the domain configuration file and it is enabled on cluster1.
B. A JMS module named mymodule is created without changing the domain configuration file and it is enabled on cluster1.
C. A diagnostic module named mymodule is created without changing the domain configuration file and it is enabled on cluster1.
D. A JMS module named mymodule is created in the domain configuration file and it is enabled on cluster1.
In order to leverage replication and high availability features of the underlying database, you have configured a JDBC TLOG to persist transaction logs in your database.
However, WebLogic Server cannot successfully connect to your database at start up.
Which outcome should you expect? (Choose the best answer.)
A. The WebLogic Server instance will start without targeting the data source for your store.
B. The WebLogic Server instance will start without a service for your store.
C. The WebLogic Server instance will start without creating the data source for your store.
D. The WebLogic Server instance will fail to start.
Which statement is correct regarding JMS Template configuration? (Choose the best answer.)
A. Message Priority defined for the Template configuration overrides that specified by the producer.
B. Message Expiration Policy cannot be set on the template and needs to be configured for actual destinations that reference the template.
C. JMS Template configuration must include the quota associated with the template.
D. JMS Template configuration must include the message sort order associated with the template.
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.)
A. You create a JMS-transacted session if you are using only JMS in your transactions.
B. You set various levels of control over message acknowledgement.
C. Use message-driven beans if consumers are nondurable.
D. Use a JTA user-transactions in a non-transacted JMS session.
Examine the illustration: Which best describes the above illustration?
A. depicts an Active GridLink Data Source between WebLogic Server and an Oracle Database service that includes two RAC nodes
B. depicts a FAN-disabled Data Source between WebLogic Server and an Oracle Database service that includes two RAC nodes
C. depicts a Multi Data Source between WebLogic Server and an Oracle Database service that includes two RAC nodes
D. depicts a Data Source using SCAN between WebLogic Server and an Oracle Database service that includes two RAC nodes