Pass the Oracle WebLogic Server 1z0-134 Questions and answers with CertsForce

Viewing page 1 out of 4 pages
Viewing questions 1-10 out of questions
Questions # 1:

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:


Expert Solution
Questions # 2:

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

Question # 2

Here is a message in your ExecuteThread.log file:

Question # 2

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

Options:

A.

SRANDBY


B.

ACTIVE


C.

STUCK


D.

RUNNING


E.

WAITING


F.

ADMIN


G.

FAILED


Expert Solution
Questions # 3:

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

Options:

A.

Multiple standalone managed servers


B.

Load Balancer


C.

Cluster


D.

DNS caching


E.

Whole-server migration


F.

Machine migration


Expert Solution
Questions # 4:

Examine the domain diagram:

Question # 4

You are asked to write a WLST script that will print the current available heap size for server04.

Assuming:

    all servers are running

    you have just started an offline, interactive WLST session

    a domain-scoped node manager is running on each machine, listening oт port :5556

    the username/password “weblogic/Welcome1” maps to a valid domain administrator and Node Manager client

Which two code options will accomplish this task? (Choose two.)

Options:

A.

connect(‘weblogic’,‘Welcome1’,‘host00.acme.com:7001’)domainRuntime()x = getMBean(‘/ServerRuntimes/server04/JVMRuntime/server04’)print x.getHeapFreeCurrent()


B.

connect(‘weblogic’,‘Welcome1’,‘host02.acme.com:7201’)serverRuntime()x = getMBean(‘/JVMRuntime/server04’)print x.getHeapFreeCurrent()


C.

connect(‘weblogic’,‘Welcome1’,‘host00.acme.com:7001’)serverRuntime()x = getMBean(‘/JVMRuntime/server04’)print x.getHeapFreeCurrent()


D.

nmConnect(‘weblogic’,‘Welcome1’,‘host02.acme.com:5556’)serverRuntimes()x=getMBean(‘/server04/JVMRuntime/server04’)print x.getHeapFreeCurrent()


E.

nmConnect(‘weblogic’,‘Welcome1’,‘host00.acme.com:5556’)domainRuntime()x=getMBean(‘/ServerRuntimes/server04/JVMRuntime/server04’)print x.getHeapFreeCurrent()


Expert Solution
Questions # 5:

Review the following WLST commands.

Question # 5

What happens when these commands are executed? (Choose the best answer.)

Options:

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.


Expert Solution
Questions # 6:

In order to leverage replication and high availability features of your back-end database, among other benefits, you are configuring a JDBC TLOG store to persist transaction logs.

Since something went wrong during the setup of the TLOG, you are reviewing the configuration considerations for TLOG.

Which two guidelines are true for configuring JDBC TLOG stores? (Choose two.)

Options:

A.

Only one JDBC TLOG store can be configured per WebLogic Server.


B.

JDBC TLOG stores should only be configured for RAC databases.


C.

Only globally-scoped (not application-scoped) data sources can be targeted to a JDBC TLOG store.


D.

Multiple WebLogic Servers can share the same JDBC TLOG store.


Expert Solution
Questions # 7:

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.


Expert Solution
Questions # 8:

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

Options:

A.

high-availability database leasing


B.

high-consensus leasing


C.

non-database consensus leasing


D.

high-availability in-memory leasing


Expert Solution
Questions # 9:

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.


Expert Solution
Questions # 10:

You are responsible for creating scripts to use Node Manager with a WebLogic Server domain.

Which four statements correctly describe the WLST command: nmEnroll? (Choose four.)

Options:

A.

WLST must NOT be connected to a Node Manager when invoking nmEnroll.


B.

The nmEnroll command enables the nmConnect command to be used in a production environment.


C.

The nmEnroll command downloads the nm_password.properties and SerializedSystemIni.dat files.


D.

WLST must be connected to a Node Manager when invoking nmEnroll.


E.

WLST must be connected to an Administration Server when invoking nmEnroll.


F.

The nmEnroll command is run once per WebLogic domain per machine unless that domain shares the root directory of the Administration Server.


G.

WLST must be offline when invoking nmEnroll.


Expert Solution
Viewing page 1 out of 4 pages
Viewing questions 1-10 out of questions