Which three plug-ins are pre-installed with EM 12c?
A. Oracle Fusion Middleware
B. Oracle Cloud Application
C. Oracle Database
D. Oracle MOS (My Oracle Support)
E. Exalogic Elastic Cloud Infrastructure
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.
Which two actions can be used to create/add an index in Coherence? (Choose two.)
A. ValueExtractor
B. Comparator
C. QueryMap
D. MapIndex
E. SimpleMapIndex
With which WLS license is WLS Management Pack EE included?
A. WebLogic Suite
B. WebLogic Server Standard Edition
C. WebLogic Server Enterprise Edition
D. WebLogic Server EE or WebLogic Suite
E. WLS Management Pack is not included in any of the WLS packs
How would you create an SLA based on the "JVM Runtime Up" metric for a specific WLS server?
A. Deploy JVM Diagnostics and set a threshold on the JVMD agent up time.
B. Create a Service target that uses the WLS Domain as its system, and the JVM Runtime as itsperformance metric. Configure SLA by using that metric.
C. Define a threshold on the metric on the All Metrics page, and define a rule to create an Event for that incident. Define an SLA on the count of Incidents.
D. You cannot create an SLA on JVM-related metrics.
A Coherence node dies and is removed from a cluster.
What two actions occur if that node was part of a distributed cache where backup_count = 1? (Choose two.)
A. Access is blocked to all operations while the cluster is rebalanced.
B. Data is re-partitioned so that all data is accessible again.
C. Partitions are moved so that the data is balanced among remaining nodes.
D. Backup partitions are promoted to be primary, and new backups are created.
What three actions can you perform while using Oracle Virtual Assembly Builder (Studio and/or Deployer)? (Choose three.)
A. Create deployment plans.
B. Create appliances and assemblies.
C. Build and package.
D. Transfer and deploy via Deployer.
E. Back up and restore.
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.
What agent is used to collect the WLS server metrics that are available on the WLS All Metrics page?
A. ADP Agent
B. JVM Diagnostics Agent
C. BTM Agent
D. EM Agent
E. JVMD Agent