Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Oracle > Oracle Certifications > 1Z0-134 > 1Z0-134 Online Practice Questions and Answers

1Z0-134 Online Practice Questions and Answers

Questions 4

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.

Buy Now

Correct Answer: A

You can use a single Oracle WebLogic Server installation to create and run multiple domains, or you can use multiple installations to run a single domain.

Incorrect Answers:

B: Domains include a special WebLogic Server instance called the Administration Server, which is the central point from which you configure and manage all resources in the domain. Usually, you configure a domain to include additional WebLogic Server instances called Managed Servers.

C: A single WLS installation can have multiple domains.

D: By specifying multiple domains in the nodemanager.domains file, you can configure a single, machine-scoped Node Manager process which manages server instances belonging to multiple WebLogic domains.

E: Each domain requires its own Administration Server for performing management activities.

Reference: https://docs.oracle.com/cd/E12839_01/web.1111/e13716/ understand_domains.htm#DOMCF116

Questions 5

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. /Servers/server04/Log/server04

B. /server04/log/rotation

C. /Cluster01/server04/log

D. /Machine02/server04/log

E. /Logs/server04

F. /TestDomain/server04/log

G. /server04/log

Buy Now

Correct Answer: A

Questions 6

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.)

A. bin directory

B. lib directory

C. servers directory

D. common directory

E. logs directory

F. replication directory

Buy Now

Correct Answer: AB

If you selected a domain as the source for your new template, then the bin and lib directories are included by default:

Reference: http://docs.oracle.com/cd/E21764_01/web.1111/e14139/tempbuild.htm#WLDTB114

Questions 7

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

Buy Now

Correct Answer: D

The –remote argument indicates that weblogic.Deployer is not running on the same machine as the

Administration Server, and that source paths specified in the command are valid for the Administration

Server machine itself. If you do not use the -remote option, weblogic.Deployer assumes that all source

paths are valid paths on the local machine.

Incorrect Answers:

weblogic.Deployer does not have arguments named rmigraceperiod, -keepsessions, or –timeout.

Reference: https://docs.oracle.com/cd/E13222_01/wls/docs90/deployment/wldeployer.html

Questions 8

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.

Buy Now

Correct Answer: BC

In a given domain, you can create multiple diagnostic system modules with distinct configurations. You can target multiple diagnostic system modules to any given server or cluster.

Note: To configure and use the Instrumentation, Harvester, and Watch and Notification components at the server level, you must first create a system resource called a diagnostic system module, which will contain the configurations for all those components. The configuration of diagnostic system module is defined in a resource descriptor. A resource descriptor can be either configured or external.

Reference: https://docs.oracle.com/middleware/1213/wls/WLDFC/ understand_wldf_config.htm#WLDFC139

Questions 9

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

Buy Now

Correct Answer: ABC

setOption sets options related to a domain creation or update.

Syntax: setOption(optionName, optionValue)

Option names include:

*

JavaHome--Home directory for the JVM to be used when starting the server. The default for this option depends on the platform on which you install WebLogic Server. Update JavaHome to point to the jre directory for the JDK that you are using for WebLogic Server.

*

DomainName--Name of the domain.

*

ServerStartMode--Mode to use when starting the server for the newly created domain. This value can be dev (development) or prod (production). This option defaults to dev.

Reference: https://docs.oracle.com/cd/E13222_01/wls/docs100/config_scripting/ reference.html#wp1258774

Questions 10

You are designing an application that uses JMS transactions to coordinate a group of messages for production and consumption, treating messages sent or received as an atomic unit.

What are two ways you can use transactions in JMS? (Choose two.)

A. You create a JMS-transacted session if you are using only JMS in your transactions.

B. You set various levels of control over message acknowledgement.

C. Use message-driven beans if consumers are nondurable.

D. Use a JTA user-transactions in a non-transacted JMS session.

Buy Now

Correct Answer: AD

Reference: https://docs.oracle.com/middleware/1212/wls/JMSPG/trans.htm#JMSPG453

Questions 11

I am sending a set of ten JMS messages. I want all of these messages to be sent successfully or none at all.

Which JMS Session feature is most suitable for implementing such a scenario? (Choose the best answer.)

A. Transacted Session

B. Unit of Order

C. Store and Forward

D. Persistent Session

E. Server affinity

Buy Now

Correct Answer: A

Reference: https://docs.oracle.com/cd/E13222_01/wls/docs103/jms/fund.html

Questions 12

What is the first action to take during a Rolling Update? (Choose the best answer.)

A. Change the Startup Mode to Development; Production Mode is not supported.

B. Remove all managed servers from any cluster and reassign them after the update.

C. Do a Force Shutdown of all the servers, including the Administration Server.

D. Back up your applications, database schema, other application data, and domains.

E. Stop all Node Managers that support the domain to be updated.

Buy Now

Correct Answer: D

Reference: https://docs.oracle.com/cd/E15523_01/web.1111/e13754/rolling_upgrade.htm#WLUPG255

Questions 13

Examine the illustration: Which best describes the above illustration?

A. depicts an Active GridLink Data Source between WebLogic Server and an Oracle Database service that includes two RAC nodes

B. depicts a FAN-disabled Data Source between WebLogic Server and an Oracle Database service that includes two RAC nodes

C. depicts a Multi Data Source between WebLogic Server and an Oracle Database service that includes two RAC nodes

D. depicts a Data Source using SCAN between WebLogic Server and an Oracle Database service that includes two RAC nodes

Buy Now

Correct Answer: C

Exam Code: 1Z0-134
Exam Name: Oracle WebLogic Server 12c: Advanced Administrator II
Last Update: May 25, 2026
Questions: 125

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2026 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.