Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: geek65

1z0-133 Oracle WebLogic Server 12c: Administration I Questions and Answers

Questions 4

Which three statements are true about the administration console? (Choose three.)

Options:

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.

Buy Now
Questions 5

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.

Options:

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

Buy Now
Questions 6

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

Options:

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.

Buy Now
Questions 7

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?

Options:

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.

Buy Now
Questions 8

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?

Options:

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.

Buy Now
Questions 9

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

< session-descriptor >

< persistent-store-type > replicated

From which file is this excerpt taken?

Options:

A.

Weblogic –application.xml

B.

Weblogic.xml

C.

Session.xml

D.

Config.xml

E.

Web.xml

Buy Now
Questions 10

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

Options:

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

E.

Use the Administration Console to clone the administration server

F.

Run the unpack tool on the new machine

Buy Now
Questions 11

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.

Buy Now
Questions 12

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?

Options:

A.

Messaging Mode

B.

Cluster Address

C.

Broadcast Channel

D.

Replication Channel

E.

Cluster Type

Buy Now
Questions 13

Your domain’s security realm has two authentication provides: ldap1 and ldap2.

Consider these requirements:

• If authentication succeeds with ldap1, then skip ldap2.

• If authentication fails with ldap1, then authentication must succeed with ldap2.

Which control flag should you use for ldap1?

Options:

A.

Required

B.

Requisite

C.

Sufficient

D.

Optional

Buy Now
Questions 14

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?

Options:

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”

Buy Now
Questions 15

Which three statements about patching WebLogic Server (WLS) by using OPatch are true? (Choose three.)

Options:

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.

Buy Now
Questions 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.

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

Buy Now
Questions 17

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

Options:

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.

Buy Now
Questions 18

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?

Options:

A.

Server startup fails

B.

The server binds to localhost

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

Buy Now
Questions 19

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

Options:

A.

Uniform Distribution Request Class

B.

Response Time Request Class

C.

Max Throughput Request Class

D.

Fair Share Request Class

E.

Context Request Class

Buy Now
Exam Code: 1z0-133
Exam Name: Oracle WebLogic Server 12c: Administration I
Last Update: Jun 15, 2025
Questions: 127
1z0-133 pdf

1z0-133 PDF

$29.75  $84.99
1z0-133 Engine

1z0-133 Testing Engine

$35  $99.99
1z0-133 PDF + Engine

1z0-133 PDF + Testing Engine

$47.25  $134.99