Exam Details

  • Exam Code
    :1Z0-134
  • Exam Name
    :Oracle WebLogic Server 12c: Advanced Administrator II
  • Certification
    :Oracle Certifications
  • Vendor
    :Oracle
  • Total Questions
    :125 Q&As
  • Last Updated
    :Mar 30, 2025

Oracle Oracle Certifications 1Z0-134 Questions & Answers

  • Question 51:

    You are creating a new domain with WLST.

    Identify three parameters that can be customized with the setOption command. (Choose three.)

    A. the JDK that will be used to start the domain

    B. the domain name

    C. whether or not the domain will run in production mode

    D. the default persistent store type for the domain

    E. whether or not to automatically start the Node Manager

    F. the default diagnostic profile for the domain

  • Question 52:

    Which two objects can be considered potential clients of a Node Manager? (Choose two.)

    A. an administration server

    B. a WLST session

    C. an HTTP server

    D. any other Node Manager

    E. a remote JMS client

    F. the weblogic.Deployer utility

  • Question 53:

    In order to leverage replication and high availability features of your back-end database, among other benefits, you are configuring a JDBC TLOG store to persist transaction logs.

    Since something went wrong during the setup of the TLOG, you are reviewing the configuration considerations for TLOG.

    Which two guidelines are true for configuring JDBC TLOG stores? (Choose two.)

    A. Only one JDBC TLOG store can be configured per WebLogic Server.

    B. JDBC TLOG stores should only be configured for RAC databases.

    C. Only globally-scoped (not application-scoped) data sources can be targeted to a JDBC TLOG store.

    D. Multiple WebLogic Servers can share the same JDBC TLOG store.

  • Question 54:

    Examine the domain diagram: You are asked to write a WLST script that will print the current available heap size for server04.

    Assuming: all servers are running you have just started an offline, interactive WLST session a domain-scoped node manager is running on each machine, listening o port :5556 the username/password "weblogic/Welcome1" maps to a valid domain administrator and Node Manager client

    Which two code options will accomplish this task? (Choose two.)

    A. connect(`weblogic',`Welcome1',`host00.acme.com:7001') domainRuntime() x = getMBean(`/ServerRuntimes/server04/JVMRuntime/server04') print x.getHeapFreeCurrent()

    B. connect(`weblogic',`Welcome1',`host02.acme.com:7201') serverRuntime() x = getMBean(`/JVMRuntime/server04') print x.getHeapFreeCurrent()

    C. connect(`weblogic',`Welcome1',`host00.acme.com:7001') serverRuntime() x = getMBean(`/JVMRuntime/server04') print x.getHeapFreeCurrent()

    D. nmConnect(`weblogic',`Welcome1',`host02.acme.com:5556') serverRuntimes() x=getMBean(`/server04/JVMRuntime/server04') print x.getHeapFreeCurrent()

    E. nmConnect(`weblogic',`Welcome1',`host00.acme.com:5556') domainRuntime() x=getMBean(`/ServerRuntimes/server04/JVMRuntime/server04') print x.getHeapFreeCurrent()

  • Question 55:

    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.

  • Question 56:

    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 –rmigraceperiod 300

    B. java weblogic.Deployer –adminurl http://localhost:7001 –user weblogic -password Welcome1 –redeploy –name myDeployment -source /myDeployments/myApplication/appX -retiretimeout 300 -keepsessions

    C. java weblogic.Deployer –adminurl http://localhost:7001 –user weblogic -password Welcome1 –redeploy –name myDeployment -source /myDeployments/myApplication/appX -retiretimeout 300 –timeout 300

    D. java weblogic.Deployer –adminurl http://localhost:7001 –user weblogic -password Welcome1 –redeploy –name myDeployment -source /myDeployments/myApplication/appX -retiretimeout 300 –remote

  • Question 57:

    Which three types of information can an Extension Template contain? (Choose three.)

    A. JMS

    B. JDBC

    C. sample applications

    D. servers

    E. clusters

    F. machines

    G. administration username and password

  • Question 58:

    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. Silent Mode

    B. Isolated Mode

    C. MSI Mode

    D. Cluster Mode

  • Question 59:

    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

  • Question 60:

    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.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-134 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.