Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Oracle > Oracle Certifications > 1Z0-599 > 1Z0-599 Online Practice Questions and Answers

1Z0-599 Online Practice Questions and Answers

Questions 4

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.

Buy Now

Correct Answer: B

To manage work in your applications, you define one or more of the following Work Manager components:

Fair Share Request Class:

Response Time Request Class:

Min Threads Constraint:

Max Threads Constraint:

Capacity Constraint

Context Request Class:

Note:

*

max-threads-constraint--This constraint limits the number of concurrent threads executing requests from the constrained work set. The default is unlimited. For example, consider a constraint defined with maximum threads of 10 and shared by 3 entry points. The scheduling logic ensures that not more than 10 threads are executing requests from the three entry points combined. A max-threads-constraint can be defined in terms of a the availability of resource that requests depend upon, such as a connection pool. A max-threads-constraint might, but does not necessarily, prevent a request class from taking its fair share of threads or meeting its response time goal. Once the constraint is reached the server does not schedule requests of this type until the number of concurrent executions falls below the limit. The server then schedules work based on the fair share or response time goal.

*

WebLogic Server prioritizes work and allocates threads based on an execution model that takes into account administrator-defined parameters and actual run-time performance and throughput.

*

WebLogic Server uses a single thread pool, in which all types of work are executed. WebLogic Server

Administrators can configure a set of scheduling guidelines and associate them with one or more applications, or with particular application components.

prioritizes work based on rules you define, and run-time metrics, including the actual time it takes to execute a request and the rate at which requests are entering and leaving the pool.

The common thread pool changes its size automatically to maximize throughput. The queue monitors throughput over time and based on history, determines whether to adjust the thread count. For example, if historical throughput statistics indicate that a higher thread count increased throughput, WebLogic increases the thread count. Similarly, if statistics indicate that fewer threads did not reduce throughput, WebLogic decreases the thread count. This new strategy makes it easier for administrators to allocate processing resources and manage performance, avoiding the effort and complexity involved in configuring, monitoring, and tuning custom executes queues.

Reference: Using Work Managers to Optimize Scheduled Work

Questions 5

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.

Buy Now

Correct Answer: C

Note:

*

A multi data source can be thought of as a pool of data sources. Multi data sources are best used for failover or load balancing between nodes of a highly available database system, such as redundant databases or Oracle Real Application Clusters (Oracle RAC).

*

(not B) A single GridLink data source provides connectivity between WebLogic Server and an Oracle Database service, which may include multiple Oracle RAC clusters

*

High Availability Storage Solutions

If you have applications that need access to persistent stores that reside on remote machines after the migration of a JMS server or JTA transaction log, then you should implement one of the following highly-available storage solutions:

/ File-based stores (default or custom)--Implement a hardware solution, such as a dual-ported SCSI disk or Storage Area Network (SAN) to make a file store available from shareable disks or remote machines.

/ JDBC-accessible stores--Configure a JDBC store or JDBC TLOG store and use JDBC to access this store, which can be on yet another server. Applications can then take advantage of any high-availability or failover solutions offered by your database vendor. In addition, JDBC stores support GridLink data sources and multi data sources, which provide failover between nodes of a highly available database system, such as Oracle Real Application Clusters (Oracle RAC).

Reference: Oracle Fusion Middleware Configuring Server Environments for Oracle WebLogic Server 12c, High Availability Storage Solutions

Questions 6

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.

Buy Now

Correct Answer: ABD

A: You can enable JFR at runtime to take JRA recordings from the JRockit Management Console. You also have the option of turning off the JFR and recordings at the JRockit JVM level from the java command line using:

$ java -XX:-FlightRecorder

B:

*

In most environments, there is little performance impact when the Diagnostic Volume is set to Low and

the most performance impact if Diagnostic Volume is set to High. The volume of diagnostic data produced

by WebLogic Server needs to be weighed against potential performance loss.

*

WLDF provides the Diagnostic Volume attribute to set the amount of code coverage that is enabled and

the amount of data provided in the events that are generated for the covered code The following code

example sets the volume to Medium:

. . .

connect()

edit()

startEdit()

cd("Servers/myserver")

cd("ServerDiagnosticConfig")

cd("myserver")

cmo.setWLDFDiagnosticVolume("Medium")

save()

activate()

D: Integrated with the WebLogic Diagnostic Image and Watch and Notification system

· Enables capture based on system state, event capture during event; no need to replicate · Watch for

stuck thread count, heap size increase, available memory, etc.

· Set up notifications: capture WLDF image

· Diagnostic image capture spurs JFR file generation; JFR file included in diagnostic image · Includes full

JFR data from all event generators

Note:

* WebLogic Diagnostic Framework (WLDF) provides specific integration points with JRockit Mission Control Flight Recorder. WebLogic Server events are propagated to the Flight Recorder for inclusion in a common data set for runtime or post-incident analysis.

Reference: Oracle Fusion Middleware Performance and Tuning for Oracle WebLogic Server, Tuning WebLogic Diagnostic Framework and JRockit Flight Recorder Integration

Reference: JRockit Flight Recorder and WebLogic Diagnostic FrameWork (WLDF) Integration

Questions 7

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

Buy Now

Correct Answer: C

The WebLogic Server JDBC subsystem has supported Oracle RAC since WLS version 8.1 SP5, originally developed for Oracle9i RAC. This support is based on a particular type of data source configuration, called a multi data source. A multi data source is a data source abstraction over one or more individual data sources. It serves JDBC connections from each of the member data sources according to a specified policy2. A RAC multi data source configuration requires that each member data source obtain connections to a particular RAC instance, as illustrated in the following diagram of a three-node RAC cluster configuration.

Reference: Oracle WebLogic Server Active GridLink for Oracle Real Application Clusters(RAC)

Questions 8

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

Buy Now

Correct Answer: ABEF

B: Java EE Enterprise Web Services is supported.

E: New or enhanced WebLogic 12c features include

JAVA EE 6 support all kinds of JEE6 specifications are implemented like :

JSF 2.0,Java Servlets 3.0 JPA 2.0 and EJB 3.1.

Managed Beans 1.0

F: WebLogic 12c also supports supports Java SE 7 (and Java SE 6).

Java language optimizations and Internationalization Client and server support SSL/TLS 1.2 in JSSE to support JAVA Socket Transport security Converged Java VM:JRockit and HotSpot are incorporated with the best features from both. Oracle's Publisher Seminar 2011 during OOW

Incorrect: not C:

Questions 9

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.

Buy Now

Correct Answer: ABDF

Use the Administration Console to:

*

(A) Configure, start, and stop WebLogic Server instances

*

Configure WebLogic Server clusters

*

(D) Configure WebLogic Server services, such as database connectivity (JDBC) and messaging (JMS)

*

Configure security parameters, including managing users, groups, and roles

*

Configure and deploy your applications

*

Monitor server and application performance

*

View server and domain log files

*

View application deployment descriptors

*

(F) Edit selected run-time application deployment descriptor elements

*

(B) Control (start, stop, and restart) standalone Coherence cache servers

*

(B) Create and configure Coherence clusters

Incorrect:

Not C: The separate Domain Template Builder is used for creating Domain Templates.

Questions 10

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

Buy Now

Correct Answer: C

Questions 11

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.

Buy Now

Correct Answer: ACE

Use multi-node and clustering to get performance suitable for a product environment.

Questions 12

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

Buy Now

Correct Answer: ACD

Comparing File Stores and JDBC-accessible Stores

The following are some similarities and differences between file stores and JDBC-accessible stores:

*

(A) JDBC stores may make it easier to handle failure recovery since the JDBC interface can access the database from any machine on the same network. With the file store, the disk must be shared or migrated.

*

The default persistent store can only be a file store. Therefore, a JDBC store cannot be used as a default persistent store.

*

Both have the same transaction semantics and guarantees. As with JDBC store writes, file store writes are guaranteed to be persisted to disk and are not simply left in an intermediate (that is, unsafe) cache.

*

Both have the same application interface (no difference in application code).

*

(not B, not E) All things being equal, file stores generally offer better throughput than a JDBC store.

/ If a database is running on high-end hardware with very fast disks, and WebLogic Server is running on slower hardware or with slower disks, then you may get better performance from the JDBC store.

*

File stores are generally easier to configure and administer, and do not require that WebLogic subsystems depend on any external component.

*

File stores generate no network traffic; whereas, JDBC stores generate network traffic if the database is

on a different machine from WebLogic Server.

Reference: Configuring Server Environments for Oracle WebLogic Server 12c, Comparing File Stores and JDBC-accessible Stores

Questions 13

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

Buy Now

Correct Answer: BCD

B, D: In addition to the coherence.jar file, Coherence provides a deployable shared library, coherence-web-spi.war, that contains a native plug-in to WebLogic Server's HTTP Session Management interface. Coherence also provides the active-cache-1.0.jar file which contains the classes that allow WebLogic Server to interact with Coherence.

C: The active-cache-1.0.jar is included in the WebLogic Server installation.

Reference: Oracle Coherence Tutorial for Oracle Coherence

Exam Code: 1Z0-599
Exam Name: Oracle WebLogic Server 12c Essentials
Last Update: Jun 13, 2025
Questions: 91

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2025 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.