网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

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?()A、Deploy Active Cache shared libraryB、Declare dependency on the shared libraryC、Declare all dependency injection entriesD、Package tangosol-coherence-override.xml in modules classpathE、Package coherence-cache-config.xml in modules classpath” 相关考题
考题 Which of the following describes WebSphere Application Servers dynamic caching?()A、Stores and retrieves Java objects from memoryB、Provides disk offloading capabilityC、Cannot use session information to cache servlets or JSPsD、Can be shared but cannot be replicated among servers

考题 An application that needs to use a shared library has a deployment descriptor that only specifies the Specification-Version and Extension-Name of the shared library. When the application is deployed, which shared library will be used?()A、The application will go into an ADMIN state and fail to deploy because the Implementation- Version is required.B、The application will be deployed but the classes in the shared library will not be available.C、If you are using the WebLogic Admin Console, you will be prompted for the version you want to  use; otherwise, the application will fail to deploy.D、If there are multiple versions of the shared library deployed, WebLogic will use the one with the highest Implementation-Version.E、If there are multiple versions of the shared library deployed, WebLogic will use the one that was  deployed most recently.

考题 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.

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

考题 Which system administration command you can use to update Id.so.cache after the installation of new shared libraries?()A、 IdconfigB、 IddC、 libpathD、 newlibs

考题 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-VersionB、Specification-VersionC、Extension-Name  D、Specification-VendorE、Implementation-Vendor

考题 Active Cache is the integration of Coherence and WebLogic Server. Which component is NOT part of this integration?()A、Coherence*WebB、Coherence*ExtendC、TopLink Grid with CoherenceD、Coherence cluster lifecycle management in WebLogic ServerE、Named cache dependency Injection

考题 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.jarB、coherence.jarC、active-cache-1.0.jarD、coherence-web-spi.war

考题 Which statement is FALSE regarding WebLogic Server 12c?()A、supports Java EE 6.0B、supports WebLogic Web Services 8.1 Application EnvironmentC、includes a new Maven plug-inD、supports use of annotations in resource adapter class files

考题 Identify four features of WebLogic that provide value above and beyond a simple Java EE  container.()A、Active GridLink for RACB、support for enterprise Web Services standards beyond Java EE specificationC、Integration with Enterprise ManagerD、market leading performanceE、Java EE6 Specification SupportF、Java SE 7 support

考题 You deploy more than one application to the same WebLogic container. The security is set on JavaEE level and all deployed JavaEE applications use the same security roles.    What is your recommendation for an architecture with those requirement?()A、Combine all applications into a single one.B、Define global roles on the WebLogic Domain level.C、Use Ms Active Directory to keep the roles there. D、Use Oracle Identity and Access Management solution to simplify the management.E、Keep role mapping in the external WebLogic Role Mapped developed for that solution.

考题 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.

考题 You have configured Automatic Shared Memory Management. Which four memory structures would be automatically tuned? ()A、 log bufferB、 Java poolC、 Large poolD、 Fixed SGAE、 Shared poolF、 Streams poolG、 Keep buffer cacheH、 Database buffer cache

考题 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.

考题 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.

考题 You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You add a property named ServiceContext to a control. You need the value of ServiceContext to flow to the child controls exactly like the value of the DataContext property of the FrameworkElement class. What should you do? ()A、Inherit the control class from the DependencyObject class.B、Register a dependency property.In the options settings of the property metadata, specify the Inherits option.C、Declare a new property. In the get and set methods of the new property, create an instance of the TraversalRequest class.D、Declare a new property. In the get method of the new property call VisualTreeHelper.GetParent. In the set method of the new property, call VisualTreeHelper.GetChild.

考题 You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You create a custom control named Wheel. You need to ensure that the Speed property of Wheel can be animated. What should you do?()A、Inherit the DependencyObject class.B、Declare the Speed property as a dependency property.C、Declare an animation of the Speed property from within the code-behind file.D、Implement the System.Windows.Media.Animation.IAnimatable interface with the Wheel class.

考题 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);

考题 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) 

考题 多选题To use Active Cache features in WebLogic 12C, which three libraries are needed from the WebLogic Server installation to be deployed in WebLogic Server?()Acoherence-work.jarBcoherence.jarCactive-cache-1.0.jarDcoherence-web-spi.war

考题 多选题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?()AImplementation-VersionBSpecification-VersionCExtension-NameDSpecification-VendorEImplementation-Vendor

考题 单选题Active Cache is the integration of Coherence and WebLogic Server. Which component is NOT part of this integration?()A Coherence*WebB Coherence*ExtendC TopLink Grid with CoherenceD Coherence cluster lifecycle management in WebLogic ServerE Named cache dependency Injection

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

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

考题 单选题You deploy more than one application to the same WebLogic container. The security is set on JavaEE level and all deployed JavaEE applications use the same security roles.    What is your recommendation for an architecture with those requirement?()A Combine all applications into a single one.B Define global roles on the WebLogic Domain level.C Use Ms Active Directory to keep the roles there. D Use Oracle Identity and Access Management solution to simplify the management.E Keep role mapping in the external WebLogic Role Mapped developed for that solution.

考题 多选题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-override.xml in modules classpathEPackage coherence-cache-config.xml in modules classpath

考题 多选题You have configured Automatic Shared Memory Management. Which four memory structures would be automatically tuned? ()Alog bufferBJava poolCLarge poolDFixed SGAEShared poolFStreams poolGKeep buffer cacheHDatabase buffer cache