Weekend Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpm65

1z0-134 Oracle WebLogic Server 12c: Advanced Administrator II Questions and Answers

Questions 4

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

Options:

A.

Configuration Wizard

B.

Domain Template Builder

C.

pack/unpack

D.

Enterprise Manager

Buy Now
Questions 5

Which three tools allow you to create a Domain Template? (Choose three.)

Options:

A.

JDeveloper

B.

pack command

C.

Smart Template Wizard

D.

weblogic.Build

E.

Domain Template Builder

F.

WLST

G.

Archive command

Buy Now
Questions 6

Coherence is integrated with WebLogic Server in the form of managed Coherence servers.

What two options are immediate benefits of running Coherence on WebLogic Servers versus as standalone servers that are not part of the WebLogic domain? (Choose two.)

Options:

A.

automatic failure detection and restart of Coherence-based servers

B.

automatic data partition re-balancing of all cached data on running servers

C.

monitor Coherence MBeans with the WebLogic Server administration console

D.

life cycle management with the WebLogic Server administration console

E.

offload WebLogic Server HTTP session state to Coherence-based servers

Buy Now
Questions 7

On a WebLogic Managed Server you administer, you have the following log:

1z0-134 Question 7

You investigate and find a Web Module named MyApp with the following deployment descriptor weblogic.xml:

1z0-134 Question 7

Which two are true? (Choose two.)

Options:

A.

Access to Web Module MyApp now returns an HTTP Error: 503 Service unavailable.

B.

The ExecuteThread: ‘17’ is now available because WebLogic Server automatically stops stuck threads.

C.

When the WebLogic Managed Server is restarted the Web Module will be in Admin mode.

D.

If another thread is stuck the error number will be in the WebLogic log file.

E.

The health status of the Managed Server where the application is deployed is now warning due to the subsystem pooltread.

Buy Now
Questions 8

You successfully configured a new dynamic cluster but haven’t launched any of the dynamic servers. You want to change the configuration for one specific server.

Which parameter can you modify for that server before starting up the dynamic clustered servers for the first time?

Options:

A.

listen port number of individual dynamic servers

B.

machine name that hosts a dynamic server

C.

dynamic server name

D.

replication groups

E.

No parameters can be modified.

Buy Now
Questions 9

A Web Module needs specific tuning. The Development team fine tunes the module in the deployment descriptor (weblogic.xml) as follows:

1z0-134 Question 9

Which two are true? (Choose two.)

Options:

A.

MyWorkManager is an application-scoped Work Manager.

B.

Add the line MyWorkManager before tags in weblogic.xml to make the Web Module use the Work Manager MyWorkManager.

C.

MyWorkManager is a Global Work Manager.

D.

MyWorkManager is a Default Work Manager.

E.

Once the application is deployed and started on a Managed WebLogic Server, MyWorkManager will appear under Environment/Work Managers on the WebLogic Console.

Buy Now
Questions 10

You are trying to set up a JMS Session with a specified acknowledgment mode. You want the application that receives the message to explicitly take care of the acknowledgment.

Which option represents a valid choice for the acknowledgment mechanism that you can use? (Choose the best answer.)

Options:

A.

AUTO_ACKNOWLEDGE

B.

CLIENT_ACKNOWLEDGE

C.

DUPS_OK_ACKNOWLEDGE

D.

DEFAULT_ACKNOWLEDGE

Buy Now
Questions 11

You have an Oracle Fusion Middleware domain that uses an Oracle database to store application data and metadata repositories. As part of your disaster recovery configuration, you have set up a passive secondary site. You need to ensure that the data tier components of the primary and secondary sites are in sync so that you can perform a switchover to secondary in case of a disaster scenario. You check with your technical team regarding how to accomplish this requirement.

Which Oracle product is the technical team most likely to recommend for achieving data tier synchronization across the two sites? (Choose the best answer.)

Options:

A.

Oracle Service Bus

B.

Oracle ExaLogic

C.

Oracle Tuxedo

D.

Oracle Data Guard

Buy Now
Questions 12

Your application includes a message driven bean (MDB) that is listening to messages on a JMS Queue. You need to ensure that every message is processed exactly once by the MDB.

Which configuration allows you to achieve this requirement? (Choose the best answer.)

Options:

A.

Add an exception handler for the onMessage method in the MDB.

B.

Set the Redelivery Limit for the Queue to zero.

C.

Use container-managed transactions, so that messages are redelivered if unacknowledged.

D.

Set the MDB instance count to 1 in the deployment descriptor.

Buy Now
Questions 13

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

Options:

A.

config.xml

B.

AdminServer.log

C.

SerializedSystemIni.dat

D.

access.log

E.

MSI.xml

Buy Now
Questions 14

You have a multithreaded application that looks up the WebLogic JMS ConnectionFactory object from the JNDI tree.

Which statement is correct in this scenario? (Choose the best answer.)

Options:

A.

It is not permitted. A multithreaded application cannot access the ConnectionFactory object.

B.

The access to ConnectionFactory object MUST be synchronized.

C.

The ConnectionFactory object can be referenced in a multithreaded application without any special considerations.

D.

Multiple threads trying to use the ConnectionFactory object simultaneously will throw an exception.

E.

In a multithreaded scenario, connection objects cannot be safely created from the ConnectionFactory.

Buy Now
Questions 15

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

Options:

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.

Buy Now
Questions 16

Which statement is correct for JTA service migration? (Choose the best answer.)

Options:

A.

TLOG files should be stored on a remote file system accessible only to the migration target server.

B.

TLOG files should be stored on a shared storage accessible from the migration source and the administration server.

C.

TLOG files should be stored on the local file system of the migration source server.

D.

TLOG files should be stored on a remote file system accessible only to the migration source server.

E.

TLOG files should be stored on a shared storage accessible from migration source and target servers.

Buy Now
Questions 17

You are monitoring a WebLogic JDBC data source and have decided to drop some connections because an earlier peak usage condition has now ended. In addition, this data source has not been enabled for automatic shrinking.

What will occur once you execute the shrink() method on that JDBCDataSourceRuntimeMBean?

Options:

A.

The number of connections in the pool will be reduced to the greater of either the current number of connections in use or to the minCapacity property setting.

B.

The number of connections in the pool will be reduced to the current number of connections in use regardless of the minCapacity property setting.

C.

The number of connections in the pool will be reduced to the minCapacity property setting regardless of the current number of connections in use.

D.

The number of unused connections in the pool will be reduced by half.

Buy Now
Questions 18

Your developers have decided to use a deployment plan with their applications that will be deployed by WebLogic administrators into one or more WebLogic Server production environments.

Which two primary goals can be accomplished by leveraging a deployment plan? (Choose two.)

Options:

A.

Expose the external resource requirements of the application, such as JNDI names of datasources.

B.

Expose additional configurable properties, such as tuning parameters.

C.

Expose the targeted servers for deployment.

D.

Expose the specific Java EE modules within the application, such as EJBs.

E.

Expose access points into the application, such as a WSDL for web services.

Buy Now
Exam Code: 1z0-134
Exam Name: Oracle WebLogic Server 12c: Advanced Administrator II
Last Update: May 16, 2024
Questions: 125

PDF + Testing Engine

$56  $159.99

Testing Engine

$42  $119.99
buy now 1z0-134 testing engine

PDF (Q&A)

$35  $99.99
buy now 1z0-134 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 20 May 2024