Deploy Active Cache shared library
Declare dependency on the shared library
Declare all dependency injection entries
Package tangosol-coherence-override.xml in modules classpath
Package coherence-cache-config.xml in modules classpath
第1题:
Which system administration command you can use to update Id.so.cache after the installation of new shared libraries?()
第2题:
Active Cache is the integration of Coherence and WebLogic Server. Which component is NOT part of this integration?()
第3题:
Which statement is FALSE regarding WebLogic Server 12c?()
第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?()
第5题:
Which four steps are involved to use Active Cache Dependency Injection in a WebLogic Java EE application?()
第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?()
第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.
第8题:
Implementation-Version
Specification-Version
Extension-Name
Specification-Vendor
Implementation-Vendor
第9题:
Idconfig
Idd
libpath
newlibs
第10题:
Edit the Open Software Description (.osd) file for Office and declare the plug - in as a dependency.
Edit the Open Software Description (.osd) file for the plug - in and declare Office as a dependency.
Edit the Open Software Description (.osd) file for Office and set MANDATORY=FALSE in the CODEBASE element.
Edit the Open Software Description (.osd) file for the plug - in and set MANDATORY=FALSE in the CODEBASE element.
第11题:
Stores and retrieves Java objects from memory
Provides disk offloading capability
Cannot use session information to cache servlets or JSPs
Can be shared but cannot be replicated among servers
第12题:
log buffer
Java pool
Large pool
Fixed SGA
Shared pool
Streams pool
Keep buffer cache
Database buffer cache
第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?()
第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?()
第15题:
Identify four features of WebLogic that provide value above and beyond a simple Java EE container.()
第16题:
You have configured Automatic Shared Memory Management. Which four memory structures would be automatically tuned? ()
第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?()
第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?()
第19题:
coherence-work.jar
coherence.jar
active-cache-1.0.jar
coherence-web-spi.war
第20题:
Coherence*Web
Coherence*Extend
TopLink Grid with Coherence
Coherence cluster lifecycle management in WebLogic Server
Named cache dependency Injection
第21题:
第22题:
set SHARED_POOL_SIZE to zero
set STATISTICS_LEVEL to BASIC
set SGA_TARGET to a non-zero value
set DB_CACHE_SIZE to a non-zero value
set STATISTICS_LEVEL to TYPICAL or ALL
第23题:
Edit the Open Software Description (.osd) file for Office and declare the plug-in as a dependency.
Edit the Open Software Description (.osd) file for the plug-in and declare Office as a dependency.
Edit the Open Software Description (.osd) file for Office and set MANDATORY=FALSE in the CODEBASE element.
Edit the Open Software Description (.osd) file for the plug-in and set MANDATORY=FALSE in the CODEBASE element.