Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

In a Java EE messaging application, one MDB is consuming a lot of memory at high traffic.

What configuration should you use to prevent possible out-of-memory error at high traffic and at the same time not losing messages?

A.

Configure a Work Manager for the MDB with a Maximum Thread Constraint.

B.

Configure a Work Manager for the MDB with a Minimum Thread Constraint.

C.

Configure a Work Manager for the MDB with a Maximum Thread Constraint and a Capacity Constraint.

D.

Configure a Work Manager for the MDB with a Minimum Thread Constraint and a Capacity Constraint.

E.

Configure a Work Manager for the MDB with both a Maximum Thread Constraint and Minimum Thread Constraint.

Which product has guaranteed messaging and transactional integrity for 100% reliability, over 25 years of use in the world's largest transaction applications?

A.

Coherence

B.

Tuxedo

C.

JRockit

D.

WebLogic Server

You deployed a Java EE Shared Library and want to use it from an application that is also deployed on the same cluster.

Which two manifest attributes must be specified at a minimum with corresponding values in the deployment descriptor of the application that requires

A.

Implementation-Version

B.

Specification-Version

C.

Extension-Name

D.

Specification-Vendor

E.

Implementation-Vendor

You have a durable subscriber, and the subscriber is down or not reachable when the message is produced. Which two options regarding the expiry of these messages are true?

A.

after the subscriber is unavailable for 10 minutes

B.

when the subscriber is available

C.

after the subscriber is unavailable for after an hour

D.

are available until the specified time elapses

E.

are expired instantly

A highly available WebLogic cluster in UNIX is configured for automatic server migration. Node Managed is configured on both machines to start managed servers.

How should you simulate a managed server failure to test whether automatic server migration is working?

A.

Shut down the managed server from the WebLogic console.

B.

Shut down the managed server using the WLST command through Node Manager.

C.

Run "kill -9" once to kill the managed server process.

D.

Run "kill -9" to kill the managed server process, and run "kill -9" one more time if the managed server is restarting.

You want to create a WebLogic domain in a production environment. Which three actions should you perform?

A.

Use a multinode WebLogic domain.

B.

Use a single-node WebLogic domain.

C.

Use clusters.

D.

Refrain from using clusters.

E.

Install WeLogic in production mode with CA signed certificates.

You deploy two different applications to the WebLogic container. One application use Xerces parser version A and the other application uses Xerces parser version B. Both these versions are different from the parser version that the WebLogic server uses internally. You want to use the Filtering Classloader feature to solve this problem. What action would you take to generate proper filtering Classloader entries?

A.

Modify the applications to use the same version that WebLogic uses internally.

B.

Based on available examples of Filtering Classloader entries, try to modify get the proper entries.

C.

Deploy and use the Classloader Analyzing Tool to resolve all conflicts with conflicting libraries. This tool will generate all proper entries.

D.

Split the application into separate WebLogic containers and use different WLS versions of Xerces but identical that applications require.

E.

Look for a WebLogic release that uses the same version of Xerces that the applications use.