0% found this document useful (0 votes)
95 views10 pages

Oracle 1z0 134

Uploaded by

ankurchirania
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
95 views10 pages

Oracle 1z0 134

Uploaded by

ankurchirania
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Oracle

1z0-134

Oracle WebLogic Server 12c:


Advanced Administrator II
Version: Demo

[ Total Questions: 10]

Web: www.dumpsmate.com

Email: [email protected]
IMPORTANT NOTICE
Feedback
We have developed quality product and state-of-art service to ensure our customers interest. If you have any
suggestions, please feel free to contact us at [email protected]

Support
If you have any questions about our product, please provide the following items:

exam code
screenshot of the question
login id/email

please contact us at [email protected] and our technical experts will provide support within 24 hours.

Copyright
The product of each order has its own encryption code, so you should use it independently. Any unauthorized
changes will inflict legal punishment. We reserve the right of final explanation for this statement.
Verified Questions and Answers Oracle - 1z0-134

Question #:1

Review the following WLST commands.

What happens when these commands are executed? (Choose the best answer.)

A. A diagnostic module named mymodule is created in the domain configuration file and it is enabled on
cluster1.

B. A JMS module named mymodule is created without changing the domain configuration file and it is
enabled on cluster1.

C. A diagnostic module named mymodule is created without changing the domain configuration file and it
is enabled on cluster1.

D. A JMS module named mymodule is created in the domain configuration file and it is enabled on
cluster1.

Answer: C

Question #:2

Which statement is correct regarding JMS Template configuration? (Choose the best answer.)

A. Message Priority defined for the Template configuration overrides that specified by the producer.

B. Message Expiration Policy cannot be set on the template and needs to be configured for actual
destinations that reference the template.

C. JMS Template configuration must include the quota associated with the template.

D. JMS Template configuration must include the message sort order associated with the template.

Answer: A

Question #:3

Which two statements correctly describe the WLST nmGenBootStartupProps command? (Choose two.)

A. The target root directory must be on the same machine on which Node Manager is running.

B. The target root directory must be on the same machine on which the Administration Server is running.

Updated Dumps | Pass 100% 1 of 7


Verified Questions and Answers Oracle - 1z0-134

C. The name of a server must be supplied to the nmGenBootStartupProps command; otherwise, the
command will fail.

D. If you do not specify a server name using the servername argument, the argument defaults to myServer,
which must match a server name in the domain or the command will fail.

E. The nmGenBootStartupProps command generates the Node Manager properties files, boot.properties
and startup.properties, for the specified server.

Answer: C E

Question #:4

As the WebLogic domain administrator, you have been asked to create a new cluster and to establish load
balancing of JMS destinations across multiple servers for this cluster.

Which three configuration options will ensure load balancing of distributed destinations? (Choose three.)

A. configuring a JMS server and targeting a WebLogic cluster

B. configuring multiple JMS servers and targeting them to a WebLogic cluster

C. configuring multiple JMS servers and targeting them to the configured WebLogic Servers

D. configuring multiple JMS servers and targeting them to a set of migratable targets

E. configuring a JMS server and targeting it to a set of migratable targets

Answer: B D E

Question #:5

You are required to configure a Coherence cluster for a WebLogic domain. Review the image below for the
architecture of the WebLogic domain.

Updated Dumps | Pass 100% 2 of 7


Verified Questions and Answers Oracle - 1z0-134

The configuration represents the following:

Two WebLogic clusters of n number of servers each

One cluster contains an EAR deployment that contains a WAR module and a GAR module

One cluster contains a GAR deployment

Application data flows into the cluster with the EAR deployment and then to the cluster with the
standalone GAR deployment

Based on this configuration, what is the typical configuration of a Coherence cluster for this domain?

A. Single Coherence cluster that includes both WebLogic clusters.EAR cluster is storage-disabled.GAR
cluster is storage-enabled.

B. Single Coherence cluster that includes both WebLogic clusters/EAR cluster is storage-enabled.GAR
cluster is storage-disabled.

C. A Coherence cluster for each WebLogic cluster.EAR and GAR clusters use a replicated topology with
storage enabled.

D. Single Coherence cluster that includes both WebLogic clusters.EAR and standalone GAR clusters are
both storage-enabled.

Answer: A

Explanation
A Coherence cluster can contain any number of managed Coherence servers. The servers can be standalone
managed servers or can be part of a WebLogic Server cluster that is associated with a Coherence cluster.

* storage-disabled – a managed Coherence server that is not responsible for storing data and is used to host
Coherence applications (cache clients). A Coherence application GAR is packaged within an EAR and
deployed on storage-disabled managed Coherence servers.

Updated Dumps | Pass 100% 3 of 7


Verified Questions and Answers Oracle - 1z0-134

* storage-enabled – a managed Coherence server that is responsible for storing data in the cluster. Coherence
applications are packaged as Grid ARchives (GAR) and deployed on storage-enabled managed Coherence
servers.

Question #:6

You are tasked with doing a rolling upgrade of a production domain that will minimize user interruptions.

What are two characteristics of a rolling upgrade? (Choose two.)

A. Configuration changes can be made during the Rolling Update process.

B. A major upgrade, for example 11g to 12c, can be accomplished with a Rolling Update.

C. The machines can be upgraded in any order.

D. The machine hosting the Administration Server must be upgraded first.

E. Avoid configuration changes until all the servers in the domain have been upgraded.

Answer: D E

Explanation
D: The rolling upgrade process includes stopping the Administration Server, installing the upgrade, restarting
the Administration Server, and then doing the same for each Managed Server in the cluster.

E: You should not make configuration changes during the upgrade process until all the servers in the cluster
have been upgraded. This is especially true for new configuration options.

Note: Rolling Upgrade is the process of upgrading a running WebLogic Server cluster with a patch,
maintenance pack, or minor release without shutting down the entire cluster or domain. During the rolling
upgrade of a cluster, each server in the cluster is individually upgraded and restarted while the other servers in
the cluster continue to host your application.

Question #:7

You have configured automatic service migration for your JTA service within a domain named mydomain.
You find that after the automatic migration completes certain scripts execute automatically and there is a
failure happening in these scripts.

Where would you look for these scripts for error correction by default? (Choose the best answer.)

A. <ORACLE_HOME>/user_projects/domains/mydomain/bin/service_migration

B. <ORACLE_HOME>/user_projects/domains/mydomain/bin/jta-scripts

C. <ORACLE_HOME>/user_projects/domains/mydomain/bin/servers/<Server-Name>

Updated Dumps | Pass 100% 4 of 7


Verified Questions and Answers Oracle - 1z0-134

D. <ORACLE_HOME>/user_projects/domains/mydomain/bin/

Answer: A

Question #:8

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

Answer: C

Updated Dumps | Pass 100% 5 of 7


Verified Questions and Answers Oracle - 1z0-134

Question #:9

In your production environment, you have deployed an application that is accessing a registered Java EE
shared library as well as an application deployment plan. In addition, both the library and the application use
annotations for some of their configuration properties. You are attempting to understand the current state of
the properties that have been used in this deployment.

From greatest to least, what is the correct order of precedence that is used by WebLogic Server when applying
configuration properties during deployment? (Choose the best answer.)

A. Deployment Plan, Application descriptors, Library descriptors, Application annotations, Library


annotations

B. Deployment Plan, Application annotations, Library annotations, Application descriptors, Library


descriptors

C. Deployment Plan, Library descriptors, Application descriptors, Library annotations, Application


annotations

D. Deployment Plan, Application descriptors, Application annotations, Library descriptors, Library


annotations

E. Deployment Plan, Library descriptors, Library annotations, Application descriptors, Application


annotations

Answer: D

Explanation
The elements of the Enterprise application's descriptor itself have precedence over all elements in the library
descriptors.

The deployment descriptor can still override values defined in the annotation.

Question #:10

Which two automatic migration scenarios require node manager for all migratable services? (Choose two.)

A. Consensus leasing

B. Database leasing with no pre and post migration scripts

C. Database leasing with pre and post migration scripts

D. Synchronous leasing

Answer: A C

Explanation

Updated Dumps | Pass 100% 6 of 7


Verified Questions and Answers Oracle - 1z0-134

When using automatic service migration, the Node Manager is required to get health monitoring information
about the member servers involved, as follows:

* Consensus leasing – Node Manager must be running on every machine hosting managed servers within the
cluster.

* Database leasing – Node Manager must be running on every machine hosting managed servers within the
cluster only if pre/post-migration scripts are defined. If pre/post-migrations are not defined, then Node
manager is not required.

Updated Dumps | Pass 100% 7 of 7


About DumpsMate.com
dumpsmate.com was founded in 2007. We provide latest & high quality IT / Business Certification Training Exam
Questions, Study Guides, Practice Tests.

We help you pass any IT / Business Certification Exams with 100% Pass Guaranteed or Full Refund. Especially
Cisco, CompTIA, Citrix, EMC, HP, Oracle, VMware, Juniper, Check Point, LPI, Nortel, EXIN and so on.

View list of all certification exams: All vendors

We prepare state-of-the art practice tests for certification exams. You can reach us at any of the email addresses listed
below.

Sales: [email protected]
Feedback: [email protected]
Support: [email protected]

Any problems about IT certification or our products, You can write us back and we will get back to you within 24
hours.

You might also like