Labour Day Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

Oracle WebLogic Server 12c: Advanced Administrator II Question and Answers

Oracle WebLogic Server 12c: Advanced Administrator II

Last Update Apr 30, 2024
Total Questions : 125

We are offering FREE 1z0-134 Oracle exam questions. All you do is to just go and sign up. Give your details, prepare 1z0-134 free exam questions and then go for complete pool of Oracle WebLogic Server 12c: Advanced Administrator II test questions that will help you more.

1z0-134 pdf

1z0-134 PDF

$35  $99.99
1z0-134 Engine

1z0-134 Testing Engine

$42  $119.99
1z0-134 PDF + Engine

1z0-134 PDF + Testing Engine

$56  $159.99
Questions 1

Examine the domain diagram:

Assume all servers are up and running and you have just started an offline WLST interactive session. Assume further that the username/password “weblogic/Welcome1” maps to a valid administrator.

You type two lines of WLST code:

connect(‘weblogic’,‘Welcome1’,‘host02.acme.com:7101’)

print cmo.getType() + ‘:’ + cmo.getName()

What will be printed? (Choose the best answer.)

Options:

A.  

Domain:TestDomain

B.  

DomainRuntime:server03

C.  

Server:server03

D.  

Machine:machine02

E.  

Session:weblogic

Discussion 0
Questions 2

You need to log the JMSMessageID header value for incoming messages.

What is the prefix that you would see for the header values? (Choose the best answer.)

Options:

A.  

VAL:

B.  

JMS:

C.  

ID:

D.  

NO:

E.  

MSG:

Discussion 0
Questions 3

What are two differences between a group and a role? (Choose two.)

Options:

A.  

Groups are static and roles are dynamic and conditional.

B.  

Roles can be scoped to applications and groups are only global.

C.  

Roles are static and groups are dynamic and conditional.

D.  

Groups can be scoped to applications and roles are only global.

E.  

Groups can contain roles but roles cannot contain groups.

Discussion 0
Questions 4

My JMS file store size has grown very large and is using up a significant chunk of the disk. I need to reduce the file size during the maintenance window without impacting any relevant information.

Which utility enables me to do this? (Choose the best answer.)

Options:

A.  

weblogic.store.Compacter

B.  

weblogic.store.Admin

C.  

weblogic.store.Reducer

D.  

weblogic.file.FileUtil

Discussion 0
Questions 5

You are troubleshooting an issue with a WLS data source. However, your attempt to execute a manual test on the connection pool fails when you invoke the testPool() method on the corresponding JDBCDataSourceRuntimeMBean.

Which configuration condition would contribute to the failure of executing the test? (Choose the best answer.)

Options:

A.  

The TestTableName property is either not set or is set to an invalid SQL statement.

B.  

The TestFrequencySeconds property is set to a value greater than 0.

C.  

The TestReservedConnections property is enabled.

D.  

The ManualTestEnabled property is set to false.

E.  

The ConnectionReserveTimeoutSeconds property is set to a value other than -1.

Discussion 0
Questions 6

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.

Discussion 0
Questions 7

You are configuring the principals needed to fulfill the security requirements of an application within a sandbox environment that uses the WebLogic Server-embedded LDAP server.

The given security requirements provided have outlined the following facts about some test principals:

One security requirement states that internal patient data can be viewed only by physicians who are employees.

What is an appropriate way to fulfill this security requirement from a principal perspective using the provided information?

Options:

A.  

Create an authorization policy that grants access if a user is a member of the physicians group and their employee attribute is true,bypassing the use of a role entirely.

B.  

Create an ACL that grants access if a user is a member of the physicians group and their employee attribute is true,bypassing the use of a role entirely.

C.  

Create authorization policies for individual users whose employee attribute is true creating a constraint-only model,bypassing the use of a role entirely.

D.  

Create an authorization policy that denies access if a user is a member of the physicians group and their employee attribute is false,bypassing the use of a role entirely.

Discussion 0
Questions 8

Poor ventilation and cooling in and around the machine that hosts your administration server and a clustered managed server causes a local hard drive failure and thus both servers crash as well.

This is the first time this crash has occurred in production but an automatic Whole Server Migration kicks in as expected. The clustered server migrates to a machine on which it has never run before, and for that reason the server cannot be started on this new machine.

Which action could have helped to launch this migrated clustered server? (Choose the best answer.)

Options:

A.  

Shut down and relaunch the Node Manager.

B.  

Ensure that the Administration Server is up when the server migration is being performed.

C.  

First restart the Administration Server, remove this managed server from the cluster, restart it manually, and then target it back to the cluster.

D.  

Use a shared disk/NFS for all the migratable servers in the cluster.

E.  

Copy the Node Manager security files to the new machine that hosts your migrated server.

Discussion 0
Questions 9

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

Options:

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

Discussion 0
Questions 10

You created a user and group using the WebLogic Server default authentication provider.

Where are these principals stored? (Choose the best answer.)

Options:

A.  

the WebLogic Server OPSS jps-config.xml security store

B.  

the WebLogic Server embedded LDAP server

C.  

the WebLogic Server embedded database security store

D.  

the default jazn-data.xml file-based security store

Discussion 0
Questions 11

You are tasked with configuring a proxy tier for a WebLogic Server domain that has managed Coherence servers configured.

What must the Coherence cache configuration file include as part of this task? (Choose the best answer.)

Options:

A.  

connection properties to enable push replication between two Coherence clusters connected over a WAN

B.  

connection properties to enable Coherence*Extend clients to connect to the cluster via TCP/IP

C.  

HTTP proxy server settings to enable Coherence caching on the web server tier

D.  

network connection settings to enable Coherence caching on the client’s web browser

Discussion 0
Questions 12

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.

Discussion 0
Questions 13

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

Options:

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.

Discussion 0
Questions 14

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

Options:

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.

Discussion 0
Questions 15

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

Discussion 0
Questions 16

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

Options:

A.  

bin directory

B.  

lib directory

C.  

servers directory

D.  

common directory

E.  

logs directory

F.  

replication directory

Discussion 0
Questions 17

is the Oracle home directory that you specified when installing WebLogic Server.

What is the file system location and command for starting the Domain Template Builder? (Choose the best answer.)

Options:

A.  

\oracle_common\common\bin and config_builder.sh

B.  

\oracle_common\common\bin and temp_builder.sh

C.  

\oracle_common\bin and config_builder.sh

D.  

\oracle_common\bin and temp_builder.sh

Discussion 0
Questions 18

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

Options:

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.

Discussion 0