Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Oracle 1z0-133 Oracle WebLogic Server 12c: Administration I Exam Practice Test

Demo: 19 questions
Total 127 questions

Oracle WebLogic Server 12c: Administration I Questions and Answers

Question 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?

Options:

A.

Messaging Bridge

B.

IDL Mapper

C.

jCOM

D.

XMLRegistry

E.

COM2Java

Question 2

You are troubleshooting Java Transaction API (JTA) transactions.

The WebLogic Server extension to JTA provides which optional transaction attribute to make troubleshooting easier?

Options:

A.

a name

B.

an ID

C.

the status of “marked for rollback”

D.

a status

Question 3

Which three statements are true about the default behavior of WebLogic Server proxy plug-ins? (Choose three.)

Options:

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 4

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?

Options:

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 5

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.)

Options:

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

Question 6

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.)

Options:

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

Question 7

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.)

Options:

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.

Question 8

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.

Options:

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

Question 9

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.)

Options:

A.

8101

B.

8102

C.

8103

D.

8100

E.

8104

Question 10

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.)

Options:

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 11

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?

Options:

A.

managed1 host and port

B.

Administration Server host and port

C.

managed1 host and Administration port

D.

Administration Server host and Administration port

Question 12

View the following file excerpt, which configures HTTP session replication:

replicated

From which file is this excerpt taken?

Options:

A.

weblogic-application.xml

B.

session.xml

C.

web.xml

D.

config.xml

E.

weblogic.xml

Question 13

You are using the Administration Console to monitor a resource.

Which three techniques can you use to customize the monitoring output? (Choose three.)

Options:

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.

Question 14

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.

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Question 15

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?

Options:

A.

Properties

B.

Credentials

C.

Username

D.

Login

E.

URL

Question 16

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.)

Options:

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.

Question 17

Before you view JVM performance information in the administration console, you want to request that the JVM do a garbage collection.

How can you do this in the admin console?

Options:

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 18

You want to configure WebLogic Server transactions to be recoverable when a nonclustered managed server crashes, even if that crash is caused by an unrecoverable hardware failure. You want to run the managed server on different hardware, and have it recover the transactions that were in-progress at the time of the crash.

You also want to use the default store for transaction logs.

Which statement is true?

Options:

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 19

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.)

Options:

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

Demo: 19 questions
Total 127 questions