Summer Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sixtybuddy

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

Questions 4

One server in your WebLogic domain is experiencing a problem. You want to use the WebLogic Diagnostic Framework (WLDF) to diagnose the problem. The default built-in WLDF module is currently configured on the server, but it does not capture the metrics you need.

You have the following requirements:

  • You do not want to delete the existing module.
  • You want to minimize metric data output while troubleshooting the issue.
  • You want to focus your analysis on only the server that is experiencing the problem.

What WLDF configuration would achieve this result? (Choose the best answer.)

Options:

A.

Create a new module and add metrics to it, target the new module to the server with the problem, and then activate the new module alongside the existing module.

B.

Deactivate the existing module, create a new module and add metrics to it, set an instance parameter to the server with the problem, and then activate the new module.

C.

Deactivate the existing module, create a new module and add metrics to it, target the new module to the cluster with the problem, and then activate the new module.

D.

Deactivate the existing module, create a new module and add metrics to it, target the new module to the server with the problem, and then activate the new module.

Buy Now
Questions 5

You are creating a new domain with WLST.

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

Options:

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
Questions 6

You have enabled JMS Diagnostic Logging and are analyzing JMS Message delivery and acknowledgment using the generated log entries. For this purpose, you are tracking individual message IDs.

What is the default format of the message ID that you would expect to see in the log? (Choose the best answer.)

Options:

A.

Hexadecimal (e.g., 0xCAE987ВA401)

B.

Numeric (e.g., 9018199222001)

C.

Floating Point (e.g., 10029920902.10111)

D.

Doubly dot delimited (e.g., 683871.1122857923566.0)

Buy Now
Questions 7

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 8

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

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

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 9

A client application asynchronously receives the message sent to a JMS Queue. The client is going to send a response to the sender.

Which two JMS Header fields from the original message are used to send the response? (Choose two.)

Options:

A.

JMSResponseMode

B.

JMSTimeStamp

C.

JMSDeliveryMode

D.

JMSCorrelationID

E.

JMSReplyTo

Buy Now
Questions 10

Which three considerations do you need to keep in mind while configuring a JMS file store in order to ensure the highest possible performance? (Choose three.)

Options:

A.

Privilege local disks over remotely mounted disks.

B.

Compress the file store when there are no more messages.

C.

Select the cache-flush synchronous write policy.

D.

Dedicate one disk for all file stores.

E.

Set MessagesMaximum in your JMS destinations.

Buy Now
Questions 11

We find the JMSRedelivered header set for a particular message on the receiver.

In which two scenarios is this expected to happen? (Choose two.)

Options:

A.

The application has already received the message, but did not acknowledge it.

B.

The session’s recover() method was called to restart the session beginning after the last acknowledged message.

C.

The sender calls the redeliver() method for the message.

D.

The sending application crashes after sending the message.

Buy Now
Questions 12

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 13

You have defined Uniform Distributed Destination (UDD) topics targeted to multiple JMS servers.

Which three statements are correct about UDDs? (Choose three.)

Options:

A.

UDDs guarantee the order of messages.

B.

UDDs increase the overall availability of JMS.

C.

Weight-based load balancing policy distributes messages evenly to servers with preassigned weights.

D.

JMS destinations do not need to run on each server in a cluster.

E.

You no longer need to create or designate destination members.

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

Review this scenario of an application running on a storage-disabled, managed Coherence server that uses a Coherence two-tier near cache:

  • Cache data is already written to the distributed cache.
  • There is a local near cache configured on the application side (storage-disabled node).
  • Application requests the data from Coherence twice.

Assuming this is the server’s first access of this data from the cache, how many network round trips between Coherence cluster instances take place in total? (Choose the best answer.)

Options:

A.

3

B.

4

C.

1

D.

2

Buy Now
Questions 16

Review the image below. It depicts the architecture for the WebLogic Server auditing.

Where in the architecture does WebLogic apply audit configuration parameters that determine if an audit message is logged? (Choose the best answer.)

Options:

A.

Authorization provider

B.

Authentication provider

C.

Auditor service

D.

Audit provider

Buy Now
Questions 17

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

Options:

A.

B. /server04/log/rotation

B.

C. /Cluster01/server04/log

C.

/Machine02/server04/log

D.

E. /Logs/server04

E.

/TestDomain/server04/log

F.

/server04/log

Buy Now
Questions 18

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

Options:

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
Exam Code: 1z0-134
Exam Name: Oracle WebLogic Server 12c: Advanced Administrator II
Last Update: Apr 16, 2024
Questions: 125

PDF + Testing Engine

$140

Testing Engine

$105

PDF (Q&A)

$90