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

You want to use WLST to view metrics for a running domain. Which command should you issue to navigate through the Mbean hierarchy containing the metrics?

A. runtime ()

B. runtimeMbeanServer ()

C. connectRuntime ()

D. beginRuntime ()

E. serverRuntime ()

Buy Now

Correct Answer: E

Similar to the configuration information, WebLogic Server runtime MBeans are arranged in a hierarchical data structure. When connected to an Administration Server, you access the runtime MBean hierarchy by entering the serverRuntime or the domainRuntime command. The serverRuntime command places WLST at the root of the server runtime management objects, ServerRuntimeMBean; the domainRuntime command, at the root of the domain-wide runtime management objects, DomainRuntimeMBean.

Reference: WebLogic Scripting Tool, Browsing Runtime MBeans

Questions 5

You have a domain that was created and configured with WebLogic 10.3.5. You want to upgrade the domain to use WebLogic 12c. Which Oracle tool must you use to upgrade your domain?

A. Oracle WebLogic Domain Upgrade tool

B. Smart Update

C. Smart Upgrade

D. No tool required, just install WebLogic 12c, update the domain to point to the new WebLogic installation and start your domain.

E. JDeveloper

Buy Now

Correct Answer: D

Note:

You can use the 12.1.1 WebLogic Upgrade Wizard to upgrade domains created in WebLogic Server 8.1.

You can also use the WebLogic Upgrade Wizard to upgrade a WebLogic domain created in WebLogic

Server 9.x or 10.x to 12.1.1, but this is optional.

Questions 6

What does the Web Session Affinity feature of Active GridLink for RAC provide?

A. It mandates that HTTP sessions must be stored in an Oracle RAC database for the highest throughput and availability.

B. It pins a connection to the thread associated with a web session such that subsequent connection reservations are significantly faster.

C. It stores a reference to the connection associated with an HTTP session in the session object.

D. It allows developers to modify how their web application reserves and releases database connections to allow enhanced performance.

E. It provides improved performance by associating a database connection with an HTTP session.

Buy Now

Correct Answer: E

Session Affinity Policy

Web applications where a user session has back-to-back online transaction processing (OLTP) have

better performance when repeated operations against the same set of records are processed by the same

RAC instance. Business applications such as online shopping and online banking are typical examples of

this pattern.

A GridLink data source uses the Session Affinity policy to ensure all the data base operations for a web

session, including transactions, are directed to the same Oracle RAC instance of a RAC cluster.

Note:

The context is stored in the HTTP session. It is up to the application how windows (within a browser or

across browsers) are mapped to HTTP sessions.

Note 2:

*

GridLink Affinity WebLogic Server GridLink affinity policies are designed to improve application performance by maximizing RAC cluster utilization. A GridLink data source monitors RAC load balancing advisories (LBAs) using the AffEnabled attribute to determine if RAC affinity is enabled for a RAC cluster. The first connection request is load balanced using Runtime Connection Load- Balancing (RCLB) and is assigned an Affinity context. All subsequent connection requests are routed to the same Oracle RAC instance using the Affinity context of the first connection until the session ends or the transaction completes.

*

Session Affinity

Reference; Configuring and Managing JDBC Data Sources for Oracle Weblogic server 12c, Using GridLink Data Sources

Questions 7

Which two elements of the Java Enterprise Application Archive are required?

A. EJB Archive

B. Deployment Descriptor

C. META-INF sub directory

D. Resource Adapter archive

E. Java library

Buy Now

Correct Answer: AB

A: In WebLogic Server 12c, you can make use of the shared Java EE library feature in WebLogic Server

which provides an easy way to share one or more different types of modules among multiple enterprise

applications. A shared library is a single module or collection of modules that is registered with the Java EE

application container upon deployment. A shared library could be:

· Standalone EJB module

· Standalone web application module

· Multiple EJB modules packaged in an enterprise application · Multiple web application modules packaged

in an enterprise application · Single plain JAR file

B:

* A WAR file deployed to WebLogic Server always includes the following files:

One servlet or Java Server Page (JSP), along with any helper classes. An optional web.xml deployment

descriptor, which is a Java EE standard XML document that describes the contents of a WAR file.

A weblogic.xml deployment descriptor, which is an XML document containing WebLogic Server-specific

elements for Web applications.

A WAR file can also include HTML or XML pages and supporting files such as image and multimedia files.

Questions 8

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

Buy Now

Correct Answer: D

WAN HTTP Session State Replication

Resources in a wide area network (WAN) are frequently spread across separate geographical regions. In

addition to requiring network traffic to cross long distances, these resources are often separated by

multiple routers and other network bottle necks. Network communication in a WAN generally has higher

latency and slower interconnect. Slower network performance within a WAN makes it difficult to use a

synchronous replication mechanism like the one used within a MAN. WebLogic Server provides failover

across clusters in WAN by using an asynchronous data replication scheme.

Note:

HTTP Session State Replication

Weblogic Server uses two methods for replicating HTTP session state across clusters:

in-memory replication

*

Using in-memory replication, WebLogic Server copies a session state from one server instance to another. The primary server creates a primary session state on the server to which the client first connects, and a secondary replica on another WebLogic Server instance in the cluster. The replica is kept up-to-date so that it may be used if the server that hosts the servlet fails.

*

JDBC-based persistence In JDBC-based persistence, WebLogic Server maintains the HTTP session state of a servlet or JSP using file-based or JDBC-based persistence. JDBC-based persistence is also used for HTTP session state replication within a Wide Area Network (WAN).

Questions 9

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 10

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?

A. OPTIONAL

B. REQUISITE

C. REQUIRED

D. SUFFICIENT

E. MANDATORY

Buy Now

Correct Answer: C

Note:

* When you configure multiple Authentication providers, use the JAAS Control Flag for each provider to control how the Authentication providers are used in the login sequence. You can choose the following the JAAS Control Flag settings, among others:

REQUIRED--The Authentication provider is always called, and the user must always pass its authentication test. Regardless of whether authentication succeeds or fails, authentication still continues down the list of providers.

SUFFICIENT--The user is not required to pass the authentication test of the Authentication provider. If authentication succeeds, no subsequent Authentication providers are executed. If authentication fails, authentication continues down the list of providers.

OPTIONAL--The user is allowed to pass or fail the authentication test of this Authentication provider. However, if all Authentication providers configured in a security realm have the JAAS Control Flag set to OPTIONAL, the user must pass the authentication test of one of the configured providers.

* Example:

Setting the Order of Providers

Re-order the OAM Identity Asserter, OID Authenticator, and Default Authenticator by ensuring that the control flag for each authenticator is set as follows:

OAMAuthenticator (REQUIRED) OracleInternetDirectoryAuthenticator (SUFFICIENT)

DefaultAuthenticator (SUFFICIENT)

Reference: Oracle Fusion Middleware Security Guide

Questions 11

Which technology does WebLogic Server use to look up a WebLogic JMS resource?

A. HTTP

B. JNI

C. JNDI

D. T3

E. LDAP

Buy Now

Correct Answer: C

Using JNDI, a JMS client can obtain access to a JMS provider by first looking up a ConnectionFactory. The ConnectionFactory is used to create JMS connections, which can then be used for sending and receiving messages. Destination objects, which represent virtual channels (topics and queues) in JMS, are also obtained via JNDI and are used by the JMS client. The directory service can be configured by the system administrator to provide JMS administered objects so that the JMS clients don't need to use proprietary code to access a JMS provider.

Note:

* The Java Naming and Directory Interface (JNDI) is part of the Java platform, providing applications based on Java technology with a unified interface to multiple naming and directory services.

Questions 12

An airline is building a booking system for its premium and general customers. The goal is to ensure

premium members are given higher access priority when user traffic is high.

What configuration will achieve this goal?

A. Configure a Work Manager for premium users with a Minimum Thread Constraint.

B. Configure a Work Manager for premium users with a higher fair-share-request- class.

C. Configure a Work Manager for premium users with a higher response-time- request-class.

D. Configure a Work Manager general users with a Maximum Thread Constraint.

E. Configure a Work Manager for premium users with a custom request-class.

Buy Now

Correct Answer: B

fair-share-request-class--Specifies the average thread-use time required to process requests. The default fair share value is 50.

For example, assume that WebLogic Server is running two modules. The Work Manager for ModuleA specifies a fair-share-request-class of 80 and the Work Manager for ModuleB specifies a fair-sharerequest-class of 20. During a period of sufficient demand, with a steady stream of requests for each module such that the number requests exceed the number of threads, WebLogic Server will allocate 80% and 20% of the thread-usage time to ModuleA and ModuleB, respectively.

* Example:

lowpriority_workmanager low_priority 10

highpriority_workmanager high_priority 100

Note:

* A request class expresses a scheduling guideline that WebLogic Server uses to allocate threads to requests. Request classes help ensure that high priority work is scheduled before less important work, even if the high priority work is submitted after the lower priority work.

Incorrect:

Not C: response-time-request-class--Specifies a response time goal in milliseconds. Response time goals

are not applied to individual requests. Instead, WebLogic Server computes a tolerable waiting time for

requests with that class by subtracting the observed average thread use time from the response time goal,

and schedules requests so that the average wait for requests with the class is proportional to its tolerable

waiting time.

Not A, D: Not related to thread constraints.

For example, assume that WebLogic Server is running two modules. The Work Manager for ModuleA

specifies a fair-share-request-class of 80 and the Work Manager for ModuleB specifies a fair-sharerequest-class of 20.

Questions 13

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

A. Coherence*Web

B. Coherence*Extend

C. TopLink Grid with Coherence

D. Coherence cluster lifecycle management in WebLogic Server

E. Named cache dependency Injection

Buy Now

Correct Answer: B

WebLogic Server includes features that allow deployed applications to easily use Coherence data caches, and seamlessly incorporate Coherence*Web (not A) for session management and TopLink Grid (not C) as an object-to-relational persistence framework. Collectively, these features are referred to as ActiveCache.

ActiveCache is employed by applications running on WebLogic Server and provides replicated and distributed caching services that make an application's data available to all servers in a Coherence data cluster. New features in this release provide direct access by applications to data caches, either through resource injection or component-based JNDI lookup, and let you display, monitor, create, and configure Coherence clusters using the WebLogic Server Administration Console and WLST.

Reference: Oracle Coherence Tutorial for Oracle Coherence

Exam Code: 1Z0-599
Exam Name: Oracle WebLogic Server 12c Essentials
Last Update: May 26, 2026
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

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