Walking into the 1z1-134 exam unprepared for its pace is a risk you do not need to take. The Getcertkey test engines recreate the pressure of the Oracle WebLogic Server 12c: Advanced Administrator II testing environment, so when exam day arrives in 2026, it feels like just another practice session.
Oracle 1z1-134 Exam Overview:
| Certification Vendor: | Oracle |
|---|---|
| Exam Name: | Oracle WebLogic Server 12c: Advanced Administrator II |
| Exam Number: | 1Z0-134 |
| Available Languages: | English |
| Real Exam Qty: | 77 |
| Certificate Validity Period: | Oracle certifications generally do not expire for the certification version earned |
| Related Certifications: | Oracle WebLogic Server 12c Administrator Certified Professional Oracle WebLogic Server 12c Administrator Certified Associate |
| Exam Price: | USD 245 |
| Exam Format: | Multiple Choice |
| Exam Duration: | 120 minutes |
| Passing Score: | 65% |
| Sample Questions: | ![]() |
| Exam Way: | Pearson VUE testing center or Oracle-authorized online proctored exam |
| Pre Condition: | Oracle recommends prior knowledge of Oracle WebLogic Server 12c administration and completion of Administration I level objectives. Associate-level WebLogic certification is recommended. |
| Official Syllabus URL: | https://education.oracle.com/oracle-weblogic-server-12c-advanced-administrator-ii/pexam_1Z0-134 |
Oracle 1z1-134 Exam Syllabus Topics:
| Section | Objectives |
|---|---|
| WebLogic Scripting Tool | - Automation and Management
|
| Security Administration | - Advanced Security
|
| Node Manager Administration | - Node Manager Configuration
|
| Configuring and Managing Clusters | - Cluster Architecture
|
| Performance Tuning and Diagnostics | - Monitoring and Optimization
|
| JMS Administration | - Messaging Services
|
| Advanced Deployment Management | - Application Deployment
|
| Domain Lifecycle Management | - Domain Operations
|
| Server Migration and High Availability | - Migration Services
|
Common Questions About the Oracle 1z1-134 Exam
What is the Oracle WebLogic Server 12c: Advanced Administrator II exam all about?
The 1z1-134 exam is the official Oracle exam behind the WebLogic Server certification, validating the skills measured by the Oracle WebLogic Server 12c: Advanced Administrator II credential. It sits at the Professional level of the Oracle certification program. It also connects to Oracle WebLogic Server 12c Administrator Certified Associate, Oracle WebLogic Server 12c Administrator Certified Professional, so the knowledge you build here carries over to those tracks as well.
How many questions are on the 1z1-134 exam, and how much time do I get?
The 1z1-134 exam contains 77 questions to be completed within 120 minutes. Before exam day, divide the available time by the question count to work out a comfortable per-question pace, and mark any item that eats into it so you can return later instead of getting stuck. Timed sessions in the Getcertkey test engines make that pacing automatic — run at least two full-length mock exams under the clock so time pressure never becomes the reason you drop points.
What score do I need to pass the 1z1-134 exam, and what does it cost?
The passing score for the 1z1-134 exam is 65%, and the official registration fee is USD 245. Retakes are not discounted — every new attempt means paying the full fee again — so it pays to measure yourself before you book. Work through the 127 practice questions on Getcertkey, sit a timed practice test, and schedule your exam only when your scores are consistently comfortable. That simple habit is the cheapest exam strategy there is.
Are there any prerequisites for the 1z1-134 exam?
Oracle recommends prior knowledge of Oracle WebLogic Server 12c administration and completion of Administration I level objectives. Associate-level WebLogic certification is recommended. Requirements can change when Oracle revises its certification program, so confirm the current eligibility rules on the official exam page before you register.
Can I try the 1z1-134 practice questions before I buy?
Yes. Getcertkey provides a free 1z1-134 PDF demo so you can review the question style and answer quality before purchasing. Every purchase also includes 365 days of free updates — if Oracle revises the exam during that period, the updated material reaches you at no cost. Once the free-update year ends, you can extend your update service at a 50% discount.
What if I fail the 1z1-134 exam, and how is my order delivered?
Every Oracle WebLogic Server 12c: Advanced Administrator II purchase on Getcertkey is covered by a 100% money-back guarantee with clear conditions: if you take the corresponding exam within 60 days of your purchase and do not pass, you can claim a full refund by submitting a scanned copy of your exam enrollment slip and your official score report as a PDF within two days of the exam date; claims are processed within seven days of submission. The guarantee does not apply to exams taken within three days of purchase, to material that was downloaded but never used in an exam attempt, or to free products and expired orders, and the candidate name must match the payer name. If you would rather not take a refund, you can instead exchange your purchase for two free exam preparation products of equal value and keep the update service on your original product.
Delivery is instant: your download is sent to your email within one minute of payment, with no limit on how many computers you may install the material on. If nothing arrives within two hours, check your spam folder and contact customer service for help.
What topics are covered in the 1z1-134 exam?
The Oracle WebLogic Server 12c: Advanced Administrator II exam blueprint is organized into 9 domains. The first three are:
- Performance Tuning and Diagnostics
- Node Manager Administration
- JMS Administration
For the complete domain-by-domain breakdown, scroll up to the full exam topics outline above and use it to plan how you distribute your study time.
Oracle WebLogic Server 12c: Advanced Administrator II Sample Questions:
Question #1
Your architecture requires that you create 100 JMS Queues with similar, though not necessarily identical, configuration settings.
Which entity will help you carry out the task efficiently? (Choose the best answer.)
A. JMS Template
B. JMS Destination Key
C. JMS Distributed Destination
D. JMS Foreign Server
Question #2
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. 1000
B. 999
C. 0
D. 1
Question #3
What does the WLST command pwd() do?
A. Displays the location in the file system where the current WLST session was launched.
B. Prints the name of the current server.
C. Initiates an operation to change the current WLST user's password.
D. Prints the name of the current domain.
E. Displays the current location in the configuration or runtime bean hierarchy.
Question #4
Under a normal startup scenario, a managed server contacts the administration server to get its configuration information.
However in case the administration server is not available, which mechanism can be used by the managed server to start up successfully? (Choose the best answer.)
A. MSI Mode
B. Silent Mode
C. Isolated Mode
D. Cluster Mode
Question #5
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.)
A. java
weblogic.Deployer -adminurl http://localhost:7001 -user weblogic-password Welcome1 -redeploy
-name myDeployment-source /myDeployments/myApplication/appX-retiretimeout 300 -timeout 300
B. java
weblogic.Deployer -adminurl http://localhost:7001 -user weblogic-password Welcome1 -redeploy
-name myDeployment-source /myDeployments/myApplication/appX-retiretimeout 300 -remote
C. java
weblogic.Deployer -adminurl http://localhost:7001 -user weblogic-password Welcome1 -redeploy
-name myDeployment-source /myDeployments/myApplication/appX-retiretimeout 300 -keepsessions
D. java
weblogic.Deployer -adminurl http://localhost:7001 -user weblogic-password Welcome1 -redeploy
-name myDeployment-source /myDeployments/myApplication/appX-retiretimeout 300
-rmigraceperiod 300
Solutions:
| Question #1 Answer: A | Question #2 Answer: C | Question #3 Answer: E | Question #4 Answer: A | Question #5 Answer: B |


PDF Version Demo
1117 Customer Reviews




Quality and ValueGetCertKey Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.
Tested and ApprovedWe are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.
Easy to PassIf you prepare for the exams using our GetCertKey testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.
Try Before BuyGetCertKey offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.