Which change cannot be made in an assembly at deployment time?
A. setting the appliance's memory and CPU requirements
B. changing the listening port of the product
C. not deploying an appliance by setting its target count to zero
D. not deploying an appliance by removing it from the assembly
Which configuration file must a user edit to configure Oracle HTTP Server?
A. httpd.conf
B. obj.conf
C. workers.properties
D. magnus.conf
E. oraclehttp.conf
Which three areas are automatically optimized by the Oracle JDK ergonomics? (Choose three.)
A. Garbage Collector
B. Debugging options
C. Heap size
D. Class loader
E. Runtime compiler
You have developed and tested your Coherence application on a single physical machine by using the following operational configuration:

What two configuration changes must be made to run your application on multiple physical machines using multicast? (Choose two.)
A. Lower the logging severity level to 3.
B. Change the unicast listener address to a non-loopback address.
C. Increase the multicast listener time-to-live value.
D. Specify a list of well-known addresses.
Your application is configured to use Service Guardian with default settings to protect against stuck service threads. The application runs a set of EntryProcessors to perform various types of calculations. These calculations can take a few milliseconds, but occasionally take up to 30 minutes to process.
Which statement is true?
A. The Service Guardian willprotect all of the applications EntryProcessor processes withoutdetecting any as stuck.
B. The Service Guardian must be disabled for these longer EntryProcessors.
C. The Service Guardian does not protect threads running user code like EntryProcessors.
D. The EntryProcessor must issue manual heartbeats to the Service Guardian or risk being killed.
You notice the following message in one of your cache server logs:

Which statement correctly explains this message?
A. Member 102 received a MemberLeft message from the senior member (member 1) that member 74 has left the cluster.
B. Member 1 received a MemberLeft message from the senior member (member 74) that member 102 has left the cluster.
C. Member 1 received a MemberLeft message from the senior member (member 102) that member 74 has left the cluster.
D. Member 74 received a MemberLeft message from the senior member (member 1) that member 102 has left the cluster.
Which plug-in does Oracle Traffic Director require you to install to load balance HTTP requests to WebLogic Server?
A. mod_wls
B. mod_weblogic
C. mod_wl_ohs
D. No plug_in is required
E. mod_ohs_wl
An application frequently requests data (from s Coherence cache configured with a cache loader) that may not be available in the underlying data source. The cost of looking up data via the cache loader is expensive in terms of time and resources.
To reduce these costs, which configuration should be used to cache the notion that an entry is not available?
A. Modify the application to maintain a "misses" cache to keep track of the entries that were expected to be found in the other cache, but were recently not found.
B. Configure a "cache-miss-scheme" on the appropriate cache.
C. Modify the cache loader to maintain a "map" of entries not found, and consult this map before attempting to load an entry from the external source.
D. This can't be achieved with Coherence.
Your application had experienced an OutOfMemoryError on one of the cache servers. You had configured the JVM to produce a heap dump when OutOfMemoryErrors occur. Your analysis of the heap dump indicates that approximately 90% of the heap is consumed by instances of com.tangosol.util.Binary.
What configuration change will reduce the number of com.tangosol.util.Binary instances?
A. Introduce a near cache for all partitioned caches.
B. Increase the size of the thread pool for all cache services.
C. Increase the expiry delay on all distributed-scheme backing maps.
D. Lower the high-unit threshold on all distributed-scheme backing maps.
What two sources can be used to provision a WLS domain? (Choose two.)
A. WebLogic Home Gold Image
B. TAR file on network desktop
C. TAR file on local desktop
D. WebLogic Domain Provisioning Profile
E. Middleware Home Gold Image