站内搜索
1z0-599 问题列表
问题
多选题Which two IDEs are supported development environments for WebLogic Server 12c in version 12.1.1?()AWebsphere Developer StudioBNetBeansCInteliJ IDIADJDeveloperEEclipseFWebLogic Workshop
问题
多选题What are four benefits of recommended basic architecture?()AGood load balancing between Presentation Tier and Object TierBEasy administrationCFlexible Load balancingDOptimal performanceESimple security
问题
多选题Which action cannot be done in a scripted, automated fashion using WLST?()Acollecting run-time metrics and sending an email if user-defined thresholds are exceededBconfiguring Clusters and Managed ServersCstarting Managed Servers using the Node ManagerDinstalling WebLogic binaries on a remote machine using Node ManagerEconfiguring a Managed Server on a remote machine where the Node Manager is installed but no other Managed Servers from the domain exist
问题
单选题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
问题
单选题Oracle Coherence is best classified as ()?A
A Database ProductB
A Middleware ProductC
An Object Relational Mapping (ORM) ToolD
A Soft Load BalancerE
An Application Product
问题
多选题A customer needs to implement a Highly Available solution for JMS that has a primary data center and a backup. Which three steps would you perform when designing your solution?()AStore Transaction Logs in a database and use Database stores for JMS to make replication between sites easier.BUse file based Transaction Logs and JMS stores and implement a separate replication solution for files in addition to database in case database replication fails.CImplement Oracle RAC at each site to provide a highly available solution within each datacenter.DConfigure Whole Server Migration to migrate WebLogic Managed Servers from the primary to the secondary site.EConfigure Automatic Service Migration for JMS high availability within a datacenter.
问题
单选题You completed the development of a new application and want to create a new domain in a new environment for functional testing. You want to have the same settings for your new domain as your old domain, with the option of changing the configuration in the new target environment. Which two actions should you execute?()A
Use the introspect () command in WLST to gather the configuration information from the original domain.B
Use pack/unpack to transfer the domain from one machine to another.C
Create a domain template from the original domain using the Domain Template Builder and use the Configuration Wizard to create a new domain from the template.D
Use the Admin Console of the original domain to create a domain template from the original domain and use the Configuration Wizard to create a new domain from the template.
问题
多选题What are the three steps you should take to tune a JDBC Connection pool in WebLogic from the initial settings in a production environment?()AEnsure the maximum size is increased to an appropriate setting.BSet the minimum and maximum size of the connection pool to the same value.CIncrease the statement cache size.DAdd more heap to the JVM.EAdd more nodes to the cluster.
问题
多选题You want to create a WebLogic domain in a production environment. Which three actions should you perform?()AUse a multinode WebLogic domain.BUse a single-node WebLogic domain.CUse clusters.DRefrain from using clusters.EInstall WeLogic in production mode with CA signed certificates.
问题
多选题You want to migrate an application that was developed for OAS/OC4J to WebLogic. The application uses Oracle Streams Advanced Queuing (AQ). You configured a Foreign JMS Server and Data Source but you are not able to send messages to the AQ destination and see them reach the database. Which two things are missing in this configuration?()Anothing, there may be a network connection issueBa Foreign JMS Connection FactoryCa JMS Bridge to map the JNDI of the Local JMS Destination to the remote AQ destinationDa mapping of the Foreign JMS Connection Factory to the Data Source where AQ is configured and installedEOracle AQ Java EE Shared Libraries not deployed and referenced by your application
问题
单选题In WebLogic, the development feature to automatically load/refresh the changes of a Java classes at run time is called().A
HotSwapB
FastSwapC
HotDeployD
FastDeployE
FastReload
问题
单选题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
问题
单选题You installed WebLogic, SOA Suite, and Oracle Service Bus on a machine and want to use the WebLogic Node Manger to start servers for each product. Which statement is true?()A
You need to install a separate node manager for each Middleware Home that has a unique major and minor WebLogic Version Number.B
You need to install and configure only one instance of Node Manager for all products, regardless of the WebLogic version number.C
You need to install and configure a separate Node Manager for each domain of each product you want to run on the machine.D
You need to install one Node Manager but use separate SSL certificates for each product when searching the network communication to the machine
问题
单选题What is the architectural benefit of keeping WebLogic Server transaction log in the database?()A
Oracle does not allow replicating files between data centers, so keeping transaction log in database allows for replication.B
Many transactions in WebLogic are database centric, so keeping log in database makes Two Phase Commit protocol possible.C
It obviates the need to keep in sync two replication technologies (file and database) between data centers. The single replication technology is used for frequently changing data.D
Transaction log in a file system is extremely slow so it cannot be efficiently replicated.
问题
单选题WebLogic 12c, the Maven plug-in has been enhanced with which Maven goal?()A
wls:unzip, wls:install-domain, wls:start-domain, wls:wlst, wls:appcB
wls:install, wls:install-domain, wls:start-domain, wls:wlst, wls:appcC
wls:unzip, wls:create-domain, wls:start-domain, wls:wlst, wls:appcD
wls:install, wls:create-domain, wls:start-server, wls:wlst, wls:appc