多选题Which four steps are involved to use Active Cache Dependency Injection in a WebLogic Java EE application?()ADeploy Active Cache shared libraryBDeclare dependency on the shared libraryCDeclare all dependency injection entriesDPackage tangosol-coherence-

题目
多选题
Which four steps are involved to use Active Cache Dependency Injection in a WebLogic Java EE application?()
A

Deploy Active Cache shared library

B

Declare dependency on the shared library

C

Declare all dependency injection entries

D

Package tangosol-coherence-override.xml in modules classpath

E

Package coherence-cache-config.xml in modules classpath


相似考题
更多“多选题Which four steps are involved to use Active Cache Dependency Injection in a WebLogic Java EE application?()ADeploy Active Cache shared libraryBDeclare dependency on the shared libraryCDeclare all dependency injection entriesDPackage tangosol-coherence-”相关问题
  • 第1题:

    Which system administration command you can use to update Id.so.cache after the installation of new shared libraries?()

    • A、 Idconfig
    • B、 Idd
    • C、 libpath
    • D、 newlibs

    正确答案:A

  • 第2题:

    Active Cache is the integration of Coherence and WebLogic Server. Which component is NOT part of this integration?()

    • A、Coherence*Web
    • B、Coherence*Extend
    • C、TopLink Grid with Coherence
    • D、Coherence cluster lifecycle management in WebLogic Server
    • E、Named cache dependency Injection

    正确答案:B

  • 第3题:

    Which statement is FALSE regarding WebLogic Server 12c?()

    • A、supports Java EE 6.0
    • B、supports WebLogic Web Services 8.1 Application Environment
    • C、includes a new Maven plug-in
    • D、supports use of annotations in resource adapter class files

    正确答案:B

  • 第4题:

    You find that the database performance degrades while you backup the PROD database using Recovery Manager (RMAN). The PROD database is running in shared server mode. The database instance is currently using 60% of total operating system memory. You suspect the shared pool fragmentation to be the reason. Which action would you consider to overcome the performance degradation?()

    • A、Configure Java Pool to cache the java objects.
    • B、Configure Streams Pool to enable parallel processing.
    • C、Increase Shared Pool size to cache more PL/SQL objects.
    • D、Increase Database Buffer Cache size to increase cache hits.
    • E、Configure Large Pool to be used by RMAN and shared server.
    • F、Increase the total System Global Area (SGA) size to increase memory hits.

    正确答案:E

  • 第5题:

    Which four steps are involved to use Active Cache Dependency Injection in a WebLogic Java EE application?()

    • A、Deploy Active Cache shared library
    • B、Declare dependency on the shared library
    • C、Declare all dependency injection entries
    • D、Package tangosol-coherence-override.xml in modules classpath
    • E、Package coherence-cache-config.xml in modules classpath

    正确答案:A,B,C,E

  • 第6题:

    Your company has an Active Directory Domain Services (AD DS) domain. All servers run Windows Server 2008 R2. All client computers run Windows 7. You are deploying Microsoft Office 2007 and an Office plug - in as virtua l applications by using Microsoft Application Virtualization (App - V) 4.6. You have sequenced Office and the plug - in separately.You need to ensure that the plug - in interacts with Office correctly. Which two actions should you perform?()

    • A、Edit the Open Software Description (.osd) file for Office and declare the plug - in as a dependency.
    • B、Edit the Open Software Description (.osd) file for the plug - in and declare Office as a dependency.
    • C、Edit the Open Software Description (.osd) file for Office and set MANDATORY=FALSE in the CODEBASE element.
    • D、Edit the Open Software Description (.osd) file for the plug - in and set MANDATORY=FALSE in the CODEBASE element.

    正确答案:A,C

  • 第7题:

    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You create a Web page that has a GridView control named GridView1. The GridView1 control displays the  data from a database named Region and a table named Location.  You write the following code segment to populate the GridView1 control. (Line numbers are included for reference only.)  01 Protected Sub Page_Load(ByVal sender As Object, _ ByVal e As EventArgs)  02 Dim connstr As String  03 ...  04 SqlDependency.Start(connstr)  05 Using connection As New SqlConnection(connstr)  06 Dim sqlcmd As New SqlCommand()  07 Dim expires As DateTime = DateTime.Now.AddMinutes(30)  08 Dim dependency As SqlCacheDependency = _  09 New SqlCacheDependency("Region", "Location")  10 Response.Cache.SetExpires(expires)  11 Response.Cache.SetValidUntilExpires(True)  12 Response.AddCacheDependency(dependency)  13  14 sqlcmd.Connection = connection  15 GridView1.DataSource = sqlcmd.ExecuteReader()  16 GridView1.DataBind()  17 End Using 18 End Sub  You need to ensure that the proxy servers can cache the content of the GridView1 control. Which code segment should you insert at line 13? () | English | Chinese | Japan | Korean | - 90 - Test Information Co., Ltd. All rights reserved.

    • A、Response.Cache.SetCacheability(HttpCacheability.Private) 
    • B、Response.Cache.SetCacheability(HttpCacheability.Public) 
    • C、Response.Cache.SetCacheability(HttpCacheability.Server) 
    • D、Response.Cache.SetCacheability(HttpCacheability.ServerAndPrivate) 

    正确答案:B

  • 第8题:

    多选题
    You deployed a Java EE Shared Library and want to use it from an application that is also deployed on the same cluster.    Which two manifest attributes must be specified at a minimum with corresponding values in the deployment descriptor of the application that requires?()
    A

    Implementation-Version

    B

    Specification-Version

    C

    Extension-Name

    D

    Specification-Vendor

    E

    Implementation-Vendor


    正确答案: C,E
    解析: 暂无解析

  • 第9题:

    单选题
    Which system administration command you can use to update Id.so.cache after the installation of new shared libraries?()
    A

     Idconfig

    B

     Idd

    C

     libpath

    D

     newlibs


    正确答案: A
    解析: 暂无解析

  • 第10题:

    多选题
    Your company has an Active Directory Domain Services (AD DS) domain. All servers run Windows Server 2008 R2. All client computers run Windows 7. You are deploying Microsoft Office 2007 and an Office plug - in as virtua l applications by using Microsoft Application Virtualization (App - V) 4.6. You have sequenced Office and the plug - in separately.You need to ensure that the plug - in interacts with Office correctly. Which two actions should you perform?()
    A

    Edit the Open Software Description (.osd) file for Office and declare the plug - in as a dependency.

    B

    Edit the Open Software Description (.osd) file for the plug - in and declare Office as a dependency.

    C

    Edit the Open Software Description (.osd) file for Office and set MANDATORY=FALSE in the CODEBASE element.

    D

    Edit the Open Software Description (.osd) file for the plug - in and set MANDATORY=FALSE in the CODEBASE element.


    正确答案: D,B
    解析: 暂无解析

  • 第11题:

    多选题
    Which of the following describes WebSphere Application Servers dynamic caching?()
    A

    Stores and retrieves Java objects from memory

    B

    Provides disk offloading capability

    C

    Cannot use session information to cache servlets or JSPs

    D

    Can be shared but cannot be replicated among servers


    正确答案: D,C
    解析: 暂无解析

  • 第12题:

    多选题
    You have configured Automatic Shared Memory Management. Which four memory structures would be automatically tuned? ()
    A

    log buffer

    B

    Java pool

    C

    Large pool

    D

    Fixed SGA

    E

    Shared pool

    F

    Streams pool

    G

    Keep buffer cache

    H

    Database buffer cache


    正确答案: F,B
    解析: 暂无解析

  • 第13题:

    You deployed a Java EE Shared Library and want to use it from an application that is also deployed on the same cluster.    Which two manifest attributes must be specified at a minimum with corresponding values in the deployment descriptor of the application that requires?()

    • A、Implementation-Version
    • B、Specification-Version
    • C、Extension-Name  
    • D、Specification-Vendor
    • E、Implementation-Vendor

    正确答案:A,C

  • 第14题:

    To use Active Cache features in WebLogic 12C, which three libraries are needed from the WebLogic Server installation to be deployed in WebLogic Server?()

    • A、coherence-work.jar
    • B、coherence.jar
    • C、active-cache-1.0.jar
    • D、coherence-web-spi.war

    正确答案:B,C,D

  • 第15题:

    Identify four features of WebLogic that provide value above and beyond a simple Java EE  container.()

    • A、Active GridLink for RAC
    • B、support for enterprise Web Services standards beyond Java EE specification
    • C、Integration with Enterprise Manager
    • D、market leading performance
    • E、Java EE6 Specification Support
    • F、Java SE 7 support

    正确答案:A,B,E,F

  • 第16题:

    You have configured Automatic Shared Memory Management. Which four memory structures would be automatically tuned? ()

    • A、 log buffer
    • B、 Java pool
    • C、 Large pool
    • D、 Fixed SGA
    • E、 Shared pool
    • F、 Streams pool
    • G、 Keep buffer cache
    • H、 Database buffer cache

    正确答案:B,C,E,H

  • 第17题:

    You work as a database administrator for Certkiller .com. You find that the database performance degrades while you backup the Certkiller database using Recovery Manager (RMAN). The Certkiller database is running in shared server mode. The database instance is currently using 60% of total operating system memory. You suspect the shared pool fragmentation to be the reason.  Which action would you consider to overcome the performance degradation?()

    • A、Configure Java Pool to cache the java objects.
    • B、Configure Streams Pool to enable parallel processing.
    • C、Increase Shared Pool size to cache more PL/SQL objects.
    • D、Increase Database Buffer Cache size to increase cache hits.
    • E、Configure Large Pool to be used by RMAN and shared server.
    • F、Increase the total System Global Area (SGA) size to increase memory hits.

    正确答案:E

  • 第18题:

    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a Web page that has a GridView control named GridView1. The GridView1 control displays the data from a database named Region and a table named Location. You write the following code segment to populate the GridView1 control:   01 protected void Page_Load(object sender, EventArgs e)   02 {   03   string connstr;   04   05   SqlDependency.Start(connstr);   06   using (SqlConnection connection =   07     new SqlConnection(connstr))   08   {   09     SqlCommand sqlcmd = new SqlCommand();   10     DateTime expires = DateTime.Now.AddMinutes(30);   11     SqlCacheDependency dependency = new   12       SqlCacheDependency("Region", "Location");  13     Response.Cache.SetExpires(expires);   14     Response.Cache.SetValidUntilExpires(true);   15     Response.AddCacheDependency(dependency);   16 ►  17     sqlcmd.Connection = connection;   18     GridView1.DataSource = sqlcmd.ExecuteReader();   19     GridView1.DataBind();   20   }   21 }  You need to ensure that the proxy servers can cache the content of the GridView1 control.  Which code segment should you insert at line 16?()

    • A、Response.Cache.SetCacheability(HttpCacheability.Private); 
    • B、Response.Cache.SetCacheability(HttpCacheability.Public); 
    • C、Response.Cache.SetCacheability(HttpCacheability.Server); 
    • D、Response.Cache.SetCacheability(HttpCacheability.ServerAndPrivate);

    正确答案:B

  • 第19题:

    多选题
    To use Active Cache features in WebLogic 12C, which three libraries are needed from the WebLogic Server installation to be deployed in WebLogic Server?()
    A

    coherence-work.jar

    B

    coherence.jar

    C

    active-cache-1.0.jar

    D

    coherence-web-spi.war


    正确答案: B,A
    解析: 暂无解析

  • 第20题:

    单选题
    Active Cache is the integration of Coherence and WebLogic Server. Which component is NOT part of this integration?()
    A

    Coherence*Web

    B

    Coherence*Extend

    C

    TopLink Grid with Coherence

    D

    Coherence cluster lifecycle management in WebLogic Server

    E

    Named cache dependency Injection


    正确答案: D
    解析: 暂无解析

  • 第21题:

    问答题
    解释一下DI(Dependency Injection,依赖注入)和IoC(Inversion of Control,控制反转)。

    正确答案: 依赖注入DI是一个程序设计模式和架构模型,一些时候也称作控制反转,尽管在技术上来讲,依赖注入是一个IOC的特殊实现,依赖注入是指一个对象应用另外一个对象来提供一个特殊的能力,例如:把一个数据库连接已参数的形式传到一个对象的结构方法里面而不是在那个对象内部自行创建一个连接。控制反转和依赖注入的基本思想就是把类的依赖从类内部转化到外部以减少依赖
    应用控制反转,对象在被创建的时候,由一个调控系统内所有对象的外界实体,将其所依赖的对象的引用,传递给它。也可以说,依赖被注入到对象中。所以,控制反转是,关于一个对象如何获取他所依赖的对象的引用,这个责任的反转。
    解析: 暂无解析

  • 第22题:

    多选题
    Which two initialization parameters would you set to enable Automatic Shared Memory Management?()
    A

    set SHARED_POOL_SIZE to zero

    B

    set STATISTICS_LEVEL to BASIC

    C

    set SGA_TARGET to a non-zero value

    D

    set DB_CACHE_SIZE to a non-zero value

    E

    set STATISTICS_LEVEL to TYPICAL or ALL


    正确答案: A,B
    解析: 暂无解析

  • 第23题:

    多选题
    Your company has an Active Directory Domain Services (AD DS) domain. All servers run Windows Server 2008 R2. All client computers run Windows 7. You are deploying Microsoft Office 2007 and an Office plug-in as virtual applications by using Microsoft Application Virtualization (App-V) 4.6. You have sequenced Office and the plug-in separately. You need to ensure that the plug-in interacts with Office correctly. Which two actions should you perform?()
    A

    Edit the Open Software Description (.osd) file for Office and declare the plug-in as a dependency.

    B

    Edit the Open Software Description (.osd) file for the plug-in and declare Office as a dependency.

    C

    Edit the Open Software Description (.osd) file for Office and set MANDATORY=FALSE in the CODEBASE element.

    D

    Edit the Open Software Description (.osd) file for the plug-in and set MANDATORY=FALSE in the CODEBASE element.


    正确答案: B,C
    解析: 暂无解析