Which configuration can be used for enabling Coherence as an L2 Cache?
A. @Entity@CacheInterceptor (CoherenceReadCustomizer.class)public class Employee implements Serializable
B. @Entity@Customizer(CoherenceReadCustomizer.class)public class Employee implements Serializable
C. @Entity@Customizer(CoherenceReadWriteCustomizer.class)public class Employee implements Serializable
D. @Entity@CacheInterceptor (CoherenceInterceptor.class)public class Employee implements Serializable
An Oracle RAC Database appliance was initially deployed with two database instances. The load on the database has now increased and another instance needs to be provisioned.
How would you add one more instance of the earlier deployed appliance?
A. Create and deploy a new assembly containing a single instance database appliance.
B. Add a new single instance database appliance into the previously created assembly and redeploy it.
C. Use the ScaleAppliance operation to scale up the deployed appliance instances from two to three.
D. Use the createAssemblyInstance operation to create a new instance of the existing assembly and deploy the new assembly instance.
Which two conditions ensure enabling SSL Mutual Authentication (two-way SSL?) (Choose two.)
A. There is confidential communication between client and server.
B. The server trusts the client and the client trusts he server.
C. The client is authorized to accessindex.html.
D. Clients can enter the DMZ.
In which three scenarios would you use JRockit Mission Control? (Choose three.)
A. finding hot methods
B. static mode analysis
C. tracking latencies
D. heap analysis
E. debugging with breakpoints
You are doing capacity planning for a Coherence application with one distributed cache (dcache), and one replicated cache (rcache). You have one index on dcache, and dcache has backup_count=1. Your requirement is that you must be able to tolerate one machine failure with no loss of data. You have three machines, each with 4 JVMs of 8 GB.
What three factors do you take into consideration in case of machine failure? (Choose three.)
A. Each cache server will be responsible for more primary and backup data from dcache.
B. The size of index data in each cache server is likely to grow.
C. The size of rcache on each node will grow.
D. Updates to rcache will result in more network traffic per machine.
E. Updates to dcache will result in more network traffic per machine.
What is the correct order of API calls to perform an end-to-end assembly deployment operation?
A. UploadAssemblyArchive -> RegisterAssemblyArchive -> CreateAssemblyInstance -> DeployAssemblyInstance -> UndeployAssemblyInstance -> DeleteAssemblyInstance -> UnregisterAssemblyArchive -> DeleteAssemblyArchive
B. CreateAssemblyInstance -> UploadAssemblyArchive -> RegisterAssemblyArchive -> DeployAssemblyInstance -> UndeployAssemblyInstance -> UnregisterAssemblyArchive -> DeleteAssemblyArchive -> DeleteAssemblyInstance
C. UploadAssemblyArchive -> RegisterAssemblyArchive -> DeployAssemblyInstance -> UndeployAssemblyInstance -> UnregisterAssemblyArchive -> DeleteAssemblyArchive
D. RegisterAssemblyArchive -> UploadAssemblyArchive -> DeployAssemblyInstance -> UndeployAssemblyInstance -> DeleteAssemblyArchive -> UnregisterAssemblyArchive
What is the first step towards creating an appliance?
A. introspection of an installed system
B. introspection of a VM template
C. fileset capture
D. template creation
Which four components are included in WLS Management Pack? (Choose four.)
A. Real User Monitoring
B. JVM Diagnostics
C. Business Transaction Management
D. Lifecycle Management
E. Configuration Management
F. Ops Center
You plan to deploy your Coherence application to a new production environment. You want to ensure that the new environment supports multicast, and that all of the machines are connected to the same physical switch for optimal performance. What two tools will help confirm that the new environment satisfies both criteria? (Choose two.)
A. Coherence MulticastTest
B. Coherence DatagramTest
C. Coherence Console
D. Coherence CohQL Command-Line
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