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

最新试题

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

题型:单项选择题

You want to migrate an application that was developed for OAS/OC4J to WebLogic. The application uses Oracle Streams Advanced Queuing (AQ). You configured a Foreign JMS Server and Data Source but you are not able to send messages to the AQ destination and see them reach the database.Which two things are missing in this configuration?()

题型:多项选择题

You deployed a Java EE Shared Library and want to use it from an application that is also deployed on the same cluster.   Which two manifest attributes must be specified at a minimum with corresponding values in the deployment descriptor of the application that requires?()

题型:多项选择题

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

题型:单项选择题

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

题型:单项选择题

You are configuring a JMS server with a need for load balancing the messages. To achieve the  load balance you should ().

题型:多项选择题

In WebLogic 10.3.6 and WebLogic 12c on ExaLogic, performance of JMS is further improved through ().

题型:多项选择题

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

题型:单项选择题

A customer wants to send JMS messages to a remote WebLogic server from a Java SE application over an unreliable network connection.Which feature of WebLogic JMS will enable the customer to send messages from a Java SE client to a JMS destination that is not always easily reached?()

题型:单项选择题

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

题型:多项选择题