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

You want to create a WebLogic Server (WLS) Work Manager with a Response Time Request Class of one second. You start to create the following WLST script:

Which two can replace the missing sequence to finish this script? (Choose two.)

A. cmo.addTarget(getMBean('/Servers/ManagedServer')) cd('edit:/SelfTuning/wls_domain/WorkManagers/MyWorkManager') cmo.setResponseTimeRequestClass(getMBean ('/SelfTuning/wls_domain/ResponseTimeRequestClasses/MyResponseTime'))

B. managedServer=getMBean('/Servers/ManagedServer') cmo.addTarget(managedServer) cmo.setWorkManaqer(getMBean('/SelfTuning/wls_domain/WorManagers/MyWorkManager'))

C. cd('edit:/Servers/ManagedServer') cmo.addTarget(getMBean ('/SelfTuning/wls_domain/ResponseTimeRequestClasses/MyResponseTime')) cmo.addTarget (getMBean('/SelfTuning/wls_domain/WorkManagers/MyWorkManager'))

D. managedServer=getMBean('/Servers/ManagedServer') cmo.addTarget(managedServer) cd('edit:/SelfTuning/wls_domain/WorkManagers/MyWorkManager') cmo.setResponseTimeRequestClass(getMBean ('/SelfTuning/wls_domain/ResponseTimeRequestClasses/MyResponseTime'))

E. cmo.addTarqet('/Servers/ManagedServer') cd('/SelfTuning/wls_domain/WorkManagers/MyWorkManager') cmo.setResponseTimeRequestClass ('/SelfTuning/wls_domain/ResponseTimeRequestClasses/MyResponseTime')

Buy Now

Correct Answer: AD

Reference: http://docs.oracle.com/cd/E12839_01/apirefs.1111/e13952/pagehelp/ J2EEappworkresponsetimerequestclassconfigtitle.html

Questions 5

You are creating and configuring a production WebLogic Server (WLS) domain that is highly available. Which three WebLogic Server features allow you to best accomplish this requirement? (Choose three.)

A. Multiple standalone managed servers

B. Load Balancer

C. Cluster

D. DNS caching

E. Whole-server migration

F. Machine migration

Buy Now

Correct Answer: BCE

B Load balancing is the even distribution of jobs and associated communications across the computing and networking resources in your environment.

C: In a WebLogic Server cluster, application processing can continue when a server instance fails.

E: Migration in WebLogic Server is the process of moving a clustered WebLogic Server instance or a component running on a clustered instance elsewhere if failure occurs. This is called Whole-server migration.

Reference: http://docs.oracle.com/cd/E23943_01/core.1111/e10106/aa.htm#ASHIA4083

Questions 6

You created a script to monitor your WebLogic Server WLS Execute Thread:

Here is a message in your ExecuteThread.log file:

What is the value of xxxx if the thread has been running a request for twenty minutes, assuming a default configuration?

A. SRANDBY

B. ACTIVE

C. STUCK

D. RUNNING

E. WAITING

F. ADMIN

G. FAILED

Buy Now

Correct Answer: C

This thread is considered Stuck by WebLogic because it's been running for over the time defined in MaxStuckThreadTime (600 seconds by default). Weblogic Server waits for this time to be reached before marking a thread as stuck if the thread is still working after this time.

Example: [STUCK] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)' id=73 idx=0x128 nid=13410 prio=1 alive, in native, daemon

Reference: https://blogs.oracle.com/WebLogicServer/entry/analyzing_a_stuck_weblogic_execute

Questions 7

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

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

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

Correct Answer: AB

A: The JMSRedelivered property specifies a flag set when a message is redelivered because no

acknowledge was received. This flag is of interest to a receiving application.

If set, the flag indicates that JMS may have delivered the message previously because one of the following

is true:

*

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

*

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

message.

Reference: http://docs.oracle.com/cd/E12840_01/wls/docs103/jms/fund.html

Questions 8

What does the WLST command pwd() do?

A. Displays the current location in the configuration or runtime bean hierarchy.

B. Displays the location in the file system where the current WLST session was launched.

C. Initiates an operation to change the current WLST user's password.

D. Prints the name of the current domain.

E. Prints the name of the current server.

Buy Now

Correct Answer: A

The pwd command displays the current location in the configuration or runtime bean hierarchy.

This command is useful when you have turned off the prompt display of the path information using the prompt command.

Reference: https://docs.oracle.com/cd/E13222_01/wls/docs92/config_scripting/reference.html#wp1175219

Questions 9

You are concerned with messages being received systematically. You designed Message-Driven beans (MDB) to guarantee the most reliable way to consume messages.

In which three scenarios would JMS always redeliver a message? (Choose three.)

A. when the onMessaqe() method of the MDB throws a Java error

B. when the transaction the MDB participates in eventually fails and rolls back

C. when the onMessage() method fails to acknowledge the reception of the message

D. when messages are not being sent as part of a transaction

E. when messages are non-persistent

Buy Now

Correct Answer: BCD

An MDB pool processes each message at least once. Potentially, a message can be process more than once:

*

If an application fails, a transaction rolls back, or the hosting server instance fail during or after the onMessage() method completes but before the message is acknowledged or committed, the message will be redelivered and processed again.

*

Non-persistent messages are also redelivered in the case of failure, except for the case where the message's host JMS server shuts down or crashes, in which case the messages are destroyed.

To ensure that a message is processed exactly once, use container-managed transactions so that failures cause transactional MDB work to rollback and force the message to be redelivered.

Reference: https://docs.oracle.com/cd/E13222_01/wls/docs81/ejb/message_beans.html

Questions 10

My JMS Server uses a persistent file store. I need to ensure that the size of the persistent store does not exceed 1GB.

Which option can I use to configure this? (Choose the best answer.)

A. Set the weblogic.store.FileSize to 1GB.

B. Set the weblogic.store.MaxFileSize to 1GB.

C. Set the weblogic.store.TotalFileSize to 1GB.

D. The file size limit must be configured at the operating system level.

Buy Now

Correct Answer: D

Reference: http://docs.oracle.com/cd/E14571_01/web.1111/e13814/storetune.htm#CACGJAHI

Questions 11

Review the diagram below. It depicts the following:

A WebLogic domain that consists of two WebLogic clusters that are each included in a Coherence cluster The Coherence cluster includes a configuration for Coherence*Web HTTP session storage An application deployed on cluster 1 that is configured to use Coherence*Web A client is using a web browser to interact with the application on cluster 1 (via a proxy) The client's HTTP session is stored by Coherence*Web on the server in the upper right-hand corner The server where the client's HTTP session is stored crashes Assuming the next request for an HTTP session attribute is a new attribute that is not stored in a near-cache, the client's session attribute is fetched from the remaining storage-enabled server in cluster 2.

Why is the session attribute retrieved from this other server's cache? (Choose the best answer.)

A. Coherence*Web stores sessions in a distributed cache on the back end and the request fails over to the new location after partition re-balancing takes place.

B. Coherence*Web stores sessions in a replicated cache on the back end and the request fails over to the new location automatically.

C. Coherence*Web stores sessions in a shared disk cache on the back end and Coherence*Web automatically load balances requests.

D. Coherence*Web stores sessions in a cache that is backed by a database cache loader. The data is fetched from the database and placed into the cache on the new server.

Buy Now

Correct Answer: A

Reference: https://docs.oracle.com/cd/E15357_01/coh.360/e15829/cweb_wls.htm#COHCW279

Questions 12

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

Buy Now

Correct Answer: ABC

Optionally, you can define parameters for Java Message Service (JMS) in the Extension Template. Optionally, you can customize the Java Database Connectivity (JDBC) settings in the Extension Template. You can review and modify, if desired, the list of applications to be included in your extension template.

Reference: https://docs.oracle.com/cd/E13196_01/platform/docs81/confgwiz/appbuild.html

Questions 13

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

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

Correct Answer: A

Exam Code: 1Z0-134
Exam Name: Oracle WebLogic Server 12c: Advanced Administrator II
Last Update: Jun 13, 2025
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

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