Select the two true statements about upgrading WebLogic Server to version 12c (12.1.12). (Choose two.)
Which three statements are true about the Change Center in the Administration Console? (Choose three.)
Your domain consists of 30 servers. You are using the Administration Console.
Which is the quickest way to identify the servers that are in a Failed health state?
As part of troubleshooting an application, you need to analyze the HTTP session count and the server heap size over the past six hours. You are using the Administration Console. You want to view both metrics together and correlate their values.
Which three steps should you take in the Administration Console? (Choose three.)
You create a new Managed Server in your domain by using the administration console. You give it the listen address of 192.0.2.0 and the listen port of 7100.You save and activate the changes.
You use the domain start script to start the new server. It fails. One of the messages in the window in which you can ran the script is:
Server failed to bind to any usable port.
You investigate and see that another process is running on 192.0.2.0 on port 7100.You also find many unused ports at that IP address.
Which two statements are true? (Choose two.)
You are troubleshooting why transactions are not being committed. After investigation, you realize that these transactions have enough time during the first phase of the two-phase commit, but not enough time during the second phase. Therefore, rather than committing, they are timing out and are being rolled back.
Which Java Transaction API (JTA) attribute needs a larger value?
You plan to install WebLogic Server by using the generic JAR installer in silent mode.
What are two ways to create the required response file? (Choose two.)
The startup of a WebLogic Server instance fails with the error message:
java.net.BindException : Address already in use
Which two methods help identify what is currently listening at the port and the IP this server is configured to be bound to? (Choose two.)
Before you view JVM performance information in the administration console, you want to request that the JVM do a garbage collection.
How can you do this in the admin console?
Which three statements are true about WebLogic clusters? (Choose three.)
Consider a WebLogic Java EE application that uses a JDBC data source.
Which three steps would the application developer typically write code to perform? (Choose three.)
Consider a web application that is deployed to a single cluster. After configuring the application to use in-memory session replication, there is a noticeable drop in performance, possibly due to the large amount of data being placed in HTTP sessions.
Which action improves performance while continuing to provide high availability for this application’s sessions?
Your server includes an application that users a generic JDBC data source to connect to a database. However, the network connection between the server and the database is not 100% reliable.
Identify two data source attributes that, if set properly can help avoid situations in which the application fails due to a failed JDBC connection. (Choose two.)
Consider an application that comprises both web and EJB components.
What are two benefits of implementing a multitier cluster architecture over a single-tier(basic) cluster architecture? (Chose two.)
In memory replication in your cluster seems to be slow. You decide to create a replication channel for your cluster. Which two statements are true? (Choose two.)
Several applications are deployed to a managed server. You want to compare the number of completed requests for all of these applications. What is the quickest wat to accomplish this?
Which three Administration Console tasks require you to obtain the configuration lock of a production mode domain? (Choose three.)
Which two metrics are used to monitor and troubleshoot unicast communication in a cluster? (Choose two.)
You use the Administration console to modify the domain’s security realm. After deleting the default authentication provider, you add a single authentication provider for iplanet LDAP. You then try to reboot your servers with the weblogic user but they all fail to start due to authentication errors.
Identify two possible causes. (Choose two.)