You want to configure WebLogic server transactions to be recoverable when a nonclustered managed
server crashes, even if that crash is caused by an unrecoverable hardware failure. You want to run the
managed server on different hardware, and have it recover the transactions that were in-progress at the
time of the crash.
You also want to use the default store for transaction logs.
Which statement is true?
A. This scenario is not possible .You must use the JDBC store to recover transactions from a crashed server.
B. This scenario is not possible. You must use clustered managed servers to recover transactions from a crashed server.
C. This scenario is common , and so the default configuration of the default store works.
D. Before the crash ,you need to update the path to the default store for the managed server. The path should be to some shared storage location.
E. After the crash, obtain a copy of the managed server's default store from the administration server. Move it to the same relative location on the new hardware before starting the managed server there.
You shut down a managed server by using the administration console. Which statement is always true?
A. The managed server was running on the same machine as the administration server.
B. Node Manager is configured properly and running on the managed server's machine.
C. You can choose to shut down the server right away or after it completes its work.
D. The administration console calls WLST to accomplish the shutdown.
You create a new Work Manager to control how server threads are allocated to an application's increasing requests . You want to further configure the criteria of the Work manager by using a Request class.
Identify three valid Request classes that you can to a work manager.
A. Uniform Distribution Request class
B. Response Time request class
C. Max Throughput Request class
D. Fair share Request class
E. Context Request class
Examine the partial server log entry shown below:
####
Which two statements are true?
A. The server's name is oracleDS1.
B. The server's machine name is host01.
C. The transaction ID is 001129.
D. The JDBC subsystem generated the message.
E. The user's identity is managed1.
F. The severity level of the message is Critical.
You are responsible for configure a WebLogic domain to support an order processing application. This application will communicate with multiple JDBBC data sources to fulfill each customer order. To maintain data integrity across these databases, work will be performed within a global transaction. However, you have learned that one of the data sources in the transaction does not have an XA driver.
Which option should you select on this non-XA data source to ensure that orders are still processed as global transactions?
A. Ignore Heuristics
B. Pinned to Thread
C. One phase commit
D. Logging connections on Resource
E. Test connection on Reserve
You create a new dynamic cluster with the following parameters: Number of servers: 2 Listen port: 8101 Enable calculated listen ports: true
To which two port numbers will the resulting two dynamic servers bind? (Choose two.)
A. 8101
B. 8102
C. 8103
D. 8100
E. 8104
Your administration server goes down. One of the managed server of the domain is also currently shut down. This managed server has been successfully started in the past. You cannot bring up the administration server right away, but you need to start the managed server. You run the start script, but the managed server will not start. Explain this.
A. This managed server has disabled Managed Server Independence mode
B. Managed servers always contact their admin server for the latest configuration. When the admin server is down, a managed server cannot be started.
C. This managed server must be part of a cluster and the cluster master is also down
D. This managed server must reside on the same machine as the admin server
E. The domain must use the embedded LDAP for authentication. Without the admin server, the managed server cannot get updates to its local LDAP store
You need to scale out an existing domain to include a new machine. You install WebLogic Server in the new machine. Which three steps are required to create the domain directory on the new machine? (Choose three.)
A. Use the Configuration Wizard to clone the domain
B. Run the pack tool on the administration server's machine
C. Transfer the installation certificate to the administration server's machine
D. Transfer the managed server template to the new machine
E. Use the Administration Console to clone the administration server
F. Run the unpack tool on the new machine
Your developers created Plain Old Java Objects (POJO) that provide useful functionality. The code is
packaged in a JAR file. You want to make this code accessible from all the applications deployed to the
managed servers in your domain.
What are the four ways to accomplish this? (Choose four.)
A. Include the JAR file as an optional package
B. Deploy the JAR file as an EJB
C. Deploy the JAR file as a shared library
D. Place the JAR file in the lib folder of the domain
E. Deploy the JAR file to the administration server. All managed servers have access to their admin server
F. Add the JAR file to the CLASSPATH of the domain servers by editing the domain's seyDomainEnv.sh script
G. Deploy the JAR file as another web application
H. Deploy the JAR file as a web service.
Identify three capabilities of the non-default LDAP authentication providers included in WebLogic Server. (Choose three.)
A. adding a user to a group
B. creating a new group
C. changing a user's password
D. validating a user's password
E. creating a new user
F. identifying the groups for a user