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

Easiest Solution 2 Pass Your Certification Exams

1z0-133 Oracle WebLogic Server 12c: Administration I Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Oracle 1z0-133 Oracle WebLogic Server 12c: Administration I certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 2
Total 127 questions

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

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

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.

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

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.

Add -XX:+HeapDumpOnOutOfMemory -XX:HeapDumpPath=D:\hprof-dumps.

E.

Add -XX:+HeapDumpOnOutOfMemoryError -XX:DumpPath=D:\hprof-dumps.

F.

Add -XX:+HeapDumpOnOutOfMemoryException -XX:HeapDumpPath=D:\hprof-dumps.

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.

Use WebLogic Administration Console > ”server2” link.

B.

Use java weblogic.Deployer.

C.

You cannot, because attribute values are not inherited.

D.

Use WLST.

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.

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?

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.

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

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 fail 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

An application fails. The exception indicates that the JDBC data source cannot be found.

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.

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:

Server failed to bind to any usable port.

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.

Which two statements are true? (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.

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

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

What does this mean?

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.

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

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

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.

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.

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.

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.

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

Page: 1 / 2
Total 127 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved