站内搜索
1z0-523 问题列表
问题 单选题Identify architecturally where in an application, Coherence stack will be used ()A  coherence resides locally on the machines of all remote application usersB  coherence resides between remote users and the Web tierC  coherence resides between the Web tier and application tierD  coherence resides between the application tier and data tier

问题 单选题Which product should be used along with Oracle Enterprise Manager Packs for Fusion Middleware for end-to-end visibility ?()A  Oracle Data Masking PackB  Oracle Real Application TestingC  Oracle Byte Code Instrumentation for Java (BCI4J)D  Oracle Real User Expirience Insight (ORUEI)

问题 单选题Coherence provides the ideal infrastructure for building _____ services, and the ______ applications.()A  Data Grid; Client and Server basedB  Outster; Client and Server basedC  Data Grid;DNS basedD  Cloud cluster;Client and Server based

问题 单选题In a typical production environment, which server(s) hosts the application ?()A  Node ServerB  Administration ServerC  Managed ServerD  Configuration Server

问题 单选题Which feature/offering of Oracle Application Grid makes it particularly easy to significantly increase the performance of Web-based applications with no code change ? ()A  ActiveCacheB  Store-and-ForwardC  Messaging BridgeD  MetaCache

问题 单选题You want to use te Coherence Java APIs to directly cached POJOs. Consider this snippet of code: NamedCache cache - CacheFactory.getCache("mycache");  cache.put(new Integer(I)f "hello"); cache.put(T,"hi");  cache.put(new Long(II),"hey");  This code inserts three objects into the cache.  Why ?()A  hashCode() and equals() method for each object type is different so a different key is usedB  each object value string is different so a different value is inserted on each putC  equals() and compare() method is different for each putD  POF need to be implemented for this to work properly

问题 多选题In Real Operations Automation, we have Domain Template and WebLogic Scripting Tool for provisioning and configuration respectively.  Which are the other two elements ?()AWeblogic ClusterBWeblogic CacheCWeblogic GridDWeblogic Deployment

问题 多选题Which two statements are true about Oracle Real Applications Insight ?()Ait provides enhanced visibility across the entire application infrastructureBit provides a set of management tools that enable automation of configuraionCit significantly increases the performance of Web-based applications with no code changeDit dramatically reduces costs associated with diagnostics, configuration, and deployment on production servers

问题 多选题Choose the two correct statements regarding Oracle WebLogic Server()Aa server instance can be associated with multiple machinesBa machine can be associated with multiple server instanceCa server instance can be associated with only a single machineDa machine can be associated with only one server instance

问题 多选题Which three data sources integrations are provided by Coherence out of the box ? ()ATopLink Grid and TopLink EssentialsBJava Persistence API (JPA)COpen Database Connectivity (ODBC)DFileSystemEJava Database Connectivity (JDBC)

问题 单选题()is a collection of components managed by Fusion Middleware Control. It can contain Oracle WebLogic Server domains, one Administration Server, one or more Managed Servers, clusters, and the Oracle Fusion Middleware components that are installed, configured, and running in the domainA  farmB  beanC  unitD  node

问题 多选题In Real Operations Automation, we have Domain Template and WebLogic Scripting Tool for provisioning and configuration respectively.  Which are the other two elements ?()AWeblogic ClusterBWeblogic CacheCWeblogic GridDWeblogic Deployment

问题 单选题ABC Company has approximately 150’000 products in their catalog and wants to put these within a Coherence cache to improve performance and access times of their existing JEE application without too much change to existing code. There are a number of servlets that get the same product information multiple times within a page. There are also a number of server-based processes that run at regular intervals and also request product information many times. Products have small changes which need to be updated during the day.  What would be the most appropriate caching scheme to use ? ()A  Near CacheB  Distributed CacheC  Local CacheD  Replicated Cache

问题 单选题Why would you use WebLogic Diagnostics Framework (WLDF) instead of Oracle Enterprise Manager (OEM) ()A  WLDF has better performance than OEM B  my organization already has a solution for unified management and monitoring; we need to supplement that with some specific WLS-related capabilitiesC  OEM is not certified with latest version of WLSD  OEM is really focused on the database tier, is not meant to address JEE management and monitoring

问题 多选题What two statements are true about Oracle Enterprise Manager’s Java Diagnostic tool, which makes the tool suitable for production server diagnostics ?()Avirtually zero overhead for application running in the JVMBno stalling of running JVM when taking a heap dump for memory analysisCno need of modification, changes, or instrumentation of the application since is uses Network Protocol Analysis (NPA technology)Dprovides Byte Code Instrumentation for Java