Which three statements are true about the administration console? (Choose three.)
An administrator in your organization says you do not need to back up the domain files on a machine which only managed servers run.
Select the best explanation for this statement.
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.)
You are using WebLogic Server Diagnostic Framework (WLDF) Instrumentation in a system diagnostic module. The Dye Injection monitor is enabled. You know the diagnostic context ID of the request you are Interested in that was processed by several. You are looking through the messages in the server log file of several.
Which statement is true?
Consider a domain that includes a dynamic cluster of three servers. Your network administrator requires all servers to bind the specific domain name mycompany.com.
Which Administration Console action implements this requirement?
View the following file excerpt, which configures HTTP session replication:
< session-descriptor >
< persistent-store-type > replicated
From which file is this excerpt taken?
You need to scale out an existing domain to include a new machine. You install WebLogic Server on the new machine. Which three steps are required to create the domain directory on the new machine? (Choose three.)
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.)
You are using the Configuration Wizard to create a new domain that will host an EJB application without a cluster. Remote EJB clients can therefore take advantage of WebLogic Server’s load balancing and failover capabilities.
However, a proxy server exists between the EJB clients and this new cluster.
Which cluster attribute should you modify in the Configuration Wizard to ensure that external EJB clients are routed correctly through the proxy?
Your domain’s security realm has two authentication provides: ldap1 and ldap2.
Consider these requirements:
• If authentication succeeds with ldap1, then skip ldap2.
• If authentication fails with ldap1, then authentication must succeed with ldap2.
Which control flag should you use for ldap1?
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?
Which three statements about patching WebLogic Server (WLS) by using OPatch are true? (Choose three.)
You are deploying a web application called inventory.war. It has been installed and has the State of “Prepared”. It is targeted to the Managed Server named managed1. The web application’s context root is /inventory and the starting page is index.jsp.
However, you want to test the application before allowing end users access to it. In the administration console, you select inventory.war, and then select Start and “Servicing only administration requests.”
In your web browser, you need to enter a host and port followed by /inventory/index.jsp.
Which host and port would you use?
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.)
While using the Configuration Wizard to create a new domain, you do not set the Listen Address for the administration server and accept the default value. What is the result?
You create a new Work Manager to control how server threads are allocated to an application’s incoming 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 assign to a Work Manager. (Choose three.)