A customer needs to ensure that the number of threads servicing an application does not exceed the number of database connections available to the application. What step must you take to address this situation?
A. Configure a Max Threads Constraint and add your application to the list of applications for the Constraint.
B. Configure a Work Manager with a Maximum Threads Constraint tied to the Connection Pool and configuration your application to use the Work Manager.
C. Configure a Work Manager with a Minimum Threads Constraint tied to the Connection Pool and configure your application to use the Work Manager.
D. Configure a global MaxThreads constraint and target it to the server or clusters where your application is deployed.
E. Configure the startup parameter "-Dwls-maxThreads" to be the same as the number of database connections configured.
How can you configure High Availability for interacting with a non-Oracle database using WebLogic?
A. Configure multiple physical data sources and reuse the same JNDI name for each.
B. Use the "compatibility" option of Active GridLink to enable compatibility with non-Oracle databases.
C. Configure a single physical data source for each node in a database cluster and wrap it using Multi Data Source.
D. Configure a Data Source Group that contains a physical connection pool to each node in the database cluster.
You want to capture WebLogic internal events correlated with JVM events for viewing offline. What three actions must you take to enable this within WebLogic?
A. Run WebLogic in a JRockit JVM and ensure the Flight Recorder is enabled.
B. Configure the WebLogic Diagnostic Framework Event Volume to Low, Medium, or High depending on the type of events you want to capture.
C. Configure the WebLogic Diagnostic Framework bridge to send events to the JRockit Flight Recording.
D. Take a dump from the default recording or create a new recording for the time period you want to capture.
Integration between _______ multidata sources and _____ is defined as the Grid Link for RAC.
A. Oracle WebLogic Server; Oracle Database
B. Oracle WebLogic Server clusters; Oracle Database
C. Oracle WebLogic Server clusters; Oracle Database RAC
D. Oracle OC4J; Oracle Database RAC
E. Oracle WebLogic Server; Oracle OC4J
Identify four features of WebLogic that provide value above and beyond a simple Java EE container.
A. Active GridLink for RAC
B. support for enterprise Web Services standards beyond Java EE specification
C. Integration with Enterprise Manager
D. market leading performance
E. Java EE6 Specification Support
F. Java SE 7 support
Which four actions can you perform using the WebLogic Admin Console?
A. Stop and start Managed Servers using the Node Manager.
B. Stop and start Coherence Servers using the Node Manager.
C. Create a WebLogic Domain Template.
D. Create and target JDBC connection pools.
E. Create and target WebLogic Diagnostic Framework Diagnostic Modules.
F. Change Java command-line parameters at run time.
A web application is bound to the context named "/webapp" and the client uses the browser and makes a request to the resource http://server:port/webapp/ctxl/resource. Where do you place this resource inside the web application structure?
A. in the subdirectory /WEB-INF/ctxl
B. in the subdirectory /META-INF/ctxl
C. in the subdirectory /ctxl in the root of the archive
D. in the subdirectory /ctxl/resource in the root of the archive
E. in the root of the archive
You want to create a WebLogic domain in a production environment. Which three actions should you perform?
A. Use a multinode WebLogic domain.
B. Use a single-node WebLogic domain.
C. Use clusters.
D. Refrain from using clusters.
E. Install WeLogic in production mode with CA signed certificates.
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
To use Active Cache features in WebLogic 12C, which three libraries are needed from the WebLogic Server installation to be deployed in WebLogic Server?
A. coherence-work.jar
B. coherence.jar
C. active-cache-1.0.jar
D. coherence-web-spi.war