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?()AMAN ReplicationBWAN Replication  CSynchronous ReplicationDAsynchronous ReplicationEDatabase 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?()ASearch information in logs across multiple domainsBView different log information in single console locationCSave current performance data as baseline to be used in comparison with future dataDProvides 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?()AKeep environmental data in the global settings of domain and the application can read it from the domain where it runs.BKeep environmental data in Deployment Plan XML files. It allows you to change parameters in the deployment descriptor without opening the archive file.CKeep environmental data in the database because it is the most effective way of parametrizing the environment.  DKeep archive in exploded format so the customer does not have to open the archive files.EEliminate 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?()AThe application will go into an ADMIN state and fail to deploy because the Implementation- Version is required.BThe application will be deployed but the classes in the shared library will not be available.CIf 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.DIf there are multiple versions of the shared library deployed, WebLogic will use the one with the highest Implementation-Version.EIf 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?()AThe Web Session Affinity feature of Active GridLink for RACBWebLogic Clustering  CThe Transaction Affinity feature of Active GridLink for RACDCoherence*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?()ACombine all applications into a single one.BDefine global roles on the WebLogic Domain level.CUse Ms Active Directory to keep the roles there. DUse Oracle Identity and Access Management solution to simplify the management.EKeep 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?()AConfigure multiple physical data sources and reuse the same JNDI name for each.BUse the compatibility option of Active GridLink to enable compatibility with non-Oracle  databases.CConfigure a single physical data source for each node in a database cluster and wrap it using  Multi Data Source.DConfigure 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?()AJDBCBJCACJMSDEJBEJava 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.