3 Months Free Update
3 Months Free Update
3 Months Free Update
You are running WebLogic Server under a 64-bit HotSpot JVM.
You edit your domain’s setDomainEnv.sh script to update the minimum and maximum heap sizes as follows:
USER_MEM_ARGS=”-Xms32meg –Xmx150meg”
Export USER_MEM_ARGS
You try to start a managed server by running the domain start script at the command line. The server fails with the message:
Invalid initial heap size: -Xms32meg
Why does the server fail with that message?
You are setting up a GridLink Datasource.
What function will help you to seamlessly connect to a dynamic Oracle RAC installation
You are carrying out the RDBMS Security Store Configuration using the configuration Wizard
Which three actions can you perform with the Configuration Wizard during the process? (Choose three.)
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?
You are creating a domain by using the Configuration Wizard. In the wizard, you select to configure Node Manager. Under “Node Manager Type”, you select “Manual Node Manager Setup”.
What does this mean?
A WebLogic Server instance can have multiple network channels defined for it.
Each channel for the server must have a unique combination of two elements. Identify these two elements. (Choose two.)
An application fails. The exception indicates that the JDBC data source cannot be found.
Identify two possible steps that you can perform to verify the data source’s availability. (Choose two.)
Which three domain requirements can you implement with the Configuration Wizard? (Choose three.)
You use the Java-based Node Manager to start your managed servers. You want Node Manager to:
• Stop servers by using your custom stop script: mystopit.sh
• Restart servers when the hardware crashes
• Use SSL communication
• Check server heath once per second
Below are portions of the nodemanager.properties file. Select the one that configures Node Manager as described.
You have been tasked with replacing an existing WebLogic domain with a brand new installation as part of a migration. The new server needs to use the previously created JDBC store that holds existing JMS messages.
Which two configuration requirements do you need to comply with in order to make the transition successful? (Choose two.)
Which three statements are true about the default behavior of WebLogic Server proxy plug-ins? (Choose three.)
You successfully deployed an application on WebLogic 12c but notice that its deployment name is different than what you expected.
After checking various places and making multiple deployment attempts, you decide to be on the safe side and just use the method that takes precedence over the others when setting the deployment name. Which method should you use to override the default deployment name?
You are responsible for configuring a WebLogic domain to support an order processing application. This application will communicate with multiple JDBC 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?
You are using the Configuration Wizard to create a new domain that will consist of a cluster of three managed servers along with an instance of WebLogic Server acting as HTTP proxy to distribute traffic to the cluster.
Which three steps should you perform with the Configuration Wizard? (Choose three.)
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.)
Select two ways to start the Java-based Node Manager on a Linux machine. (Choose two.)
You require high availability for HTTP sessions in a web application. In addition, you have the following constraints:
• There is little free memory on the machines hosting the cluster.
• HA must be guaranteed even when multiple machines fail simultaneously.
• You are not allowed to update the production databases schema.
Which is the best session persistence option?
A WebLogic Server (WLS) domain was recently updated from WLS 10.3.6 to WLS 12.1.12.
What is the mode of operation of the Node Manager after the update and what is needed to keep the same behavior as in WLS 10.3.6?
You are troubleshooting Java Transaction API (JTA) transactions.
The WebLogic Server extension to JTA provides which optional transaction attribute to make troubleshooting easier?
GridLink data sources are designed for use with an Oracle RAC database. By using the Fast Connection Failover (FCF) pattern, GridLink data sources can quickly react when a RAC node goes down.
Which two statements are true? (Choose two.)
To support a growing application workload, you need to scale out an existing (nondynamic) cluster. You power up the new hardware and install WebLogic server.
Which two changes are mandatory for you to make to your domain configuration? (Choose two.)
Examine the partial server log entry shown below:
####
<
Which two statements are true? (Choose two.)
You decide to use a database to store WebLogic Server transaction logs for a managed server.
Which two steps are required to configure this? (Choose two.)
You access the Deployments page from the Administration Console. The targets and state of each application are displayed. One web application named web1 is targeted to server1 and is in the NEW state.
Which statement is true?
During a performance test, a server’s log includes several OutOfMemoryError messages. You are using the Administration Console.
How can you verify the amount of available heap in the server?
Consider a multiple node domain. On the administration server’s node, you edit setDomainEnv.sh in the bin directory and add a new JAR file to the CLASSPATH. You stop and restart all three WebLogic Server in the domain. Upon investigation, you discover that only applications deployed to one WebLogic Server are able to access the JAR file code. How do you explain this?
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.)
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.)
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?
View the following file excerpt, which configures HTTP session replication:
From which file is this excerpt taken?