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

Even though your company has a thorough procedure for testing applications in a pre-production environment prior to production deployment, you have decided to conduct additional testing of a particular application after it is deployed. You choose to deploy the application in administration mode.

Which three statements are true? (Choose three.)

A.

The application deployment must use the –redeploy option using a unique version string.

B.

You must configure an administration port for the entire domain, or an administration channel for the targeted server.

C.

The application must first be distributed to the targeted server prior to starting it in administration mode.

D.

The application cannot have any dependencies on any shared Java EE libraries.

E.

After testing, the application can be dynamically transitioned to start accepting all client requests.

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

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?

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.

You are managing and monitoring durable subscribers for your JMS topics to ensure that all the subscribers would receive persistent messages.

However, JMS connections are currently restricted, so only one connection with the same client ID could exist in the scope of your cluster.

On which page of the Administration Console can you set Client ID Policy to unrestricted in order to lift this restriction? (Choose the best answer.)

A.

Topic > Monitoring > Durable Subscribers

B.

Connection Factory > Configuration > Client

C.

Topic > Configuration > Thresholds and Quotas

D.

Topic > Configuration > Overrides

E.

Topic > Configuration > Durable Subscribers

F.

JMS Server > Configuration > Durable Subscribers

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

A.

weblogic.store.Compacter

B.

weblogic.store.Admin

C.

weblogic.store.Reducer

D.

weblogic.file.FileUtil

You are considering targeting your JMS servers to dynamic clusters to benefit from dynamic scaling. However, you have been advised to keep in mind some of the associated limitations.

What are two valid limitations and considerations for clustered JMS services? (Choose two.)

A.

Store-and-Forward agents cannot be targeted to a cluster (dynamic or mixed).

B.

WLST in offline mode does not support the get and set commands to target JMS servers to a dynamic cluster.

C.

A sub-deployment cannot be targeted to a duster.

D.

Targeting a messaging bridge to a dynamic cluster is not supported.

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