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


您可能感兴趣的试卷

你可能感兴趣的试题

2.单项选择题

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. 

3.多项选择题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

4.单项选择题

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.

5.多项选择题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

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

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

8.多项选择题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.

10.多项选择题Which two outcomes result when a domain is created in development mode?()

A.WebLogic server starts automatically upon the restarting of the machine
B.each new cluster will automatically be created with two managed servers
C.boot.properties file automatically stored  
D.creation of an auto deploy folder used for the application to deploy automatically
E.Node Manager will be automatically configured

最新试题

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

题型:多项选择题

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

题型:单项选择题

Which two options best describe how the Maven Plugin for WebLogic enables WebLogic to be effectively used in a Continuous Integration environment?()

题型:多项选择题

What type of Java EE application can be upgraded to WebLogic 12c using the Smart Upgrade tool?()

题型:单项选择题

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

题型:单项选择题

You want to create a WebLogic domain in a production environment. Which three actions should  you perform?()

题型:多项选择题

Identify four valid requests in a RESTful service using JAX-RS.()

题型:多项选择题

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

题型:单项选择题

In the area of Performance Management and Diagnostics, which feature is supported in Oracle  Enterprise Manager 12C?()

题型:单项选择题

To use Active Cache features in WebLogic 12C, which three libraries are needed from the WebLogic Server installation to be deployed in WebLogic Server?()

题型:多项选择题