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.
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.)
You need to make sure that a JMS Message never expires.
What value should you set for the JMSExpiration header? (Choose the best answer.)
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?
Review the digital certificate below.
Based on what the certificate contains, which statement is true? (Choose the best answer.)
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.)
You are using the administration console to monitor messages in a queue.
Which three tasks can be performed while doing this monitoring? (Choose three.)
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.)
What is the file system location and command for starting the Domain Template Builder? (Choose the best answer.)
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.)
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.)
Your WebLogic Server (WLS) environment consists of multiple domains.
Which is a true statement about WLS domains? (Choose the best answer.)
Which statement is correct regarding JMS Template configuration? (Choose the best answer.)
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.)
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.)
You are deploying an application.
Which two are common processes for all three staging modes? (Choose two.)
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 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.)