Consider an IT infrastructure comprising several web and EJB applications. Each application is expected to handle significantly different workloads and, therefore, has different resource and scalability requirements.
Which is the best solution?
AConfigure a separate proxy for each application
BConfigure a dedicated WebLogic Server for each application
CConfigure a separate node manager for each application
DConfigure a separate cluster for each application
Consider an existing nondynamic cluster that is currently hosting many libraries, applications, and data sources. You need to scale out this cluster to include a new server. You provision the domain on a new machine.
What are the two ways to create this new server in the domain configuration? (Choose two.)
AUse the Configuration Wizard to add a new server to the cluster.
BUse pack and unpack to copy an existing server in the cluster.
CUse the Administration Console to add a new network channel to the cluster.
DUse the Administration Console to clone an existing server in the cluster.
Which two statements are characteristics of the Reconfiguration Wizard? (Choose two.)
AYou can upgrade any domain that was created using WLS 9.2 and above
BThe Reconfiguration Wizard allows you to change the domain mode
CThe Reconfiguration Wizard allows you to select a different Java JDK
DThe Reconfiguration Wizard does not allow the reconfiguration of JDBC data sources
EYou can upgrade only a domain which is running WLS 10.3.x or later
As the technical lead for your project, you have been asked to recommend a new solution to handle frequently increasing loads on your applications. The
WebLogic 12.1.2 domain currently runs with two clusters of three servers with request being filtered and passed by a proxy server that users the round ""robin algorithm.
However, the load sometimes exceeds the maximum capacity of all these servers combined but your domain lacks in scalability.
What is the best implementation solution?
AAdd a third cluster and spread existing server instances across the clusters.
BModify the proxy server load balancing algorithm to weight based.
CConfigure dynamic clusters and specify the number of server instances you anticipate needing at peak load.
DTune work managers to optimize work.
EReplace the software load balancer with a hardware load balancer.
When creating a dynamic cluster, you have multiple options concerning how dynamic servers are distributed across machines in your domain. Identify three supported configurations. (Choose three.)
AUse a single machine.
BUse all machines in a subnet.
CUse all machines in the domain.
DUse all percentage of machines in the domain.
EUse all machines whose names match an expression.
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.)
AFirst install or deinstall graphically. There is an option to save a response file.
BUse the sample response file in the installation documentation as a template.
CFirst run the Repository Creation Utility. There is an option to save a response file .
DThe response file is not required. You can answer questions interactively at the command line.
EThe genetic JAR installer does not have a silent mode, so you do not need a response file when using this installer.
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?
AUse the Filter button from the domain's Monitoring > Health tab.
BUse the Monitoring > Health tab for each server in the domain.
CWrite a custom WLST script to print out failed server.
DCapture a diagnostic snapshot.
Which three statements are true about WebLogic clusters? (Choose three.)
AClusters provide clients with transparent failover.
BEJB applications can be targeted to entire cluster.
CAll cluster members must bind to the same port number.
DCluster members replicate application data by using heartbeats.
ECluster members can be associated with one or more domains.
FWeb applications require a proxy in order to be used in a cluster.
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.
A.
B.
C.
D.
E.
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?
AYou need to look at the Events Data Archive. Server log files do not contain WL DF context IDs
BYou need to look at the Harvested Data Archive. Server log files do not contain WL DF context IDs.
CYou need to look at the domain log file. Only the domain log file contains WL DF context IDs.
DYou can search the server log file for the context ID. Any message that was written to the log IDs during that request will contain the context ID.
EYou need to translate the context ID into the corresponding transaction ID, which is the only ID in server log file entries.
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?
Amanaged1 host and port
BAdministration Server host and port
Cmanaged1 host and Administration port
DAdministration Server host and Administration port
You are creating and configuring a cluster by using the administration console. Which two statements are true? (Choose two.)
AAll servers that will be part of the cluster must be created before the cluster is created.
BYou must pick the cluster messaging mode.
CEven though you create a non-dynamic cluster, you can change it to a dynamic cluster later.
DOnce the cluster is created, you cannot change its messaging mode.
EThe administration console does not provide a way to manually migrate singleton services. It must be set up to be done automatically or by using WLST.
One Managed Server that is part of a large domain throws java.lang.OutOfMemory errors (OOM) occasionally.
You have been monitoring this server with the jvisualVM tool but that didn't help because the issue occurs infrequently and not a specific scenario. So you decided to force the server to dump the heap memory as soon as an OOM gets thrown in order to analyze the dump file later.
How do you modify the Java HotSpot startup command to enable this feature and save the dump in the directory D:\hprof-dumps?
You are using the Administration Console to monitor a resource.
Which three techniques can you use to customize the monitoring output? (Choose three.)
ASort the rows by a specific column.
BLimit the number of rows displayed.
CChange the order of the displayed columns.
DViews the rows from a specific time range.
ECombine (add) multiple columns together.
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.)
AStatement Cache Type
BPool Reserve Mode
CTest Table Name
DTest Connection Mode
ETest Connections on Reserve
Which three tasks can be performed by the Node Manager? (Choose three.)
AStart a server
BDefine a new server
CHost the Node Manager console.
DAutomatically restart a failed server.
EKill a failed application on a server.
FKill a server process that did not shut down property.
You need to take a web application offline.
Which three options are supported in WebLogic Server when you stop a running application? (Choose three.)
ATerminate HTTP sessions immediately.
BTerminate HTTP sessions after three minutes.
CMove HTTP sessions to a database.
DWait for HTTP sessions to time out.
EAllow new requests only through the administration port.
FMove in ""progress requests to another server in the cluster.
"
You use a web browser to log in to a web application that is deployed to WebLogic Server. When you click a link named "publish" on the site, an
Access Denied"
message appears.
Which two statements are true about this server's security configuration? (Choose two.)
AThe application is not associated with any security roles.
BA security realms is not configured in this domain.
CYour user account has expired.
DYour user account exists in an authentication provider.
EA security policy is attached to the "publish" link URL.
JDBC -
An application fails. The exception indicates that the
data source cannot be found.
Identify two possible steps that you can perform to verify the data source's availability. (Choose two.)
ALaunch the JDBCDiagnostics utility.
BVerify the Dependencies attribute of the data source.
CView the target server's JNDI tree in the console.
DVerify that the application and data source have the same target.
Which three statements are true about the default behavior of WebLogic Server proxy plug-ins? (Choose three.)
AThe proxy will pin a client to a specific server if a session cookie is created.
BThe proxy fails over to another server if a connection or request times out.
CThe proxy distributes requests to cluster members based on their CPU usage.
DThe proxy dynamically learns the latest locations of cluster members.
EThe proxy always uses SSL, regardless of the client's protocol.
FThe proxy replicates session data to its backup proxy.
Each domain has a directory called servers that contains subdirectories for each server in the domain. Your domain has a managed server named managed1.
When will the managed1 directory be created?
AWhen the managed1 server is defined in the Configuration Wizard
BWhen the domain is created
CWhen the Administration Server comes up for the first time
DWhen the managed1 server comes up for the first time
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.)
ATunneling enabled
BListen address
CListen port
DOutbound enabled
EChannel weight
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?
ANothing, Node Manager runs and behaves the same on both WLS versions
BNode Manager runs in "per machine" mode and nothing is needed to keep the same behavior.
CNode Manager runs in "per domain" mode and requires manual steps to return to "per machine" mode, used in WLS 10.3.6.
DNode Manager mode of operating and behavior can be selected in Reconfiguration Wizard.
Which three statements about patching WebLogic Server (WLS) by using OPatch are true? (Choose three.)
AEach patch comes with a "read me" file containing installation instructions.
BYou can use OPatch to see which patches are currently applied to WebLogic Server.
COPatch is a GUI tool and requires the operating system to have a window manager.
DOPatch requires a JDK to run.
EAfter installing WLS, you download the OPath utility from Oracle Support.
FEach patch ZIP file comes with the OPatch utility.
You use the administration console to start a managed server. Select the three statements that must be true. (Choose three.)
AIn the domain configuration, the managed server is assigned to a machine.
BThe Node Manager process is running on the administration server's machine.
CThe Node Manager process is running on the managed server's machine.
DThe administration server uses one-way SSL to communicate with the Node Manager.
EIn the domain configuration, the Node Manager has been configured for the machine.
FYou have configured the Java-based Node Manager. The administration console cannot communicate with the script-based Node Manager.