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.
You are asked to configure Node Manager for your production environment. You are considering whether to use the Java version or the script-based version of Node Manager.
Which statement correctly describes the difference between the two versions?
Your development team is considering several different types of new applications. You have been asked to advise them concerning which types can be deployed in WebLogic Server leveraging the Production Redeployment feature.
Which application deployment type is NOT supported for Production Redeployment? (Choose the best answer.)
Review the following WLST commands.
What happens when these commands are executed? (Choose the best answer.)
The administration server is a major component of a WebLogic domain. I need to make available a standby administration server in case the main administration server in the domain crashes.
Which utility will help me in doing this? (Choose the best answer.)
You are reviewing the scheduled maintenance of your domain after adding a new cluster.
Which statement is true when configuring a migratable target within a WebLogic Server cluster? (Choose the best answer.)
You are using the Domain Template Builder to create a new template using an existing domain as the source.
Which two directories are included by default? (Choose two.)
My domain consists of an administration server and two managed servers. During runtime, my administration server has crashed and I wish to start the managed servers in MSI mode.
Which two files need to be copied from the admin server to the managed servers when starting them in this mode? (Choose two.)
You have a versioned application deployed in your production environment. You have been asked to troubleshoot why the most recent production redeployment appeared to allow the older version to retire too quickly.
In this case, the application had active RMI clients, but their subsequent calls were directed to the newer version immediately rather than waiting for the expected five minutes defined by the retirement timeout argument. The script command was:
java weblogic.Deployer –adminurl http://localhost:7001 –user weblogic
-password Welcome1 –redeploy –name myDeployment
-source /myDeployments/myApplication/appX
-retiretimeout 300
You expected the older version to remain active (when there are active RMI clients) for five minutes after executing the production redeployment.
Which modification should have been made to this command to ensure the older version remains active? (Choose the best answer.)
You are planning to use WebLogic JMS for implementing my enterprise messaging architecture. Which messaging paradigm is invalid in this context? (Choose the best answer.)
What is the file extension for a domain extension template? (Choose the best answer.)
Your WebLogic domain is experiencing a problem. You want to use the WebLogic Diagnostic Framework (WLDF) to diagnose the problem. You have a support case open with Oracle Support, and they have requested a diagnostic image of your server that is experiencing the problem.
The problem is not predictable or reproducible on-demand, but you noticed that the number of requests waiting to execute increases dramatically when the problem does occur. The problem also seems to occur at any time of the day or night.
How would you approach reliably capturing a diagnostic image that contains data that is relevant to the problem that is occurring?
You intend to introduce ordering in message processing for your JMS destination by creating a destination key.
Which statement is true about the JMS Destination Key configuration? (Choose the best answer.)
Review the image below. It depicts the architecture for the WebLogic Server auditing.
Where in the architecture does WebLogic apply audit configuration parameters that determine if an audit message is logged? (Choose the best answer.)
You are concerned with messages being received systematically. You designed Message-Driven beans (MDB) to guarantee the most reliable way to consume messages.
In which three scenarios would JMS always redeliver a message? (Choose three.)
Examine the illustration:
Which best describes the above illustration?
A Web Module needs specific tuning. The Development team fine tunes the module in the deployment descriptor (weblogic.xml) as follows:
Which two are true? (Choose two.)
My JMS Server uses a persistent file store. I need to ensure that the size of the persistent store does not exceed 1GB.
Which option can I use to configure this? (Choose the best answer.)
Your clients are connected to distributed destinations to consume messages sent to various JMS topics.
Recently, JMS connections got interrupted due to a network failure and your clients dropped their connections as well.
How would you ensure seamless failover for your clients when a distributed destination fails? (Choose the best answer.)
What is true about an extension template? (Choose the best answer.)
You are implementing leasing functionality within your environment to ensure exclusive ownership of a cluster-wide entity.
Which type of leasing requires that Node Manager is configured and running? (Choose the best answer.)