站内搜索
1z0-599 问题列表
问题 单选题Integration between () multidata sources and () is defined as the Grid Link for RAC.A Oracle WebLogic Server; Oracle DatabaseB Oracle WebLogic Server clusters; Oracle DatabaseC Oracle WebLogic Server clusters; Oracle Database RACD Oracle OC4J; Oracle Database RACE Oracle WebLogic Server; Oracle OC4J

问题 单选题A customer needs to ensure that the number of threads servicing an application does not exceed the number of database connections available to the application. What step must you take to address this situation?()A Configure a Max Threads Constraint and add your application to the list of applications for the  Constraint.B Configure a Work Manager with a Maximum Threads Constraint tied to the Connection Pool and  configuration your application to use the Work Manager.C Configure a Work Manager with a Minimum Threads Constraint tied to the Connection Pool and  configure your application to use the Work Manager.D Configure a global MaxThreads constraint and target it to the server or clusters where your  application is deployed.E Configure the startup parameter -Dwls-maxThreads to be the same as the number of  database connections configured.

问题 多选题Identify four valid requests in a RESTful service using JAX-RS.()AGETBPUTCUPDATEDDELETEEPOSTFREMOVE

问题 多选题For real time event processing, which three clients can you use?()AJavaBC++C.NETDREST

问题 多选题Which four service offerings are included in Oracle Public Cloud?()ADatabase ServiceBData ServiceCJava ServiceDSecurity ServiceE.NET ServiceFSOA Service

问题 多选题Identify the three processes that customers can choose for patching WebLogic Server.()ADownload patches from My Oracle Support and manage them using Smart Update.BUse Enterprise Manager to download patches from My Oracle Support and apply patches to WebLogic.CDownload patches from My Oracle Support and manually modify the classpath of the application server (though it is not recommended).DDownload patches from My Oracle Support and apply them using the WebLogic Admin Console.EUse the Admin Console to connect to My Oracle Support and download patches and then target them to the domain.

问题 单选题Which new key architectural element introduced in WebLogic Server l2c should you take  advantage of when designing Disaster Recovery Centers with active - passive mode?()A MAN Clusters, because they would allow you to synchronously replicate state in low latency networks B WAN Clusters, because they would allow you to asynchronously replicate state in nonlow latency networks.  C Transaction Log in the database, because you could avoid synchronizing two replication technologies (database and file)  D Data Guard, because it is the most effective way to replicate a state across locationsE GoldenGate, because it is the most effective way to replicate a state across locations

问题 单选题Which feature is enabled when you start a WebLogic server with the ¨CDserverType=wlx option?()A JDBCB JCAC JMSD EJBE Java EE

问题 单选题A customer claims that while redeploying a web application in the production system all their  customers are having to log in again. What do you recommend? ()A Sessions can't be preserved when redeploying applications. The customer needs to consider redeployment during late nights when the traffic is low.  B Change the flag responsible for the development mode of their environment. In the production mode, all sessions are preserved while redeploying application.  C Change Hotspot to JRockit. Sessions can't be preserved on HotSpot when redeploying application. D Use flag -version when redeploying the application. This will switch on the Side By Side deployment feature and preserve existing sessions.E Open a service request with Oracle Support. This is unexpected behavior. Sessions are  preserved without any extra settings.

问题 单选题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 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

问题 多选题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.

问题 多选题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

问题 单选题How can you configure High Availability for interacting with a non-Oracle database using WebLogic?()A Configure multiple physical data sources and reuse the same JNDI name for each.B Use the compatibility option of Active GridLink to enable compatibility with non-Oracle  databases.C Configure a single physical data source for each node in a database cluster and wrap it using  Multi Data Source.D Configure a Data Source Group that contains a physical connection pool to each node in the  database cluster.

问题 多选题What are the two proper locations of deployment descriptors files inside of archives deployed to WebLogic?()Athe WEB-INF subdirectory for a WAR fileBthe META-INF subdirectory for an EAR file, or EJB-JARCthe DD-INF subdirectoryDthe root of archiveEany searchable location