站内搜索
1z0-599 问题列表
问题 单选题A customer has a web application with HTTP Sessions that need to be replicated to a backup site that is more than 100 miles away from the primary site, connected over the Internet.    Which type of session replication in WebLogic is recommended?()A MAN ReplicationB WAN Replication  C Synchronous ReplicationD Asynchronous ReplicationE Database Replication

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

问题 单选题In the area of Performance Management and Diagnostics, which feature is supported in Oracle  Enterprise Manager 12C?()A Search information in logs across multiple domainsB View different log information in single console locationC Save current performance data as baseline to be used in comparison with future dataD Provides single dashboard across multi-tier composite application

问题 单选题A customer stores environmental settings in the deployment descriptors of an application. Whenever they promote the application version from testing to the production environment, they need to open the archive and modify the deployment descriptor. This process is against their security policy.    What approach should you recommend to leverage WebLogic features such that they do not have to modify the application archive for different environments?()A Keep environmental data in the global settings of domain and the application can read it from the domain where it runs.B Keep environmental data in Deployment Plan XML files. It allows you to change parameters in the deployment descriptor without opening the archive file.C Keep environmental data in the database because it is the most effective way of parametrizing the environment.  D Keep archive in exploded format so the customer does not have to open the archive files.E Eliminate all environmental settings from the application. There should not to be any environmental settings in the application. 

问题 多选题Which two outcomes result when a domain is created in development mode?()AWebLogic server starts automatically upon the restarting of the machineBeach new cluster will automatically be created with two managed serversCboot.properties file automatically storedDcreation of an auto deploy folder used for the application to deploy automaticallyENode Manager will be automatically configured

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

问题 多选题Which three JVM options would you add to investigate performance issues in a Hot-Spot JVM?()A-xx:+PrintGCDetailsB-xx:+PrintGCTimeStampsC-xx:+HandlePromotionFailureD-verbose:gcE-server

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

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

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

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

问题 多选题Which two statements are true regarding the WebLogic domain?()AA WebLogic domain can have more than one Administration server.BA WebLogic domain has at least one WebLogic server.CA WebLogic domain can have at the most one cluster.DA WebLogic domain can cross multiple physical machines.EEach WebLogic domain is associated with a different Node Manager.

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

问题 多选题In WebLogic 10.3.6 and 12c, transaction logs can optionally write to a JDBC store instead of a file store on the file system. Identify the three benefits as a result of this capability.()Asimplified disaster recovery architecture and effortsBbetter performance than writing logs to a file storeCcommon storage of transaction logs with application dataDcommon replication of transaction logs with application dataEhigher transaction throughput

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