Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Oracle 1z0-599 - Oracle WebLogic Server 12c Essentials

Page: 1 / 3
Total 91 questions

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

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

A.

Deploy Active Cache shared library

B.

Declare dependency on the shared library

C.

Declare all dependency injection entries

D.

Package tangosol-coherence-override.xml in modules classpath

E.

Package coherence-cache-config.xml in modules classpath

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

An application is using WebLogic JMS Store and Forward to forward messages from a local JMS queue a remote WebLogic JMS destination. You need to determine if the messages are being sent from the local Weblogic Server.

Where do you find information and metrics about Store and Forward components in the WebLogic Admin Console?

A.

JMS Persistent Store

B.

JMS Server

C.

JMS Distributed Destination

D.

JMS Store and Forward

E.

Automatic Service Migration

Which statement is FALSE regarding WebLogic Server 12c?

A.

supports Java EE 6.0

B.

supports WebLogic Web Services 8.1 Application Environment

C.

includes a new Maven plug-in

D.

supports use of annotations in resource adapter class files

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 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 Replication

B.

WAN Replication

C.

Synchronous Replication

D.

Asynchronous Replication

E.

Database Replication

A customer has a critical, performance-sensitive web application that connects to a multimode Oracle RAC database. Which feature of WebLogic can provide signification benefit?

A.

The Web Session Affinity feature of Active GridLink for RAC.

B.

WebLogic Clustering

C.

The Transaction Affinity feature of Active GridLink for RAC

D.

Coherence*Web Session Replication

WebLogic Node Manager can be used to manage the life cycle of WebLogic servers. WebLogic Node Manager is installed and started _____.

A.

Per Machine

B.

Per Domain

C.

Per Managed Server

D.

Per Admin Server

You are configuring the data source for an Oracle database. You will need to specify a test table for WebLogic to test the status of the database. Which option should you choose?

A.

a table name which has 100s of records

B.

a table name which has 10s of records

C.

a table name which has empty records

D.

a table name which has 1000s of records

E.

never use a table name