站内搜索
1z0-599 问题列表
问题
单选题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.
问题
单选题When a critical error occurs, which module in Enterprise Manager will automatically collect diagnostics data from WebLogic Server?()A
ReportsB
ComplianceC
Support WorkbenchD
Asset DiscoveryE
visual creation of JDBC DataSource object to Oracle RAC
问题
单选题A customer wants to send JMS messages to a remote WebLogic server from a Java SE application over an unreliable network connection. Which feature of WebLogic JMS will enable the customer to send messages from a Java SE client to a JMS destination that is not always easily reached?()A
SAF TargetB
SAF Imported DestinationC
SAF ClientD
SAF ServerE
Distributed SAF JMS
问题
单选题A customer has a critical, performance-sensitive web application that connects to a multinode Oracle RAC database. Which feature of WebLogic can provide significant performance benefit?()A
The Web Session Affinity feature of Active GridLink for RACB
WebLogic Clustering C
The Transaction Affinity feature of Active GridLink for RACD
Coherence*Web Session Replication
问题
多选题Identify three components of the WebLogic JMS architecture.()AJMS ServerBJMS ModuleCNode ManagerDQueue ManagerEPersistent Store
问题
单选题A customer wants to improve the availability of a web application and provide more predictable scalability when scaling out the application. Which Feature of WebLogic should you recommend to help solve this problem?()A
Oracle Web GridB
ActiveCacheC
Coherence Grid EditionD
WebLogic Session ReplicationE
Coherence Web Edition
问题
单选题A customer has a Stock Watch application that publishes stock recommendations to different customers and programs. The stock recommendation message should be processed by only one of the JMS Servers in the cluster. Which JMS model should be used?()A
JMS QueueB
Distributed JMS QueueC
Uniform Distributed TopicD
Partitioned Distributed Topic
问题
多选题Which two options best describe how the Maven Plugin for WebLogic enables WebLogic to be effectively used in a Continuous Integration environment?()Aexecution of unit and integration testsBmanagement of the life cycle of a WebLogic domain including creation, configuration, and server life-cycle managementCdeployment and undeployment of applicationsDJava profiling
问题
多选题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
问题
多选题Identify four features of WebLogic that provide value above and beyond a simple Java EE container.()AActive GridLink for RACBsupport for enterprise Web Services standards beyond Java EE specificationCIntegration with Enterprise ManagerDmarket leading performanceEJava EE6 Specification SupportFJava SE 7 support
问题
多选题You want to configure WebLogic so that Managed Servers are restarted when they are in a FAILED state. Which three steps are necessary to accomplish this?()AConfigure Node Manager on the machines where WebLogic Managed Servers need to be started/restarted.BEnable Auto Restart in the Node Manager Configuration.CEnable Auto Kill if Failed in the Node Manager Configuration.DEnable Auto Kill if Failed for the Managed Server in question.EEnable Auto Restart for the Managed Server in question.
问题
多选题In WebLogic 10.3.6 and WebLogic 12c on ExaLogic, performance of JMS is further improved through ().AWeb Session AffinityBConcurrent Request ManagerCCoherenceDElastic Message Overflow
问题
多选题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.
问题
单选题Assume that you would like to clone an existing WebLogic Domain and enable some customizations. What scenario would you choose?()A
In the Enterprise Manager, find the domain to be cloned. Choose Clone WebLogic Domain from the context menu. In the graphical wizard, customize and extend the domain if needed. These steps will only clone only the domain configuration. Binaries with deployments are needed to be cloned by operation on the file system. B
In the Enterprise Manager, find the domain to be cloned. Choose Clone WebLogic Domain from the context menu. In the graphical wizard, customize the domain. These steps clone the binaries and domain configuration. If the extension is needed, perform it after cloning in the WebLogic web-based console. C
In the Enterprise Manager, find the domain to be cloned. Choose Clone WebLogic Domain from the context menu. In the graphical wizard, customize and extend the domain if it is needed. These steps clone the binaries and domain configuration. D
In the Enterprise Manager, find the domain to be cloned. Choose Clone WebLogic Domain from the context menu. These steps clone the binaries and domain configuration. If the customization or extension is needed, complete that after cloning in the WebLogic web-based console. E
In the file system, copy the domain structure of the configuration directory and paste it in the new location. Modify configuration files for address and port. If further customization is needed, open the WebLogic web-based console and perform these modifications.
问题
单选题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.