多项选择题Which action cannot be done in a scripted, automated fashion using WLST?()

A.collecting run-time metrics and sending an email if user-defined thresholds are exceeded
B.configuring Clusters and Managed Servers
C.starting Managed Servers using the Node Manager
D.installing WebLogic binaries on a remote machine using Node Manager
E.configuring a Managed Server on a remote machine where the Node Manager is installed but  no other Managed Servers from the domain exist


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题Which option must you choose to configure Node Manager on a machine (server or zone)?()

A.Configure one Node Manager per domain (for example, if there are two domains on one  machine, then you will need to configure two Node Managers).
B.Configure one Node Manager per machine with any number of WebLogic instances running on it.
C.Configure one Node Manager per machine for all WebLogic, OHS, and OEM running on the  same machine.
D.Configure one Node Manager for every WebLogic instance.
E.Configure two or more Node Managers for every WebLogic instance.

3.单项选择题

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. 

4.多项选择题Which two IDEs are supported development environments for WebLogic Server 12c in version 12.1.1?()

A.Websphere Developer Studio
B.NetBeans
C.InteliJ IDIA
D.JDeveloper
E.Eclipse
F.WebLogic Workshop

5.单项选择题

A WebLogic team is developing an enterprise application from their desktop WebLogic environment. All development systems are connected to the same eight data sources for testing.
As a WebLogic Administrator supporting this team, which two actions should you perform to free the developers from creating and configuring all the data sources on their desktop WebLogic environment?()

A.Provide the team with a WebLogic domain template with the testing data sources configured.
B.Provide the development team with a preconfigured domain archive file.
C.Provide the development team with the [datasource] -jdbc.xml file to overwrite their local copy.
D.Create the data sources on behalf each of the developer.
E.Provide the development team with WLST scripts to create and configure the testing data  sources.

6.多项选择题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.() 

A.simplified disaster recovery architecture and efforts
B.better performance than writing logs to a file store
C.common storage of transaction logs with application data
D.common replication of transaction logs with application data
E.higher transaction throughput

8.多项选择题Identify four valid requests in a RESTful service using JAX-RS.()

A.GET
B.PUT
C.UPDATE
D.DELETE
E.POST
F.REMOVE

9.多项选择题Identify three reasons that explain why assigning more than one managed serve achieve better  performance than running one managed server with more resources?()

A.Thread management inside the JVM process might be less effective than context switching between processes on the OS level. It is better to combine both these technologies to achieve full saturation of resources.
B.Current CPUs are multicore units. So starting managed servers in the amount of physical cores and pinning them 1:1 to cores will always get the best performance.
C.By a combination of prioritization of processes on the OS level and Work Manager in WLS, one  could tune the whole environment more precisely.
D.Assigning more than one managed server to hardware will never bring better performance. 
E.More instances means more connections to databases, so one could serve more concurrent  calls on the database level. This is primarily why this approach will give better performance numbers.  
F.Depending on the profile of the application, having more JVMs with smaller heaps will lead to more predictable response times than fewer JVMs with a large heap.

最新试题

A WebLogic team is developing an enterprise application from their desktop WebLogic environment. All development systems are connected to the same eight data sources for testing.As a WebLogic Administrator supporting this team, which two actions should you perform to free the developers from creating and configuring all the data sources on their desktop WebLogic environment?()

题型:单项选择题

Active Cache is the integration of Coherence and WebLogic Server. Which component is NOT part of this integration?()

题型:单项选择题

Which two outcomes result when a domain is created in development mode?()

题型:多项选择题

Which action cannot be done in a scripted, automated fashion using WLST?()

题型:多项选择题

Which four steps are involved to use Active Cache Dependency Injection in a WebLogic Java EE application?()

题型:多项选择题

A customer is developing a custom application that involves a multistep provisioning process for a new account. There is a custom Java client application that is generating multiple JMS messages as part of the process and sending them to the WebLogic tier where they are processed.   Which three steps must you take to implement the solution to allow for scalability and parallel processing of multiple simultaneous provisioning requests while ensuring messages for an individual process are not delivered out of order?()

题型:多项选择题

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 customer has a WebTrade application that initially uses the embedded LDAP to authenticate users. To enhance security, the customer decides to use OAM to authenticate some of the users against an external LDAP store. For this to work, a customer configured an OAMAuthenticator, but was not sure what to select for the Control Flag.What Control Flag should the customer choose?() 

题型:单项选择题

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?()

题型:单项选择题

For real time event processing, which three clients can you use?()

题型:多项选择题