Preguntas_ORACLE
Preguntas_ORACLE
Question #1Topic 1
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.)
Question #2Topic 1
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.)
A. Under the managed server's Services configuration select "JDBC" as the type for the transaction log store.
B. Under the managed server's Services configuration, select " Disable the Default Store".
C. Create a non-XA data source in the domain for the database transaction log.
D. Create an XA data source in the domain for the database transaction log.
Question #3Topic 1
Which session persistence type is invalid?
A. async_replicated
B. async_jdbc
C. replicated
D. async_memory
E. cookie
F. file
G. replicated_if_clustered
Question #4Topic 1
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.
A. This is true because the domain files can be re-created with the pack and unpack utilities.
B. This is true (with an exception) because the domain files can be re-created with the pack and unpack utilities.
The exception is if your security realm uses the embedded LDAP system. Which is not included in the JAR file
created by the pack utility.
C. This is true (with an exception) because the domain files can be re-created with the pack and unpack utilities.
The exception is for applications that are deployed to the managed server. Those files are not included in the JAR
file created by the pack utility. If you back those up manually, then pack and unpack can be used.
D. This is not true. You need to back up the domain files on a machine on which only managed servers run by using
operating system commands (such as tar or zip).
Question #5Topic 1
Which statement is true about stopping Node Manager?
A. If you stop Node Manager, the managed servers it started will also stop.
B. You may kill the Node Manager process by using operating system commands.
C. Use the stopNodeManager.sh script so Node Manager stops gracefully.
D. Using the administration console, select the appropriate machine and click Stop.
E. The administration server goes into ADMIN mode if it can no longer communicate with Node Manager.
F. The managed servers that Node Manager started go into ADMIN mode if they can no longer communicate with
Node Manager.
Question #6Topic 1
You configure a data source with a non XA driver because your (non-Oracle) database does not provide XA drivers.
The data source will sometimes participate in global transactions with an EJB, so as you configure the data source you
select "Supports Global Transactions" and
One-phase commit.
Why is this configuration wrong?
A. You must choose an XA driver when a data source participates in global transactions.
B. "One' Phase Commit" always returns "ready" during phase one of the two-phase commit process' so it is
possible you will have heuristic errors in the database.
C. "One-Phase Commit" processes this data source last in the global transactions, if the EJB must go last, you
cannot use this configuration.
D. "One-Phase Commit" only allows this data source to participate in global transaction, so you cannot have a
global transaction that includes an EJB.
Question #7Topic 1
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.)
Question #8Topic 1
Which action should you take to automatically back up the domain configuration when anyone activates a configuration
change?
A. Add a third cluster and spread existing server instances across the clusters.
B. Modify the proxy server load balancing algorithm to weight based.
C. Configure dynamic clusters and specify the number of server instances you anticipate needing at peak load.
D. Tune work managers to optimize work.
E. Replace the software load balancer with a hardware load balancer.
Question #10Topic 1
All administrators that deal with the production domain in your organization are extremely experienced. As the lead
administrator, you have been asked to change the administration console preferences for all administrators so that
inline help no longer displays, since no one needs it.
Select the true statement about this scenario.
A. There is nothing you can do, since inline help cannot be disabled.
B. There is nothing you can do for all users, since disabling inline help must be done per user.
C. Log into the administration console and disable inline help under "help."
D. Access WLST, connect to the domain's admin server, and use the command EnableInlineHelp (false).
Question #11Topic 1
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.)
Question #12Topic 1
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?
A. Use the Filter button from the domain's Monitoring > Health tab.
B. Use the Monitoring > Health tab for each server in the domain.
C. Write a custom WLST script to print out failed server.
D. Capture a diagnostic snapshot.
Question #13Topic 1
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.
Question #14Topic 1
Which three statements are true about WebLogic clusters? (Choose three.)
Question #15Topic 1
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?
A. You need to look at the Events Data Archive. Server log files do not contain WL DF context IDs
B. You need to look at the Harvested Data Archive. Server log files do not contain WL DF context IDs.
C. You need to look at the domain log file. Only the domain log file contains WL DF context IDs.
D. You 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.
E. You need to translate the context ID into the corresponding transaction ID, which is the only ID in server log file
entries.
Question #16Topic 1
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?
Question #17Topic 1
You are creating and configuring a cluster by using the administration console. Which two statements are true? (Choose
two.)
A. All servers that will be part of the cluster must be created before the cluster is created.
B. You must pick the cluster messaging mode.
C. Even though you create a non-dynamic cluster, you can change it to a dynamic cluster later.
D. Once the cluster is created, you cannot change its messaging mode.
E. The 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.
Question #18Topic 1
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\?
Question #19Topic 1
You are using the Administration Console to monitor a resource.
Which three techniques can you use to customize the monitoring output? (Choose three.)
Question #20Topic 1
You are working for a software company that mostly dealt with creating and reusing C++ and .NET objects. There are
many COM (Component Object Model) components that have been created over time that provide standardized
functionalities. Recently, platform independence has become a major consideration for your organization and you have
deployed WebLogic Server12c. But you would like to make use of some of your prebuilt COM objects for request
processing. You need an interim solution before implementing web services.
Which artifact within WebLogic Server helps you achieve your objective?
A. Messaging Bridge
B. IDL Mapper
C. jCOM
D. XMLRegistry
E. COM2Java
Question #21Topic 1
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.)
A. Start a server
B. Define a new server
C. Host the Node Manager console.
D. Automatically restart a failed server.
E. Kill a failed application on a server.
F. Kill a server process that did not shut down property.
Question #23Topic 1
You created a shutdown class MyClass that you would like to execute just before server shutdown.
Which statement is true regarding MyClass?
Question #24Topic 1
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.)
Question #25Topic 1
You need to take a web application offline.
Which three options are supported in WebLogic Server when you stop a running application? (Choose three.)
Question #26Topic 1
"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.)
Question #28Topic 1
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.)
Question #29Topic 1
Which three statements are true about the default behavior of WebLogic Server proxy plug-ins? (Choose three.)
A. The proxy will pin a client to a specific server if a session cookie is created.
B. The proxy fails over to another server if a connection or request times out.
C. The proxy distributes requests to cluster members based on their CPU usage.
D. The proxy dynamically learns the latest locations of cluster members.
E. The proxy always uses SSL, regardless of the client's protocol.
F. The proxy replicates session data to its backup proxy.
Question #30Topic 1
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?
Question #31Topic 1
Which two metrics are used to monitor and troubleshoot unicast communication in a cluster? (Choose two.)
A. Groups
B. Master
C. Backup Server
D. Session Replicas
E. Local Group Leader
Question #32Topic 1
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.)
A. The pmap command lists all processes running with their associated port number.
B. The UNIX lsof command can report information on the process that is listening at a particular IP and port on the
local machine.
C. netstat, which is available on Windows and Linux/UNIX, can report on the process bound to this IP and port.
D. pstat will report detailed runtime statistics on any process currently listening at this IP and port.
E. The Linux port watching tool PortInfo can raise an alert anytime a process attempts. succeeds, or fails to connect
to a specific IP and port. It can also be used to identify if a port is being used by a java process.
Question #33Topic 1
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?
Question #34Topic 1
You see a script called startWebLogic.sh (.cmd in Windows) in the root folder of your domain.
What does this script do?
A. Starts a machine
B. Starts Node Manager
C. Starts a Managed server
D. Calls the startWebLogic.sh script in the domain's bin directory
E. Calls the startManagedWebLogic.sh script in the domains bin directory
Question #35Topic 1
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.)
A. Tunneling enabled
B. Listen address
C. Listen port
D. Outbound enabled
E. Channel weight
Question #36Topic 1
Identify two reasons for defining machines and assigning servers to them in WebLogic Server. (Choose two.)
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.
Question #38Topic 1
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.)
A. To use the Reconfiguration Wizard, your current WebLogic Server version must be 9.0 or higher.
B. The Domain Upgrade Wizard is no longer available in 12.1.2.
C. After running the wizard to update your domain, you must reapply your start script customizations.
D. You need to update the domain's administration server files.
Question #40Topic 1
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?
A. Nothing, Node Manager runs and behaves the same on both WLS versions
B. Node Manager runs in "per machine" mode and nothing is needed to keep the same behavior.
C. Node Manager runs in "per domain" mode and requires manual steps to return to "per machine" mode, used in
WLS 10.3.6.
D. Node Manager mode of operating and behavior can be selected in Reconfiguration Wizard.
Question #41Topic 1
Which three statements about patching WebLogic Server (WLS) by using OPatch are true? (Choose three.)
A. Each patch comes with a "read me" file containing installation instructions.
B. You can use OPatch to see which patches are currently applied to WebLogic Server.
C. OPatch is a GUI tool and requires the operating system to have a window manager.
D. OPatch requires a JDK to run.
E. After installing WLS, you download the OPath utility from Oracle Support.
F. Each patch ZIP file comes with the OPatch utility.
Question #42Topic 1
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.)
Question #43Topic 1
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.)
A. The Oracle Notification Service is used to notify the data source of changes to RAC nodes.
B. The reaction is quick, because in using FCF all network timeouts are set very low.
C. FCF is faster because it polls and tests connection, freeing the data source from these tasks.
D. FCF requires the use and configuration of a database server in the GridLink data source.
E. You can use any Oracle Thin database driver with a GridLink data source.
Question #44Topic 1
You use the administration console to start a managed server. Select the three statements that must be true. (Choose
three.)
Question #45Topic 1
Which two statements are true about WebLogic data sources? (Choose two.)
Question #46Topic 1
A WebLogic server domain contains a dynamic cluster called "cluster1". The cluster "cluster1" has two dynamic managed
servers "server1" and "server2". There is a need to view the inherited attribute values for "server2".
How do you view all attributes of "server2", including those inherited from the server template?
A. Enable Use XA Data Source Interface in the transaction properties of each data source.
B. WebLogic Server supports distributed transactions by default, so no specific settings are required.
C. Split the transaction into multiple local transactions.
D. Configure your data sources with the available XA-compliant driver for your DBMS.
E. Enable Two-Phase Commit in each data source.
Question #49Topic 1
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?
A. Required
B. Requisite
C. Sufficient
D. Optional
Question #51Topic 1
You are in the process of planning a deployment in which a single WebLogic cluster will host a web application. There
are several options to consider. Which is not a valid decision?
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.
Question #53Topic 1
A new machine was given to your department. This machine has two WebLogic Server 12.1.2 installations, each with
different inventories.
Which command or tool do you run to determine the differences in products installed in each of the inventories?
A. You are using the Configuration Wizard to configure a script-based Node Manager.
B. The configuration Wizard prompts you to change the default Node Manager configuration values.
C. The configuration Wizard bypasses all Node Manager Configuration.
D. You are using the configuration Wizard to configure a Java-based Node Manager.
E. You must manually copy the Node Manager files generated by the configuration Wizard into Node Manager
home.
Question #55Topic 1
You need to monitor the HTTP session count for a running web application.
Identify three ways to perform this monitoring. (Choose three.)
A. Database persistence
B. File persistence
C. In-memory replication
D. Whole-server migration
Question #59Topic 1
Examine the partial server log entry shown below:
###### <May 19, 2013 8:28:01 PM EDT > <warning> <JDBC > <host01> <managed1>
<<WLS kernel >> < > < > < 1369013281005 > <BEA-001129> <Received exception while creating connection for pool
"OracleDS1">
Which two statements are true? (Choose two.)
A. Ignore Heuristics
B. Pinned to Thread
C. One Phase Commit
D. Logging Last Resource
E. Test Connections on Reserve
Question #61Topic 1
Which machines can be configured by using the Configuration Wizard?
A. You cannot do this from the admin console. You must use WLST or a JVM command- line tool.
B. In the Monitoring > Performance tab, click Dump Thread Stacks.
C. In the Monitoring > Threads tab, click Dump Thread Stacks.
D. In the Monitoring > Performance tab, click Garbage Collect.
E. In the Monitoring > Performance tab, click GC.
Question #63Topic 1
In the certification matrix for your version of WebLogic Server , you find the row for your database and its version. In
that row, in the "type of database use" column, it says "application data access only".
Your database cannot be used __________.
A. Weblogic ""application.xml
B. Weblogic.xml
C. Session.xml
D. Config.xml
E. Web.xml
Question #67Topic 1
You set up two network channels for server-to-server communication. You want channel X to be used more than
channel Y, so you give channel X a higher
Channel Weight. You want to see if indeed channel X is used more.
You use the administration console and look at both channels under each one's Monitoring tab. What scenario would
best assure you that channel X has an overall higher connection rate?
A. Properties
B. Credentials
C. Username
D. Login
E. URL
Question #69Topic 1
The Administration Server of a domain fails due to a hardware failure. The hardware is beyond repair.
Before the failure you prepared a "backup admin server". You go through your planned recovery process and are
successful. The Administration Server is now running on different hardware. The managed servers of the domain
automatically reconnect to the admin server.
Select the two statements that are true. (Choose two.)
A. Files of deployed applications are available to the backup admin server from the same relative location as they
were to the original admin server.
B. At the time of the failure, the backup admin server was running in "Standby" mode on different hardware in the
same network.
C. When the admin server failed, you must have shut down and restarted the managed servers, otherwise they
could not have reconnected to the failed admin server.
D. The backup admin server is any one of the running managed servers. You select one of the managed servers,
stop it, set its "administration" flag, and restart it as the admin server of the domain.
E. The backup admin server must be running at the same DNS name or IP address as the original.
Question #70Topic 1
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.)
A. It is not an instance of WebLogic Server from this domain running at 192.0.2.0:7100. The administration console
does not allow you to create a server at the same listen address and port as one already configured in the domain.
B. It is an instance of WebLogic Server running at 192.0.2.0:7100. Other processes do not interfere with WebLogic
Server.
C. Changes the port number to an unused one to resolve this issue.
D. It cannot be the administration server running at 192.0.2.0:7100, because admin servers run on port 7001.
E. Because this Managed Server has never been started, it does not have a local copy of the configuration. If it did,
by using Managed Server Independence, it would be able to switch to an unused port of its configured port was
busy.
F. The port number can stay 7100 if this machine has another IP address and the port is unused at that address.
Question #72Topic 1
Which two statements are true about multicast communication within a cluster? (Choose two.)
Question #73Topic 1
Which three runtime metrics can you monitor or collect from WebLogic Server applications? (Choose three.)
A. Undo the changes you made manually by using the administration console or WLST.
B. 1. Stop the administration server. 2. Replace the config directory on the administration server's machine with
your backup. 3. Restart the administration server.4. Stop the managed servers on each machine.5. Replace the
config directory on the machine with your backup.6. Restart the managed servers on the machine.
C. 1. Stop the administration server.2. Extract only the config.xm1 file from the zip file.3. Overwrite config.xm1 on
the administration server's machine with this extracted file.4. Restart the administration server.
D. 1. Stop the administration server.2. Replace the config directory on the administration server's machine with
your backup.3. Restart the administration server.
Question #75Topic 1
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?
Question #76Topic 1
An online store web application is deployed to a WebLogic server cluster. User of this application frequently complain
that the information in their shopping cart vanishes before they are able to complete an order. You use the
Administration Console to monitor the web application.
Which metric is the most relevant to this problem?
Question #77Topic 1
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?
A. Timeout Seconds
B. Abandon Timeout Seconds
C. Before Completion Iteration Limit
D. Checkpoint Interval Seconds
E. Unregister Resource Grace Period
Question #78Topic 1
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?
Question #79Topic 1
You are troubleshooting Java Transaction API (JTA) transactions.
The WebLogic Server extension to JTA provides which optional transaction attribute to make troubleshooting easier?
A. a name
B. an ID
C. the status of "marked for rollback"
D. a status
Question #80Topic 1
You want to restart a failed stand-alone managed server. Select the two true statements. (Choose two.)
A. Before restarting a failed managed server you must always first use operating system commands to kill its old
process.
B. The managed server can automatically be restarted on new hardware if server migration has been properly set
up.
C. If the managed server was started by Node Manager, then Node Manager can be set to automatically restart the
managed server.
D. If the managed server was started by a script, run the script again.
Question #81Topic 1
Which WebLogic Server tool is used to create managed server templates?
A. unpack
B. Configuration Wizard
C. Administration Console
D. WebLogic Scripting Tool (WLST)
E. appc
F. pack
Question #82Topic 1
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.)
A. The channel is used for heartbeats so they do not interfere with replication communication
B. Each server in the cluster must have this named replication channel configured on it
C. If no replication channel is configured, then sessions are persisted to the file system or the database
D. The channel can be used for stateful session bean replication
E. The channel cannot use a secure protocol
Question #83Topic 1
You have an existing domain and need to add a new managed server to it.
Which three statements are true concerning the creation of managed servers? (Choose three.)
A. The total count field includes committed, rolled back, and heuristic completions
B. The total count field includes in-progress transactions, but the others only show completed transactions
C. The total count includes distributed and local transactions. The committed count and the various rolled back
counts are for distributed transactions only
D. The total count includes all transactions since the server was started. The other counts only include the
transactions included in the latest transaction log
Question #86Topic 1
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
Question #87Topic 1
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?
A. The Change Center has a link to view any servers that need to be restarted
B. In a Development Mode domain, the configuration lock can be acquired automatically
C. The Change Center has a link to view the changes made so far
D. Locking the console prevents other privileged users from taking the lock until you release it or activate your
changes
E. After activating the changes to a server's configuration, you must always restart that server
F. The Change Center is available only in a Production Mode domain
Question #89Topic 1
Which three domain requirements can you implement with the Configuration Wizard? (Choose three.)
A. The Fast Connection Failover (FCF) pattern, which allows rapid failure detection, is enabled
B. The more sophisticated runtime connection load balancing (RLCB) is used; without SCAN, load balancing reverts
to a simple round-robin scheme
C. SCAN is required for the GridLink data source to use an XA driver
D. The database URL is shorter because it contains one SCAN alias and port as opposed to a host and port for each
RAC node
E. The data source configuration does not need to be updated when new nodes are added to the RAC cluster
Question #91Topic 1
In your WebLogic Server environment, applications will not access a single database server. Instead they will access a
cluster of redundant database servers.
This database product was purchased from a vendor other than Oracle. You want to provide transparent failover to the
applications as they communicate with the database cluster. Which type of WebLogic data source should you create?
A. The maximum capacity of the connection pool was reached due to higher load than usual and you just need to
wait until new connections get released or increase the capacity of the pool. This can be done in the Admin
Console.
B. The response data provided by the database SQL is larger than the receive socket buffer, so you just need to
increase the buffer
C. The activity on the database side needs to be checked with your DBA to verify if the connection request was
received and how it's been handled by the database
D. The datasource connection was leaked and needs to be reset
E. A firewall is blocking the connection between WebLogic Server and the back-end database. This needs to be
immediately addressed with your network administrator
F. The Oracle JDBC driver got corrupted and needs to be reinstalled or replaces with a different driver
Question #94Topic 1
View the following file excerpt, which configures HTTP session replication:
<session-descriptor>
<persistent-store-type>replicated</persistent-store-type>
</session-descriptor>
From which file is this excerpt taken?
A. weblogic-application.xml
B. session.xml
C. web.xml
D. config.xml
E. weblogic.xml
Question #95Topic 1
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.
Question #96Topic 1
Your Java-based Node Manager is unable to start a managed server named myserver. You investigate and realize that
the boot.properties file Node
Manager uses to store the credentials of the managed server has been corrupted in the file system. From past
experience you know that if you delete the file,
Node Manager will re-create it.
Question #97Topic 1
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.)
Question #98Topic 1
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. Check the ownership and file system permissions of the start script
B. Ensure you are currently logged in as a WebLogic Server administrator before running the script
C. Stop any running managed servers and then start the admin server
D. After the restoration of a domain, you must start the admin by using WLST
E. Be sure to start the admin server as the root user
Question #100Topic 1
Which three Administration Console tasks require you to obtain the configuration lock of a production mode domain?
(Choose three.)
Question #101Topic 1
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.)
Question #102Topic 1
Consider a data source whose Inactive Connection Timeout has been set to 60 seconds. You suspect that an application
is not returning JDBC connections to this data source. In response, you go to the data source's Monitoring tab in the
Administration Console.
Which of the available columns will confirm your suspicions?
A. State
B. Active Connections Current Count
C. Connection Delay Time
D. Leaked Connection Count
E. Current Capacity
Question #103Topic 1
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?
A. In Persistent Stores, create a new JDBC store and select the option "Use existing store"
B. The new domain name needs to be the same as the old domain it's replacing
C. Duplicate the JMS and persistent store configuration in the new domain
D. The storage needs to be file based and not JDBC based
E. Set the prefix for the JDBC store table to the domain name
Question #105Topic 1
You start a managed server by running a start script at the command line. The server fails to start. To troubleshoot this
failure, you look at the window in which the script ran. One of the messages from the server says: "boot identity not
valid".
What do you do before running the script again?
A. Add the option to the start script that allows servers to be started without credentials
B. Update the credentials in the boot identity file
C. Update the credentials in the start script
D. Create a boot identity username and password by using the administration console
E. The boot identity file does not exist. Create one.
Question #106Topic 1
You are responsible for installing and setting up WebLogic Server to support the development, testing, and production of
an application. Each phase of the application's life cycle has different scalability, performance, and security
requirements. How will you implement this?
A. The Node Manager is on the machine where the domain was created by using the Configuration Wizard
B. You create a managed server template by using the pack utility. Then create the domain by using the unpack
utility on the new machine where Node Manager will run
C. Use the administration console. Select the machine, then the Configuration and Node Manager tabs. Select
"Enroll with the Domain." Save and activate your changes
D. Use the script enrollNodeManager.sh found under the WEBLOGIC_HOME directory in server/bin
Question #108Topic 1
The Configuration Wizard has a Node Manager option which, if selected, allows you to also configure a Node Manager as
you create your domain. Select two true statements about using the Configuration Wizard to configure Node Manager.
(Choose two.)
A. You are required to enter the username and password for accessing Node Manager
B. You are allowed to choose the location of the Node Manager home
C. You can select either the Java-based or script-based Node Manager
D. After the Configuration Wizard creates the domain, it automatically starts the configured Node Manager
Question #109Topic 1
Over time your server log files have increased in size to over 500 MB. Identify three techniques to help decrease the size
of these log files. (Choose three.)
A. This is only possible if the application is deployed to a cluster. Cluster deployments allow current users to
continue to use the previous version of an application
B. This is possible if the application is versioned by using the WebLogic Server feature called Production
Redeployment.
C. This is not possible. When an application is redeployed, it replaces the old version and all users then access the
new version
D. This is not possible. When an application is redeployed, all users continue to access the old version. Once all
current users have exited the system, then all users from that point on access the new version
Question #112Topic 1
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?
Question #113Topic 1
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.)
Question #114Topic 1
Select two true statements about WebLogic Server's role in transaction management. (Choose two.)
A. You can configure WebLogic Server JTA properties at the domain, cluster, and server level
B. WebLogic Server can act as the transaction manager for multiple transactional resource managers during a
distributed transaction
C. WebLogic Server supports transactional work managers
D. Starting with WebLogic Server 12c, you can create two kinds of clusters: the "standard" cluster, as in previous
versions, and the new transactional cluster
E. WebLogic Server supports transactional Enterprise Java Beans
Question #115Topic 1
Which two statements are characteristics of the Reconfiguration Wizard? (Choose two.)
A. You can upgrade any domain that was created using WLS 9.2 and above
B. The Reconfiguration Wizard allows you to change the domain mode
C. The Reconfiguration Wizard allows you to select a different Java JDK
D. The Reconfiguration Wizard does not allow the reconfiguration of JDBC data sources
E. You can upgrade only a domain which is running WLS 10.3.x or later
Question #116Topic 1
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?
A. Messaging Mode
B. Cluster Address
C. Broadcast Channel
D. Replication Channel
E. Cluster Type
Question #120Topic 1
By monitoring CPU and RAM utilization, it appears that one member of your cluster is receiving a much lower
percentage of the request load than the other servers.
Which Administration Console metric should you examine to help determine if a network problem is the cause?
A. You must also set the domain attribute "CLASSPATH Discovery Enabled."
B. Each machine that hosts WebLogic Servers has its own domain directories. The script must be modified there as
well.
C. Only the first server to receive the new configuration from the administration server gets the updated
CLASSPATH
D. The CLASSPATH is not for application code. It is for interval WebLogic Server code. So, only applications
deployed to the administrative server can access code through the CLASSPATH
Question #124Topic 1
You monitor a running JDBC data source with the console and note the following values:
✑ Current Capacity = 10
✑ Current Capacity High Count = 20
Identify two plausible explanations for these metrics. (Choose two.)
A. ServerD
B. ServerB
C. none; the user will receive an error message
D. ServerC
E. any other available server
Question #126Topic 1
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.)
A. StopScriptEnabled=trueStopScriptName=mystopic.shCrashRestartEnabled=trueSecureListtenser=trueStateCheck
interval=1000
B. StopsScriptEnabled=trueStopScriptName=mystopit.shCrashRestartEnabled=trueSecureListener=trueStataCheckI
nterval=1
C. StopscriptEnabled=trueStopScriptName=topic-
shCrashRecoveryEnabled=trueSecureListtener=trueStatecheckinterval=1000
D. StopScript=trueStopscriptName=mystopit.shCrashRecoveryEnabled=trueSecureListtenser=true
E. stopscriptenabled=trueStopscriptname=mystopit.shcrashRecoveryEnabled=truesecureListener=SSLstatecheckint
erval=1000
Question #4Topic 2
You are using the Administration console to monitor a resource.
Which three techniques can you use to customize the monitoring output?
Question #5Topic 2
Which three tasks can be performed by the Node Manager?
A. Start a server
B. Define a new server
C. Host the Node Manager console.
D. Automatically restart a failed server.
E. Kill a failed application on a server.
F. Kill a server process that did not shut down property.
Question #6Topic 2
A WebLogic Server instance can have multiple network channel for it.
Each channel for the server must have a unique combination of two element. Identify these two elements.
A. Tunneling enabled
B. Listen address
C. Listen port
D. Listen port
E. Channel weight
Question #7Topic 2
You need to configure WebLogic Server to satisfy the needs of your new application that will update more than one data
set on several databases in the same transaction.
Which setting should be considered?
A. Enable use xa Data source interface in the transaction properties of each data source.
B. WebLogic Server supports distributed transactions by default, so on specific settings are required.
C. Split the transaction into multiple local transactions.
D. Configure your data sources with the available XA-compliant driver for your DBMS.
E. Enable Two-phase commit in each data source.
Question #8Topic 2
You want to start the managed server calledmanaged1 in "Standby" mode, to keep it as a "hot backup".
Question #9Topic 2
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 fall simultaneously.
You are not allowed to update the production databases schema.
Which is the best session persistence option?
A. Database persistence
B. File persistence
C. In-memory replication
D. Whole –server migration