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

Easiest Solution 2 Pass Your Certification Exams

1z0-134 Oracle WebLogic Server 12c: Advanced Administrator II Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Oracle 1z0-134 Oracle WebLogic Server 12c: Advanced Administrator II 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: 2 / 2
Total 125 questions

My JMS file store size has grown very large and is using up a significant chunk of the disk. I need to reduce the file size during the maintenance window without impacting any relevant information.

Which utility enables me to do this? (Choose the best answer.)

A.

weblogic.store.Compacter

B.

weblogic.store.Admin

C.

weblogic.store.Reducer

D.

weblogic.file.FileUtil

You need to make sure that a JMS Message never expires.

What value should you set for the JMSExpiration header? (Choose the best answer.)

A.

0

B.

999

C.

1000

D.

1

You successfully configured a new dynamic cluster but haven’t launched any of the dynamic servers. You want to change the configuration for one specific server.

Which parameter can you modify for that server before starting up the dynamic clustered servers for the first time?

A.

listen port number of individual dynamic servers

B.

machine name that hosts a dynamic server

C.

dynamic server name

D.

replication groups

E.

No parameters can be modified.

Review the digital certificate below.

Based on what the certificate contains, which statement is true? (Choose the best answer.)

A.

It is a self-signed digital certificate with no certification chain.

B.

It is an authentic digital certificate with a valid certification chain.

C.

It is a digital certificate for a private key with a valid certification chain.

D.

It is an authentic root CA certificate with a valid certification chain.

Your application includes a message driven bean (MDB) that is listening to messages on a JMS Queue. You need to ensure that every message is processed exactly once by the MDB.

Which configuration allows you to achieve this requirement? (Choose the best answer.)

A.

Add an exception handler for the onMessage method in the MDB.

B.

Set the Redelivery Limit for the Queue to zero.

C.

Use container-managed transactions, so that messages are redelivered if unacknowledged.

D.

Set the MDB instance count to 1 in the deployment descriptor.

You are using the administration console to monitor messages in a queue.

Which three tasks can be performed while doing this monitoring? (Choose three.)

A.

Create a new message in the queue.

B.

Duplicate a message.

C.

Monitor the content of a message.

D.

Delete the message from the queue.

E.

Merge two messages.

F.

Alter the ordering of the messages.

Your application has an auditing requirement that says that all audit events that have a severity of FAILURE must be logged and a notification must be sent to the application’s monitoring tier. The monitoring tier is implemented as a stateless session bean that provides an entry point called auditlog. The development team has provided you with the code that calls the monitoring tier.

How can you meet this requirement using WebLogic Server auditing? (Choose the best answer.)

A.

Configure the default audit provider and configure the custom audit provider that calls the monitoring tier.

B.

Configure the default audit provider to call the custom audit provider, that calls the monitoring tier.

C.

Remove the default audit provider and configure the custom audit provider that calls the monitoring tier.

D.

Configure the default audit provider and configure it to use the plug-in class that calls the monitoring tier.

is the Oracle home directory that you specified when installing WebLogic Server.

What is the file system location and command for starting the Domain Template Builder? (Choose the best answer.)

A.

\oracle_common\common\bin and config_builder.sh

B.

\oracle_common\common\bin and temp_builder.sh

C.

\oracle_common\bin and config_builder.sh

D.

\oracle_common\bin and temp_builder.sh

You have been tasked with deploying and targeting a new application to every server in a WebLogic cluster.

Some servers are running on machines that have access to a common shared file system, while other servers do not have that same access.

Currently, the default deployment staging mode for all servers in the cluster is set to STAGE – however, you wish to avoid having the AdminServer automatically copy the application to the servers (in that cluster) with shared file system access.

Which two approaches would satisfy the above requirement? (Choose two.)

A.

Change the default deployment staging mode for all servers to EXTERNAL_STAGE, and then copy the application to all servers.

B.

Change the default deployment staging mode for the servers with access to the shared file system to NO_STAGE, then copy the application to the shared file system.

C.

Change the staging mode of the application to EXTERNAL_STAGE when you are deploying it to the cluster.

D.

Leave the default deployment staging mode for all servers as STAGE, but copy the application to the shared file system prior to deployment.

I want to configure automatic migration of pinned services from an unhealthy server to another target in the cluster. I wish to configure consensus leasing for this purpose.

Which two statements are true in this scenario? (Choose two.)

A.

Set the cluster “Migration Basis” policy to Consensus.

B.

Migratable server should be associated with a node manager.

C.

Set the server “Migration Basis” policy to Consensus.

D.

A high availability database must be configured to manage consensus leasing information.

Your WebLogic Server (WLS) environment consists of multiple domains.

Which is a true statement about WLS domains? (Choose the best answer.)

A.

Multiple domains can use the same or separate WLS installation while running on the same machine.

B.

Domains require a minimum of one managed server.

C.

Multiple domains require separate WLS installations while running on the same machine.

D.

Multiple domains require individual Node Managers while running on the same machine.

E.

Multiple domains can share the same administration server.

Which statement is correct regarding JMS Template configuration? (Choose the best answer.)

A.

Message Priority defined for the Template configuration overrides that specified by the producer.

B.

Message Expiration Policy cannot be set on the template and needs to be configured for actual destinations that reference the template.

C.

JMS Template configuration must include the quota associated with the template.

D.

JMS Template configuration must include the message sort order associated with the template.

Examine the domain diagram:

What is the correct path within the configuration hierarchy to the MBean that contains the log rotation parameters for server04? (Choose the best answer.)

A.

B. /server04/log/rotation

B.

C. /Cluster01/server04/log

C.

/Machine02/server04/log

D.

E. /Logs/server04

E.

/TestDomain/server04/log

F.

/server04/log

You are managing a WebLogic domain that has the default built-in diagnostic module configured for each server in the domain.

You have the following requirements:

    You want to capture metrics that are not collected by any of the built-in diagnostic modules.

    You want to continue capturing the metrics that are already captured by the existing built-in module.

    You want your configuration to persist after the server is restarted.

What are two approaches you can apply to achieve this result? (Choose two.)

A.

Clone the built-in module, add now metrics to it, deactivate the existing module, and activate your new module.

B.

Leave the built-in module, create a new module and add metrics to it, and activate your new module alongside the built-in module.

C.

Leave the built-in module, create an external resource descriptor module and add metrics to it, and activate your new module alongside the built-in module.

D.

Remove the built-in module, create an external resource descriptor module and add built-in and new metrics to it, and activate your new module alongside the built-in module.

You are deploying an application.

Which two are common processes for all three staging modes? (Choose two.)

A.

The target server receives the deployment command, performs its internal preparation of the deployment, and performs the actual deployment.

B.

The administration server executes the deployment process on all targeted servers.

C.

The administration server copies all the files to each of the targeted servers.

D.

The administration server copies all the files to the appdeploy directory for the targeted servers.

E.

The administration server executes the unarchive process in each of the targeted servers.

You are tasked with doing a rolling upgrade of a production domain that will minimize service interruptions.

Which is a characteristic of a rolling update? (Choose the best answer.)

A.

All the managed servers and node managers need to be shut down.

B.

Configuration changes can be made during the rolling update process.

C.

An automated backup is part of the rolling update process.

D.

The machine hosting the Administration Server must be upgraded first.

E.

A major upgrade, for example 11g to 12c, can be accomplished with a rolling update.

A client application asynchronously receives the message sent to a JMS Queue. The client is going to send a response to the sender.

Which two JMS Header fields from the original message are used to send the response? (Choose two.)

A.

JMSResponseMode

B.

JMSTimeStamp

C.

JMSDeliveryMode

D.

JMSCorrelationID

E.

JMSReplyTo

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