问题:多选题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
查看答案
问题:单选题An airline is building a booking system for its premium and general customers. The goal is to ensure premium members are given higher access priority when user traffic is high. What configuration will achieve this goal?()A Configure a Work Manager for premium users with a Minimum Thread Constraint.B Configure a Work Manager for premium users with a higher fair-share-request-class.C Configure a Work Manager for premium users with a higher response-time-request-class.D Configure a Work Manager general users with a Maximum Thread Constraint.E Configure a Work Manager for premium users with a custom request-class.
问题:单选题A web application is bound to the context named "/webapp" and the client uses the browser and makes a request to the resource http://server:port/webapp/ctxl/resource. Where do you place this resource inside the web application structure?()A in the subdirectory /WEB-INF/ctxlB in the subdirectory /META-INF/ctxlC in the subdirectory /ctxl in the root of the archiveD in the subdirectory /ctxl/resource in the root of the archiveE in the root of the archive
问题:多选题You have a durable subscriber, and the subscriber is down or not reachable when the message is produced. Which two options regarding the expiry of these messages are true?()Aafter the subscriber is unavailable for 10 minutesBwhen the subscriber is availableCafter the subscriber is unavailable for after an hourDare available until the specified time elapsesEare expired instantly
问题:单选题In a Java EE messaging application, one MDB is consuming a lot of memory at high traffic. What configuration should you use to prevent possible out-of-memory error at high traffic and at the same time not losing messages?()A Configure a Work Manager for the MDB with a Maximum Thread Constraint.B Configure a Work Manager for the MDB with a Minimum Thread Constraint. C Configure a Work Manager for the MDB with a Maximum Thread Constraint and a Capacity Constraint. D Configure a Work Manager for the MDB with a Minimum Thread Constraint and a Capacity Constraint. E Configure a Work Manager for the MDB with both a Maximum Thread Constraint and Minimum Thread Constraint.
问题:单选题Which is the correct WebLogic Server distribution version to download if you want to install WebLogic Server 12c to run in 64 bit mode on a 64 bit Linux X86?()A Linux x86 with 64 bit JVMB ZIP distribution for LinuxC Linux x86 with 32 bit JVMD Generic distributionE Network installer
问题:单选题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.
问题:单选题You want to use WLST to view metrics for a running domain. Which command should you issue to navigate through the Mbean hierarchy containing the metrics?()A runtime () B runtimeMbeanServer ()C connectRuntime ()D beginRuntime ()E serverRuntime ()
问题:多选题Which two tasks can be performed when WLST is in OFFLINE mode?()Amodifying the configuration of an online domainBmodifying the configuration of an offline domainCviewing runtime performance data in ONLINE modeDviewing runtime performance data in OFFLINE modeEcreating and extending domains
问题:多选题Identify the two options that can be used to patch WebLogic Server without Incurring application downtime.()Aautomated process using the Admin ServerBautomated using JDeveloperCmanual process with or without Smart UpdateDscripted with WLSTEautomated process using Enterprise Manager 12c
问题:单选题A customer has a critical, performance-sensitive web application that connects to a multimode Oracle RAC database. Which feature of WebLogic can provide signification benefit?()A The Web Session Affinity feature of Active GridLink for RACB WebLogic ClusteringC The Transaction Affinity feature of Active GridLink for RACD Coherence*Web Session Replication
问题:单选题What is the name of the WebLogic specific deployment descriptor of Java Enterprise Application?()A application.xmlB weblogic.xmlC web.xmlD weblogic-application.xmlE config.xml
问题:单选题Which feature is enabled when you start a WebLogic server with the ¨CDserverType=wlx option?()A JDBCB JCAC JMSD EJBE Java EE
问题:单选题An application is using WebLogic JMS Store and Forward to forward messages from a local JMS queue a remote WebLogic JMS destination. You need to determine if the messages are being sent from the local Weblogic Server. Where do you find information and metrics about Store and Forward components in the WebLogic Admin Console?()A JMS Persistent StoreB JMS Server C JMS Distributed DestinationD JMS Store and Forward E Automatic Service Migration
问题:单选题WebLogic Node Manager can be used to manage the life cycle of WebLogic servers. WebLogic Node Manager is installed and started ().A Per MachineB Per DomainC Per Managed ServerD Per Admin Server
问题:多选题A common approach to solve application performance issues is to add more hardware. Which two reasons describe why this alone does not always solve performance problems?()AThere may be a bottleneck in the application that additional hardware would not solve.BAdding more hardware is costly and time consuming.CAdding hardware at the application layer may place additional load on an already overloaded database, network appliance, or storage system.DAdding more hardware may introduce new configuration requirements that need to be tested.
问题:多选题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
问题:多选题Which three scenarios are true about Domains?()ADomains can be created using the Configuration Wizard.BDomains can be created using WLST.CDomain configuration files are located in the WebLogic home directory.DDomains can be created based on a domain template.
问题:多选题Which four actions can you perform using the WebLogic Admin Console?()AStop and start Managed Servers using the Node Manager.BStop and start Coherence Servers using the Node Manager.CCreate a WebLogic Domain Template.DCreate and target JDBC connection pools.ECreate and target WebLogic Diagnostic Framework Diagnostic Modules.FChange Java command-line parameters at run time.