Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmaspas7

Easiest Solution 2 Pass Your Certification Exams

1z0-134 Oracle WebLogic Server 12c: Advanced Administrator II Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Oracle 1z0-134 Oracle WebLogic Server 12c: Advanced Administrator II certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 2
Total 125 questions

You are asked to configure Node Manager for your production environment. You are considering whether to use the Java version or the script-based version of Node Manager.

Which statement correctly describes the difference between the two versions?

A.

If you are installing WebLogic Server on a Windows system, you must use the Java version of Node Manager.

B.

The script-based version of Node Manager can be used in conjunction with inetd on supported UNIX systems.

C.

The script-based version of Node Manager requires a larger footprint than the Java version.

D.

When Node Manager is used for consensus leasing, you may see faster performance with the script-based version.

Your development team is considering several different types of new applications. You have been asked to advise them concerning which types can be deployed in WebLogic Server leveraging the Production Redeployment feature.

Which application deployment type is NOT supported for Production Redeployment? (Choose the best answer.)

A.

enterprise applications (EAR) that contain a Coherence Grid Archive (GAR) module

B.

web service applications that are conversational or that use reliable messaging

C.

standalone Enterprise Java Bean (EJB) applications

D.

enterprise applications (EAR) that are accessed by inbound JMS messages

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.

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

A.

Configuration Wizard

B.

Domain Template Builder

C.

pack/unpack

D.

Enterprise Manager

You are reviewing the scheduled maintenance of your domain after adding a new cluster.

Which statement is true when configuring a migratable target within a WebLogic Server cluster? (Choose the best answer.)

A.

Allow Post-Migration Script To Run On a Different Machine is selected by default.

B.

The default server migration policy is Auto-Migrate Exactly-once Services.

C.

The participating cluster should include at least one configured server.

D.

An automatically migrated service will always be hosted on the specified User Preferred Server.

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

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

A.

config.xml

B.

AdminServer.log

C.

SerializedSystemIni.dat

D.

access.log

E.

MSI.xml

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

You are planning to use WebLogic JMS for implementing my enterprise messaging architecture. Which messaging paradigm is invalid in this context? (Choose the best answer.)

A.

Point to Point messaging

B.

Publish Subscribe messaging

C.

Datagram messaging

D.

Persistent messaging

What is the file extension for a domain extension template? (Choose the best answer.)

A.

.jar

B.

.zip

C.

.ext

D.

.tpl

E.

.war

F.

.ear

Your WebLogic domain is experiencing a problem. You want to use the WebLogic Diagnostic Framework (WLDF) to diagnose the problem. You have a support case open with Oracle Support, and they have requested a diagnostic image of your server that is experiencing the problem.

The problem is not predictable or reproducible on-demand, but you noticed that the number of requests waiting to execute increases dramatically when the problem does occur. The problem also seems to occur at any time of the day or night.

How would you approach reliably capturing a diagnostic image that contains data that is relevant to the problem that is occurring?

A.

Configure a WLDF watch that triggers a diagnostic image action when the number of requests waiting to execute exceeds a certain threshold.

B.

Configure WebLogic overload protection to automatically trigger a diagnostic image when the number of requests waiting to execute exceeds a certain threshold.

C.

Manually monitor the number of requests waiting to execute and create a diagnostic image when you see the number of requests waiting to execute exceeds a certain threshold.

D.

Configure the server health failure action to trigger a diagnostic image when the number of requests waiting to execute exceeds a certain threshold.

You intend to introduce ordering in message processing for your JMS destination by creating a destination key.

Which statement is true about the JMS Destination Key configuration? (Choose the best answer.)

A.

A JMS Destination Key cannot be specified using WLST.

B.

A JMS Destination Key cannot be used to sort messages in a Last In First Out order.

C.

A JMS Destination Key allows a user-defined sort key.

D.

A Destination Key can be applied to the message body.

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

A.

Authorization provider

B.

Authentication provider

C.

Auditor service

D.

Audit provider

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

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

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

Which two are true? (Choose two.)

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.

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.

Your clients are connected to distributed destinations to consume messages sent to various JMS topics.

Recently, JMS connections got interrupted due to a network failure and your clients dropped their connections as well.

How would you ensure seamless failover for your clients when a distributed destination fails? (Choose the best answer.)

A.

No action should be needed at the client’s level if the failover is being handled properly at the cluster level.

B.

Set the с1ientReconnectOptions parameter to Automatic in the Administration Console under the destination configuration general page.

C.

Implement an automatic reconnect mechanism in the client exception handler.

D.

Set AutomaticClientReconnect to Enabled in the Administration Console under the destination configuration general page.

What is true about an extension template? (Choose the best answer.)

A.

can be created from an existing template

B.

can include security realm information

C.

can include Node Manager information

D.

can include administrator username and password

E.

can include administration server information

You are implementing leasing functionality within your environment to ensure exclusive ownership of a cluster-wide entity.

Which type of leasing requires that Node Manager is configured and running? (Choose the best answer.)

A.

high-availability database leasing

B.

high-consensus leasing

C.

non-database consensus leasing

D.

high-availability in-memory leasing

Page: 1 / 2
Total 125 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved