Oracle 1z0-133
Oracle 1z0-133
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.)
A.
Create one cluster.
B.
Install Oracle HTTP Server.
C.
Create one Coherence server.
D.
Create four managed servers.
E.
Assign three servers to a cluster.
F.
Specify a proxy port for the administration server.
Answer: A,D,E
Explanation:
QUESTION NO: 2
You decide to use a database to store WebLogic Server transaction logs for a managed server.
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.
D.
Create an XA data source in the domain for the database transaction log.
Answer: A,C
Explanation:
QUESTION NO: 3
A.
async_replicated
B.
async_jdbc
C.
replicated
D.
async_memory
E.
cookie
F.
file
G.
replicated_if_clustered
Answer: D
Explanation:
QUESTION NO: 4
An administrator in your organization says you do not need to back up the domain files on a
machine which only managed servers run.
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).
Answer: A
Explanation:
QUESTION NO: 5
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.
Answer: B
Explanation:
References:
QUESTION NO: 6
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.
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.
Answer: D
Explanation:
QUESTION NO: 7
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.)
"Pass Any Exam. Any Time." - www.actualtests.com 5
Oracle 1z0-133 Exam
A.
Use a single machine.
B.
Use all machines in a subnet.
C.
Use all machines in the domain.
D.
Use all percentage of machines in the domain.
E.
Use all machines whose names match an expression.
Answer: A,C,E
Explanation:
QUESTION NO: 8
Which action should you take to automatically back up the domain configuration when anyone
activates a configuration change?
A.
USE the backup='true' parameter of the activate() command in WLST.
B.
The administration console, select "Follow Configuration changes" in the Shared Preferences for
the console.
C.
In the administration console, select "Configuration Archive Enabled" under the general
configuration of the domain.
D.
Enabling automatic domain configuration creates backups of the configuration during server boot,
not at each activation.
Answer: C
Explanation:
References:
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.
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.
Answer: C
Explanation:
QUESTION NO: 10
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.
A.
There is nothing you can do, since inline help cannot be disabled.
B.
"Pass Any Exam. Any Time." - www.actualtests.com 7
Oracle 1z0-133 Exam
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).
Answer: C
Explanation:
QUESTION NO: 11
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.)
A.
First install or deinstall graphically. There is an option to save a response file.
B.
Use the sample response file in the installation documentation as a template.
C.
First run the Repository Creation Utility. There is an option to save a response file.
D.
The response file is not required. You can answer questions interactively at the command line.
E.
The genetic JAR installer does not have a silent mode, so you do not need a response file when
using this installer.
Answer: A,B
Explanation:
QUESTION NO: 12
Your domain consists of 30 servers. You are using the Administration Console.
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.
Answer: A
Explanation:
References:
QUESTION NO: 13
You use the Java-based Node Manager to start your managed servers. You want Node Manager
to:
Below are portions of the nodemanager.properties file. Select the one that configures Node
Manager as described.
A.
C.
D.
E.
Answer: E
Explanation:
QUESTION NO: 14
Which three statements are true about WebLogic clusters? (Choose three.)
B.
EJB applications can be targeted to entire cluster.
C.
All cluster members must bind to the same port number.
D.
Cluster members replicate application data by using heartbeats.
E.
Cluster members can be associated with one or more domains.
F.
Web applications require a proxy in order to be used in a cluster.
Answer: A,B,F
Explanation:
QUESTION NO: 15
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.
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.
"Pass Any Exam. Any Time." - www.actualtests.com 11
Oracle 1z0-133 Exam
You need to translate the context ID into the corresponding transaction ID, which is the only ID in
server log file entries.
Answer: A
Explanation:
QUESTION NO: 16
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.
A.
managed1 host and port
B.
Administration Server host and port
C.
managed1 host and Administration port
D.
Administration Server host and Administration port
Answer: C
Explanation:
QUESTION NO: 17
You are creating and configuring a cluster by using the administration console. Which two
"Pass Any Exam. Any Time." - www.actualtests.com 12
Oracle 1z0-133 Exam
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.
Answer: B,C
Explanation:
QUESTION NO: 18
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\?
A.
Add -XX:+DumpHeapOnOutOfMemory -XX:DumpPath= D:\hprof-dumps.
B.
Add -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=D:\hprof-dumps.
C.
Add -XX:+DumpHeapOnOutOfMemoryError -XX:HeapPath=D:\hprof-dump.
D.
E.
Add -XX:+HeapDumpOnOutOfMemoryError -XX:DumpPath=D:\hprof-dumps.
F.
Add -XX:+HeapDumpOnOutOfMemoryException -XX:HeapDumpPath=D:\hprof-dumps.
Answer: B
Explanation:
QUESTION NO: 19
Which three techniques can you use to customize the monitoring output? (Choose three.)
A.
Sort the rows by a specific column.
B.
Limit the number of rows displayed.
C.
Change the order of the displayed columns.
D.
Views the rows from a specific time range.
E.
Combine (add) multiple columns together.
Answer: A,B,C
Explanation:
QUESTION NO: 20
You are working for a software company that mostly dealt with creating and reusing C++ and .NET
Which artifact within WebLogic Server helps you achieve your objective?
A.
Messaging Bridge
B.
IDL Mapper
C.
jCOM
D.
XMLRegistry
E.
COM2Java
Answer: E
Explanation:
References:
QUESTION NO: 21
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.
Statement Cache Type
B.
Pool Reserve Mode
D.
Test Connection Mode
E.
Test Connections on Reserve
Answer: C,E
Explanation:
References:
QUESTION NO: 22
Which three tasks can be performed by the Node Manager? (Choose three.)
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.
Answer: A,D,E
Explanation:
References:
QUESTION NO: 23
A.
MyClass can be specified in the Configuration Wizard as a shutdown class.
B.
MyClass must be available in the WebLogic Server’s classpath.
C.
MyClass can be targeted to only one server instance.
D.
MyClass must not have a main method.
Answer: B
Explanation:
QUESTION NO: 24
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.)
A.
Use the Configuration Wizard to add a new server to the cluster.
B.
Use pack and unpack to copy an existing server in the cluster.
C.
Use the Administration Console to add a new network channel to the cluster.
D.
Use the Administration Console to clone an existing server in the cluster.
Answer: A,D
Explanation:
QUESTION NO: 25
Which three options are supported in WebLogic Server when you stop a running application?
(Choose three.)
A.
Terminate HTTP sessions immediately.
B.
Terminate HTTP sessions after three minutes.
C.
Move HTTP sessions to a database.
D.
Wait for HTTP sessions to time out.
E.
Allow new requests only through the administration port.
F.
Move in –progress requests to another server in the cluster.
Answer: A,D,E
Explanation:
QUESTION NO: 26
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.)
A.
The application is not associated with any security roles.
B.
A security realms is not configured in this domain.
D.
Your user account exists in an authentication provider.
E.
A security policy is attached to the “publish” link URL.
Answer: D,E
Explanation:
QUESTION NO: 27
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.)
A.
Create a custom view.
B.
Start the JVM Runtime view.
C.
Drag each metric onto two charts in the same view.
D.
Access the Monitoring Dashboard.
E.
Click the application’s Monitoring tab.
Answer: C,D,E
Explanation:
QUESTION NO: 28
Identify two possible steps that you can perform to verify the data source’s availability. (Choose
two.)
A.
Launch the JDBCDiagnostics utility.
B.
Verify the Dependencies attribute of the data source.
C.
View the target server’s JNDI tree in the console.
D.
Verify that the application and data source have the same target.
Answer: C,D
Explanation:
QUESTION NO: 29
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.
Answer: A,B,D
"Pass Any Exam. Any Time." - www.actualtests.com 20
Oracle 1z0-133 Exam
Explanation:
QUESTION NO: 30
Each domain has a directory called servers that contains subdirectories for each server in the
domain. Your domain has a managed server named managed1.
A.
When the managed1 server is defined in the Configuration Wizard
B.
When the domain is created
C.
When the Administration Server comes up for the first time
D.
When the managed1 server comes up for the first time
Answer: D
Explanation:
QUESTION NO: 31
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
Answer: A,E
Explanation:
QUESTION NO: 32
The startup of a WebLogic Server instance fails with the error message:
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.
Answer: B,C
Explanation:
QUESTION NO: 33
A.
Use a ${macro} in the server template’s listen address.
B.
Assign each dynamic server a separate machine.
C.
Create multiple server templates for the cluster.
D.
Update the cluster’s listen address prefix.
Answer: A
Explanation:
QUESTION NO: 34
You see a script called startWebLogic.sh (.cmd in Windows) in the root folder of your domain.
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
Answer: D
QUESTION NO: 35
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
Answer: B,C
Explanation:
References:
QUESTION NO: 36
Identify two reasons for defining machines and assigning servers to them in WebLogic Server.
(Choose two.)
A.
A machine can be the proxy to a cluster.
B.
A machine definition is required to configure the Node Manager.
C.
"Pass Any Exam. Any Time." - www.actualtests.com 24
Oracle 1z0-133 Exam
To reference an instance of WebLogic Server, you must know its machine and port.
D.
A machine is a required organizational unit. A domain contains machines and machines contain
servers.
E.
WebLogic Server uses server machine assignments to help it choose servers in a cluster on which
to replicate session state.
F.
A machine’s Cluster Weight attribute may be used by load balancers to help them determine how
often to send requests to servers assigned to that machine.
Answer: B,E
Explanation:
QUESTION NO: 37
You also want to use the default store for transaction logs.
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.
Answer: D
Explanation:
QUESTION NO: 38
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.
Create a new deployment plan.
B.
Create a new machine.
C.
Create a new server.
D.
Add a server to the cluster.
E.
Add a server to the machine.
F.
Add the cluster to the machine.
Answer: B,C
Explanation:
QUESTION NO: 39
Select the two true statements about upgrading WebLogic Server to version 12c (12.1.12).
(Choose two.)
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.
Answer: B,C
Explanation:
QUESTION NO: 40
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.
Answer: C
Explanation:
QUESTION NO: 41
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 OPatch utility from Oracle Support.
F.
Each patch ZIP file comes with the OPatch utility.
Answer: A,B,D
Explanation:
QUESTION NO: 42
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.)
A.
Create tables in the data store.
B.
Execute SQL scripts in WebLogic server’s server/lib directory.
C.
Populate the database tables with external LDAP users.
D.
Test the connection to a back-end database.
E.
Allocate tablespace for the data store.
"Pass Any Exam. Any Time." - www.actualtests.com 28
Oracle 1z0-133 Exam
Answer: A,C,D
Explanation:
QUESTION NO: 43
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.
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.
Answer: A,D
Explanation:
QUESTION NO: 44
You use the administration console to start a managed server. Select the three statements that
must be true. (Choose three.)
A.
In the domain configuration, the managed server is assigned to a machine.
B.
The Node Manager process is running on the administration server's machine.
D.
The administration server uses one-way SSL to communicate with the Node Manager.
E.
In the domain configuration, the Node Manager has been configured for the machine.
F.
You have configured the Java-based Node Manager. The administration console cannot
communicate with the script-based Node Manager.
Answer: A,C,E
Explanation:
References:
QUESTION NO: 45
Which two statements are true about WebLogic data sources? (Choose two.)
A.
Data sources are targeted to a domain.
B.
Data sources are bound in the JNDI tree of a server.
C.
Data sources are based on the JMS specification.
D.
A data source contains a connection pool.
E.
A domain requires at least one data source.
Answer: B,D
Explanation:
QUESTION NO: 46
How do you view all attributes of “server2”, including those inherited from the server template?
A.
Use WebLogic Administration Console > ”server2” link.
B.
Use java weblogic.Deployer.
C.
You cannot, because attribute values are not inherited.
D.
Use WLST.
Answer: A
Explanation:
QUESTION NO: 47
A web application is configured for in-memory replication and is deployed to a cluster. This cluster
is distributed across two buildings on a university campus. For performance reasons, you require
that session replication occur within the building whenever possible.
A.
Disable the dynamic server list in the proxy plug-in.
B.
Configure the cluster to use multicast communication.
C.
Configure the application’s cookies parameters.
D.
Configure each server’s replication group.
Answer: D
QUESTION NO: 48
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.
All updates will be committed or rolled back at the end of the transaction.
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.
Answer: E
Explanation:
QUESTION NO: 49
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.
Click the server ‘s Debug > Heap tab.
C.
Click the server’s Monitoring > Health tab.
D.
Click the server’s Monitoring > Threads tab.
E.
Click the server ‘s Monitoring > Performance tab.
Answer: E
Explanation:
QUESTION NO: 50
Your domain’s security realm has two authentication provides: ldap1 and ldap2.
• If authentication fails with ldap1, then authentication must succeed with ldap2.
A.
Required
B.
Requisite
C.
Sufficient
D.
Optional
Answer: C
Explanation:
QUESTION NO: 51
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.
A.
Proxy plug-in or hardware load balancer
B.
Configured or dynamic cluster
C.
Replicated or persistent HTTP sessions
D.
Unicast or multicast communication
E.
Single or multiple domains
Answer: A
Explanation:
QUESTION NO: 52
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.
"Pass Any Exam. Any Time." - www.actualtests.com 34
Oracle 1z0-133 Exam
The administration console calls WLST to accomplish the shutdown.
Answer: C
Explanation:
QUESTION NO: 53
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.
None, inventories are used by Oracle databases only.
B.
*ORACLE_HOME/wlserver/bin/compareInventory.sh -oracle_home1 <oracle_home1 location> -
oracle_home2 <oracle_home2 location>*.
C.
The Oracle Inventory Viewer utility.
D.
*ORACLE_HOME/oui/bin/compareInventory.sh -oracle_home1 <oracle_home1 location> -
oracle_home2 <oracle_home2 location >*.
Answer: B
Explanation:
QUESTION NO: 54
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”.
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.
Answer: E
Explanation:
QUESTION NO: 55
You need to monitor the HTTP session count for a running web application.
A.
Run the jstat tool in your JDK.
B.
Write and run a custom WLST script.
C.
Use the application’s Monitoring tab in the Administration Console.
D.
Use the Monitoring Dashboard in the Administration Console.
E.
Use the Cloud Control page in the Administration Console.
Answer: B,C,D
Explanation:
QUESTION NO: 56
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.)
A.
Uniform Distribution Request Class
B.
Response Time Request Class
C.
Max Throughput Request Class
D.
Fair Share Request Class
E.
Context Request Class
Answer: B,D,E
Explanation:
References:
QUESTION NO: 57
You want to start the managed server called managed1 in “Standby” mode, to keep it as a “hot
backup”. Which statement about your domain configuration must be true?
A.
The server managed1 must be of a cluster.
B.
Your domain has an administration port.
C.
Only the admin server can start in “Standby” mode.
Answer: B
Explanation:
QUESTION NO: 58
You require high availability for HTTP sessions in a web application. In addition, you have the
following constraints:
A.
Database persistence
B.
File persistence
C.
In-memory replication
D.
Whole-server migration
Answer: C
Explanation:
QUESTION NO: 59
#### <May 19, 2013 8:28:01 PM EDT > <warning> <JDBC > <host01> <managed1>
A.
The server’s name is OracleDS1.
B.
The server’s machine name is host01.
C.
The transaction ID is 001129.
D.
The JDBC subsystem generated the message.
E.
The user’s identity is managed1.
F.
The severity level of the message is Critical.
Answer: B,D
Explanation:
QUESTION NO: 60
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?
A.
Ignore Heuristics
B.
Pinned to Thread
D.
Logging Last Resource
E.
Test Connections on Reserve
Answer: D
Explanation:
QUESTION NO: 61
A.
machine and Windows machine
B.
administration machine and managed machine
C.
machine and UNIX machine
D.
stand-alone machine and cluster machine
E.
RDBMS machine and LDAP machine
Answer: C
Explanation:
References:
QUESTION NO: 62
Before you view JVM performance information in the administration console, you want to request
that the JVM do a garbage collection.
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.
Answer: D
Explanation:
QUESTION NO: 63
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”.
A.
By the administration server
B.
For internal data storage by WebLogic Server
C.
By a multidata source
D.
In a production environment
E.
By an Enterprise JavaBean
QUESTION NO: 64
Which three statements are true about the administration console? (Choose three.)
A.
The administration console can be disabled.
B.
The context path of the administration console may be changed.
C.
If a domain is in Development Mode, the administration console no longer requires an
administration-level user when logging in.
D.
If a domain is in Production Mode, access to the administration console must be made through a
secure port.
E.
If the domain’s Administration Port is enabled, access to the administration console must be made
only through that port.
Answer: A,B,E
Explanation:
QUESTION NO: 65
What function will help you to seamlessly connect to a dynamic Oracle RAC installation
A.
Simple Connection Access Node
B.
Single Correlated Anonymous Network
D.
Single Client Access Name
Answer: D
Explanation:
References:
QUESTION NO: 66
View the following file excerpt, which configures HTTP session replication:
</session-descriptor >
A.
Weblogic –application.xml
B.
Weblogic.xml
C.
Session.xml
D.
Config.xml
E.
Web.xml
Answer: B
Explanation:
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.
Channel X Bytes Sent is higher.
B.
Channel X Bytes Received is higher.
C.
Channel X Accept Count is higher.
D.
Channel X Connections is higher.
Answer: D
Explanation:
QUESTION NO: 68
Consider a domain with an existing JDBC data source, which connects to an Oracle database.
Your database administrator requests that the JDBC connections to this database now specify a
different username.
Which data source attribute would you modify to implement this requirement?
A.
Properties
B.
Credentials
C.
Username
D.
Login
"Pass Any Exam. Any Time." - www.actualtests.com 44
Oracle 1z0-133 Exam
E.
URL
Answer: A
Explanation:
QUESTION NO: 69
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.
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.
Answer: B,E
Explanation:
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.
A.
The weblogic user does not exist in iplanet.
B.
The Administrators group does not exist in iplanet.
C.
A domain must include the default authentication provider.
D.
Iplanet is not a supported LDAP implementation.
E.
LDAP providers cannot be included in the default security realm.
Answer: A,B
Explanation:
QUESTION NO: 71
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:
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.
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.
Answer: C,F
Explanation:
QUESTION NO: 72
Which two statements are true about multicast communication within a cluster? (Choose two.)
A.
Multicast can be used for cluster heartbeat messages.
B.
Multicast is used to replicate session state between servers.
C.
Multiple cluster can share the same multicast address and port.
D.
You may disable multicast on individual cluster members.
E.
Answer: A,E
Explanation:
QUESTION NO: 73
Which three runtime metrics can you monitor or collect from WebLogic Server applications?
(Choose three.)
A.
Average execution time for a web application URL.
B.
Number or transaction rollbacks for a web service
C.
Maximum HTTP session timeout for a web application
D.
Number of current sessions for an EJB
E.
Numbers of faults /errors for a web service
F.
Number of instances of an EJB
Answer: A,E,F
Explanation:
QUESTION NO: 74
You zipped up the domain’s config directory on the administration server’s machine before making
some major configuration changes. You wait to activate after all the changes have been saved.
After your changes are in, things start failing badly. You want to go back to the old configuration.
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.
Answer: D
Explanation:
QUESTION NO: 75
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?
A.
Launch WLST and run the viewAppRuntimes() command.
B.
Access the Monitoring Dashboard. Click the Application Work Managers view for the managed
server.
C.
Access the Administration Console. Click Monitoring > Work Managers tab for each application.
D.
Access the Administration Console. Click the Deployments page.
E.
Run weblogic.Deployer with the –status parameter.
Answer: C
QUESTION NO: 76
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.
A.
Average execution time
B.
Session timeout
C.
Current session count
D.
High session count
E.
Cookie domain
Answer: B
Explanation:
QUESTION NO: 77
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.
A.
Timeout Seconds
"Pass Any Exam. Any Time." - www.actualtests.com 50
Oracle 1z0-133 Exam
B.
Abandon Timeout Seconds
C.
Before Completion Iteration Limit
D.
Checkpoint Interval Seconds
E.
Unregister Resource Grace Period
Answer: B
Explanation:
QUESTION NO: 78
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.
A.
Configure a separate proxy for each application
B.
Configure a dedicated WebLogic Server for each application
C.
Configure a separate node manager for each application
D.
Configure a separate cluster for each application
Answer: A
Explanation:
QUESTION NO: 79
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
Answer: A
Reference: https://docs.oracle.com/middleware/11119/wls/WLJTA/trbtrx.htm
QUESTION NO: 80
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.
Answer: C,D
Reference: https://docs.oracle.com/cd/E23943_01/web.1111/e13708/overview.htm#START114
QUESTION NO: 81
A.
unpack
B.
Configuration Wizard
C.
Administration Console
D.
WebLogic Scripting Tool (WLST)
E.
appc
F.
pack
Answer: F
Reference: https://docs.oracle.com/cd/E13179_01/common/docs92/pack/tasks.html
QUESTION NO: 82
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.
"Pass Any Exam. Any Time." - www.actualtests.com 53
Oracle 1z0-133 Exam
The channel can be used for stateful session bean replication
E.
The channel cannot use a secure protocol
Answer: B,D
Reference:
https://docs.oracle.com/cd/E50629_01/wls/WLACH/pagehelp/Corecoreclusterclusterconfigreplicati
ontitle.html
QUESTION NO: 83
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.
A server must be assigned a machine
B.
A server must be assigned a listen port
C.
A server’s name cannot be changed after it is created
D.
A server can be associated with a server template
E.
Servers can have duplicate names as long as they have unique ports
F.
A server must be assigned a listen address
Answer: A,B,F
Explanation:
QUESTION NO: 84
You access the Deployments page from the Administration Console. The targets and state of each
"Pass Any Exam. Any Time." - www.actualtests.com 54
Oracle 1z0-133 Exam
application are displayed. One web application named web1 is targeted to server1 and is in the
NEW state.
A.
web1 is available but has never been accessed
B.
server1 is in standby mode
C.
server1 is not running
D.
web1 is in the process of being deployed to server1
Answer: D
Explanation:
QUESTION NO: 85
You are using the administration console to monitor transactions on a managed server. In the
Summary subtab, under the JTA tab, you notice that the total count of transactions does not equal
the sum of the committed transactions and all of the various rolled back transaction categories.
How do you explain this?
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
Answer: A
Reference:
"Pass Any Exam. Any Time." - www.actualtests.com 55
Oracle 1z0-133 Exam
https://docs.oracle.com/cd/E50629_01/wls/WLACH/pagehelp/Corecoreserverservermonitoringjtas
ummarytitle.html
QUESTION NO: 86
Number of servers: 2
To which two port numbers will the resulting two dynamic servers bind? (Choose two.)
A.
8101
B.
8102
C.
8103
D.
8100
E.
8104
Answer: A,D
Explanation:
QUESTION NO: 87
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
A.
Configure asynchronous session replication in the application
B.
Increase session timeout in the application
C.
Configure file-based session persistence in the application
D.
Configure automatic service migration in the application
E.
Configure cookie-based session persistence in the application
Answer: C
Explanation:
QUESTION NO: 88
Which three statements are true about the Change Center in the Administration Console?
(Choose three.)
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 NO: 89
Which three domain requirements can you implement with the Configuration Wizard? (Choose
three.)
A.
Create a Node Manager and enroll it with the domain
B.
Create a domain using a custom template
C.
Assign virtual IP addresses to all servers
D.
Distribute domain files across multiple machines
E.
Create a dynamic cluster of five servers
Answer: A,B,D
Explanation:
QUESTION NO: 90
Identify two advantages of using a Single Client Access Name (SCAN) when configuring a
GridLink data source. (Choose two.)
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
E.
The data source configuration does not need to be updated when new nodes are added to the
RAC cluster
Answer: A,E
Reference:
https://docs.oracle.com/cd/E24329_01/web.1211/e24367/gridlink_datasources.htm#JDBCA379
QUESTION NO: 91
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.
generic data source
B.
multi data source
C.
GridLink data source
D.
parallel data source
Answer: B
Reference: https://docs.oracle.com/cd/E24329_01/web.1211/e24446/jdbc.htm#INTRO324
QUESTION NO: 92
Select two ways to start the Java-based Node Manager on a Linux machine. (Choose two.)
B.
Use the administration console. Select the machine and then click the Start button.
C.
Have Node Manager start at system boot as a daemon
D.
Use the Oracle Process Manager and Notification Server (OPMN) to start Node Manager as a
system process
E.
Set the appropriate environment variables. Then run the Java virtual machine with the class
nodemanager.RunTime, passing the class the proper parameters.
Answer: A,B
Reference: https://docs.oracle.com/middleware/1221/wls/NODEM/java_nodemgr.htm#NODEM173
QUESTION NO: 93
One of your applications sends SQL requests to a back-end database. Today some of these
requests are very slow to complete and users are waiting an unusually long time before getting the
information back. You decided to take a look at a thread dump and found several threads with a
stack similar to:
A.
The maximum capacity of the connection pool was reached due to higher load than usual and you
"Pass Any Exam. Any Time." - www.actualtests.com 60
Oracle 1z0-133 Exam
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
Answer: B
Explanation:
QUESTION NO: 94
View the following file excerpt, which configures HTTP session replication:
<session-descriptor>
<persistent-store-type>replicated</persistent-store-type>
</session-descriptor>
A.
weblogic-application.xml
B.
session.xml
C.
D.
config.xml
E.
weblogic.xml
Answer: E
Reference: https://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/wls/12c/12-
ManageSessions--4478/session.htm#t2
QUESTION NO: 95
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.
A.
This managed server has disabled Managed Server Independence mode
B.
Managed servers always contact their admin server for the latest configuration. When the admin
server is down, a managed server cannot be started.
C.
This managed server must be part of a cluster and the cluster master is also down
D.
This managed server must reside on the same machine as the admin server
E.
The domain must use the embedded LDAP for authentication. Without the admin server, the
managed server cannot get updates to its local LDAP store
Answer: A
Explanation:
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.
A.
under the domain directory in servers/myserver/nodemanager
B.
under the Node Manager home directory in myserver
C.
under the domain directory in servers/myserver/security
D.
under the domain directory in servers/myserver/data/nodemanager
E.
under the Node Manager home directory
Answer: D
Reference:
https://docs.oracle.com/cd/E13222_01/wls/docs100/nodemgr/overview.html#wp1075039
QUESTION NO: 97
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.)
A.
Use the Configuration Wizard to clone the domain
B.
Run the pack tool on the administration server’s machine
C.
Transfer the installation certificate to the administration server’s machine
D.
Transfer the managed server template to the new machine
"Pass Any Exam. Any Time." - www.actualtests.com 63
Oracle 1z0-133 Exam
E.
Use the Administration Console to clone the administration server
F.
Run the unpack tool on the new machine
Answer: B,D,F
Reference: https://docs.oracle.com/middleware/1212/wls/WLDPU/commands.htm#WLDPU139
QUESTION NO: 98
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.
Include the JAR file as an optional package
B.
Deploy the JAR file as an EJB
C.
Deploy the JAR file as a shared library
D.
Place the JAR file in the lib folder of the domain
E.
Deploy the JAR file to the administration server. All managed servers have access to their admin
server
F.
Add the JAR file to the CLASSPATH of the domain servers by editing the domain’s
seyDomainEnv.sh script
G.
Deploy the JAR file as another web application
H.
Deploy the JAR file as a web service.
Answer: B,C,E,H
QUESTION NO: 99
The admin server’s domain files were backed up by using the tar command on Linux. The admin
server crashes and the domain files become corrupted. The domain files are restored from the
backup. You try and start the admin server by using the usual domain start script. The script does
not run. The error is “permission denied”.
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
Answer: A
Explanation:
Which three Administration Console tasks require you to obtain the configuration lock of a
production mode domain? (Choose three.)
A.
Stop an application deployment
B.
Create a new JDBC data source
C.
"Pass Any Exam. Any Time." - www.actualtests.com 65
Oracle 1z0-133 Exam
Change a server’s listen port
D.
Suspend a running server
E.
Add a server to an existing cluster
F.
Create a new administrative user
Answer: D,E,F
Explanation:
What are two benefits of implementing a multitier cluster architecture over a single-tier(basic)
cluster architecture? (Chose two.)
A.
Dynamic clusters are only supported for the multitier architecture
B.
Remote EJB access is blocked
C.
Each cluster can be scaled independently
D.
Future web clusters can share the same EJB tier
E.
All servers can be managed (started/stopped) together
Answer: D,E
Explanation:
A.
State
B.
Active Connections Current Count
C.
Connection Delay Time
D.
Leaked Connection Count
E.
Current Capacity
Answer: D
Reference:
https://docs.oracle.com/middleware/1221/wls/WLACH/pagehelp/JDBCjdbcdatasourcesjdbcdataso
urceconfigdiagnosticstitle.html
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:
A.
The minimum heap size for a 64-bit JVM is 64 Megabytes
B.
For performance reasons, the minimum heap size and maximum heap size should be the same
value
C.
The parameter value was entered incorrectly. The correct value is: “-Xms32m –Xmx150m”
D.
The parameter value was entered incorrectly. You must enter memory parameter values in
Kilobytes
E.
The parameter value was entered incorrectly. The correct value is: “-Xms:32meg – Xmx:150meg”
Answer: C
Reference: https://javarevisited.blogspot.com/2012/12/invalid-initial-and-maximum-heap-size.html
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.)
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.
"Pass Any Exam. Any Time." - www.actualtests.com 68
Oracle 1z0-133 Exam
Set the prefix for the JDBC store table to the domain name
Answer: A,E
Explanation:
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”.
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.
Answer: B
Reference: https://community.oracle.com/thread/958750
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.
Create a single domain with three clusters
"Pass Any Exam. Any Time." - www.actualtests.com 69
Oracle 1z0-133 Exam
B.
Create a single domain with three administration servers
C.
Create a single domain with three managed servers
D.
Create three domains
Answer: C
Reference:
https://docs.oracle.com/cd/E13222_01/wls/docs90/domain_config/understand_domains.html
Consider a domain that includes a Node Manager home directory. One way to enroll each Node
Manager with your domain is with the WLST command nmEnroll().
Select the two scenarios where you do not need to use this command to perform the same task?
(Choose two.)
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
Answer: A,C
Reference: https://docs.oracle.com/middleware/1212/wls/NODEM/java_nodemgr.htm#NODEM229
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
Answer: A,D
Explanation:
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.
Increase the severity level
B.
Redirect standard output to the log
C.
Increase the rotation time
D.
Create and use a custom log filter
E.
Decrease the rotation file size
Answer: B,C,E
"Pass Any Exam. Any Time." - www.actualtests.com 71
Oracle 1z0-133 Exam
Reference:
https://docs.oracle.com/middleware/12213/wls/WLACH/pagehelp/Corecoreserverserverlogginggen
eraltitle.html
You are using the Embedded LDAP that is supplied by Oracle WebLogic Server. Which three
statements are true? (Choose three.)
A.
The Embedded LDAP can be accessed by an external LDAP viewer
B.
The Embedded LDAP cannot be used in a production environment
C.
The Embedded LDAP uses the file system to store WebLogic security provider data
D.
The Embedded LDAP uses the database to store WebLogic security provider data
E.
The Embedded LDAP can be used to store user, group, security roles and security policies for the
WebLogic security providers
Answer: A,B,C
Explanation:
The development group supplied you with the latest WAR file for the company web application. It
has been thoroughly tested and needs to be placed into production. In the production file system,
you copy over the previous WAR file with the new version. You log into the administration console
and redeploy the application. Current uses continue to access the older version of the application,
while new users are taken to the new version. Explain this scenario.
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
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
Answer: B
Explanation:
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?
A.
Define the name in the library’s manifest file
B.
Configure the <module-name> element in web.xml
C.
Run weblogic.Deployer with the –name option
D.
Set a computed name based on the deployment source file
E.
Set the <application-name> element in application.xml
Answer: E
Reference: https://docs.oracle.com/middleware/12213/wls/WBAPP/weblogic_xml.htm#WBAPP600
Which three steps would the application developer typically write code to perform? (Choose three.)
A.
Test the connection to verify the database’s availability
B.
Add a new connection to the data source if none are available
C.
Close the connection to return the connection to the data source
D.
Request a connection from the data source
E.
Look up the data source using the JNDI name
Answer: A,D,E
Explanation:
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
E.
WebLogic Server supports transactional Enterprise Java Beans
Answer: A,C
Explanation:
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
Answer: D,E
Explanation:
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.
Server startup fails
B.
The server binds to localhost
"Pass Any Exam. Any Time." - www.actualtests.com 75
Oracle 1z0-133 Exam
C.
The server prompts for an address when it is started the first time
D.
The server attempts to bind to all network interfaces on the host OS
Answer: B
Reference: https://docs.oracle.com/cd/E13222_01/wls/docs81/adminguide/createdomain.html
You want to configure an LDAP authentication provider in your domain. Which three pieces of
information must you obtain from your LDAP administrator? (Choose three.)
A.
name attribute for user objects
B.
connection pool maximum size
C.
base DN for group objects
D.
realm name
E.
host name and port
Answer: C,D,E
Explanation:
Identify three capabilities of the non-default LDAP authentication providers included in WebLogic
Server. (Choose three.)
A.
"Pass Any Exam. Any Time." - www.actualtests.com 76
Oracle 1z0-133 Exam
adding a user to a group
B.
creating a new group
C.
changing a user’s password
D.
validating a user’s password
E.
creating a new user
F.
identifying the groups for a user
Answer: B,D,E
Explanation:
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?
A.
Messaging Mode
B.
Cluster Address
C.
Broadcast Channel
D.
Replication Channel
E.
Cluster Type
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.
Primary session count
B.
Drop out frequency
C.
Migration basis
D.
Health state
E.
Current heap size
Answer: E
Reference: https://docs.oracle.com/middleware/12212/wcp/admin/GUID-855999B5-F073-436B-
B7A4-B7AD046A0D0A.htm#WCADM348
Which two statements are true about Log Filters? (Choose two.)
A.
You do not have to lock the configuration to create Log Filters
B.
Log Filters are created at the domain level
"Pass Any Exam. Any Time." - www.actualtests.com 78
Oracle 1z0-133 Exam
C.
The administration console assists in the creation of Log Filter expressions
D.
You can apply a Log Filter to the server log, but not to standard out
Answer: B,C
Explanation:
Which two statements are true when an Administration Server is compared to a Managed Server?
(Choose two.)
A.
An Administration Server manages the domain configuration
B.
A domain must have at least one of each type of server
C.
An Administration Server keeps a domain log, but a Managed Server does not
D.
A Managed Server keeps a server log, but an Administration Server does not
E.
Java EE applications are deployed only to a Managed Server
Answer: C,D
Explanation:
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?
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
Answer: B
Explanation:
You monitor a running JDBC data source with the console and note the following values:
Current Capacity = 10
A.
The workload was lower than it is now
B.
The statement cache size is 20
C.
The pool size has increased
D.
The statement cache size is 10
E.
The pool size has decreased
F.
Answer: E,F
Explanation:
The cluster hosts a web application and is accessed using a proxy plug-in. This web application is
configured to use in-memory session replication.
A user is directed to ServerA. An HTTP session is established on ServerA and also replicated to
ServerC, but ServerA subsequently fails. Which server will this user be redirected to?
A.
ServerD
B.
ServerB
C.
none; the user will receive an error message
D.
ServerC
E.
any other available server
Answer: D
Reference: https://docs.oracle.com/cd/E14571_01/web.1111/e13709/failover.htm#CLUST219
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.)
B.
Use machines whose names match an expression
C.
Use a percentage of machines in the domain
D.
Use all machines in a subnet
E.
Use a single machine
Answer: B,D,E
Reference: https://docs.oracle.com/middleware/12213/wls/TASKS/clusters.htm#TASKS257
A domain defines four machines: host01, host02, host11, and host12. It also defines a dynamic
cluster whose Machine Name Match Expression is set to the value “host1*”.
Which of the machines will be used to host servers in this dynamic cluster?
A.
host01 and host11 only
B.
host11 and host12 only
C.
host11 only
D.
all machines
E.
the default machine of the domain
F.
host01 only