Select three true statements regarding Coherence()
第1题:
How can the command-line Coherence application in Windows and UNIX be started ?()
第2题:
Active Cache is the integration of Coherence and WebLogic Server. Which component is NOT part of this integration?()
第3题:
Which two statements are true about Oracle ActiveCache ?()
第4题:
A customer has a critical, performance-sensitive web application that connects to a multinode Oracle RAC database. Which feature of WebLogic can provide significant performance benefit?()
第5题:
Identify two correct statements to complete the sentance. In a Coherence implementation, it is a best practice to implement PortableObject on all customer objects because:()
第6题:
Identify architecturally where in an application, Coherence stack will be used ()
第7题:
Standard Java serialization
.Net Binary serialization
Coherence Portable Object Format
Coherence Externalizable Lite
第8题:
Thread management inside the JVM process might be less effective than context switching between processes on the OS level. It is better to combine both these technologies to achieve full saturation of resources.
Current CPUs are multicore units. So starting managed servers in the amount of physical cores and pinning them 1:1 to cores will always get the best performance.
By a combination of prioritization of processes on the OS level and Work Manager in WLS, one could tune the whole environment more precisely.
Assigning more than one managed server to hardware will never bring better performance.
More instances means more connections to databases, so one could serve more concurrent calls on the database level. This is primarily why this approach will give better performance numbers.
Depending on the profile of the application, having more JVMs with smaller heaps will lead to more predictable response times than fewer JVMs with a large heap.
第9题:
Coherence provides stronger data management than an Application Server
Coherence provides better scale-out performance than a Application Server
Coherence provides better scale-out performance than a Database Server
Coherence provides better througput than a JMS messaging server Coherence provides stronger configuration management than Grid Control
第10题:
it provides enhanced visibility across the entire application infrastructure
it provides a set of management tools that enable automation of configuraion
it significantly increases the performance of Web-based applications with no code change
it dramatically reduces costs associated with diagnostics, configuration, and deployment on production servers
第11题:
It avoids initialization on the first request.
It provides the ability to debug runtime errors in the application.
It provides better performance on the first request for the JSP page.
It avoids execution of the _jspService method on the first request.
第12题:
coherence resides locally on the machines of all remote application users
coherence resides between remote users and the Web tier
coherence resides between the Web tier and application tier
coherence resides between the application tier and data tier
第13题:
Which of the following BEST describes a Blade server?()
第14题:
You work as a database administrator for Certkiller .com. In your database server, the parameter PLSQL_OPTIMIZE_LEVEL has been set to 2. What would this setting achieve?()
第15题:
Which two statements are TRUE regarding Coherence Indexes ? ()
第16题:
Coherence provides the ideal infrastructure for building _____ services, and the ______ applications.()
第17题:
In your database server, the parameter PLSQL_OPTIMIZE_LEVEL has been set to 2. What would this setting achieve?()
第18题:
As an architect for ABC bank, you have been tasked to improve the performance of their online balance transfer application. Due to various margers and takeovers, the bank has heterogeneous systems. Some applications are based on Java while others on either .net or C++. You would like to propose object serialization with Coherence to enable passing objects between these different language platforms. Which of the following options provides the capability ?()
第19题:
it supports very large data-sets such as the result-sets from large search queries to be held in memory
it provides a set of management tools that enables automation of configuration
it provides enhanced visibility across the entire application infrastructure
it significantly increases the performance of Web-based applications with no code change
第20题:
navigate to the $COHERENCE_HOME directory and type bin/coherence.cmd (Windows) or ./bin/coherence.sh (UNIX)
navigate to the $COHERENCE_HOME directory and type coherence.cmd (Windows) or bin/coherence.sh (UNIX)
navigate to the $COHERENCE_HOME directory and type bin/coherence.cmd (Windows) or coherence.sh (UNIX)
All of the above
第21题:
indexes are maintained by cache entry ownes
an application should not suggest an index that another aplication had suggested
indexes cannot be sorted
each application using Coherence may suggest the same set of indexes when it starts
第22题:
Data Grid; Client and Server based
Outster; Client and Server based
Data Grid;DNS based
Cloud cluster;Client and Server based
第23题:
It degrades the run time and compiler performance.
It provides better run time and compiler performance.
It provides better optimization of the statement during parse time.
It forces the rule based optimizer to be used for statement optimization.
It provides better run time performance but slightly degraded compiler performance.
It provides better run time performance but slightly degraded run time performance.