Question # 1 Which two tasks can be performed when WLST is in OFFLINE mode?
modifying the configuration of an online domain
modifying the configuration of an offline domain
viewing runtime performance data in ONLINE mode
viewing runtime performance data in OFFLINE mode
creating and extending domains
Click for Answer
modifying the configuration of an offline domain
creating and extending domains
Answer Description WLST enables you to create a new domain or update an existing domain without connecting to a running WebLogic Server (that is, using WLST offline)—supporting the same functionality as the Configuration Wizard. E: With WLST you can Creating a Domain (Offline) Updating an Existing Domain (Offline) Creating a Domain Template (Offline) Exporting Diagnostic Data (Offline) Stepping Through a Sample Script: Creating a Domain Using WLST Offline Reference: Creating and Configuring WebLogic Domains Using WLST Offline
Question # 2 WebLogic 12c, the Maven plug-in has been enhanced with which Maven goal?
wls:unzip, wls:install-domain, wls:start-domain, wls:wlst, wls:appc
wls:install, wls:install-domain, wls:start-domain, wls:wlst, wls:appc
wls:unzip, wls:create-domain, wls:start-domain, wls:wlst, wls:appc
wls:install, wls:create-domain, wls:start-server, wls:wlst, wls:appc:
Click for Answer
wls:install, wls:create-domain, wls:start-server, wls:wlst, wls:appc:
Answer Description wls-maven-plugin—Delivered in WebLogic Server 12c, provides enhanced functionality to install, start and stop servers, create domains, execute WLST scripts, and compile and deploy applications. Reference: Developing Applications for Oracle WebLogic Server, Using the WebLogic Development Maven Plug-In
Question # 3 What does the Web Session Affinity feature of Active GridLink for RAC provide?
It mandates that HTTP sessions must be stored in an Oracle RAC database for the highest throughput and availability.
It pins a connection to the thread associated with a web session such that subsequent connection reservations are significantly faster.
It stores a reference to the connection associated with an HTTP session in the session object.
It allows developers to modify how their web application reserves and releases database connections to allow enhanced performance.
It provides improved performance by associating a database connection with an HTTP session.
Click for Answer
It provides improved performance by associating a database connection with an HTTP session.
Answer Description 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 Reference; Configuring and Managing JDBC Data Sources for Oracle Weblogic server 12c, Using GridLink Data Sources
Question # 4 A customer has a Stock Watch application that publishes stock recommendations to different customers and programs. The stock recommendation message should be processed by only one of the JMS Servers in the cluster. Which JMS model should be used?
JMS Queue
Distributed JMS Queue
Uniform Distributed Topic
Partitioned Distributed Topic
Click for Answer
Answer Description JMS queue A staging area that contains messages that have been sent and are waiting to be read. Note that, contrary to what the name queue suggests, messages don't have to be delivered in the order sent. A JMS queue only guarantees that each message is processed only once. Incorrect: Not B: (Only one queue required) * A distributed destination is a set of destinations (queues or topics) that are accessible as a single, logical destination to a client. A distributed destination has the following characteristics: It is referenced by its own JNDI name. Members of the set are usually distributed across multiple servers within a cluster, with each destination member belonging to a separate JMS server. * A distributed queue is a set of physical JMS queue members. As such, a distributed queue can be used to create a QueueSender, QueueReceiver, and a QueueBrowser. The fact that a distributed queue represents multiple physical queues is mostly transparent to your application. Not Topic: JMS topic A distribution mechanism for publishing messages that are delivered to multiple subscribers.
Question # 5 A customer is developing a custom application that involves a multistep provisioning process for a new account. There is a custom Java client application that is generating multiple JMS messages as part of the process and sending them to the WebLogic tier where they are processed. Which three steps must you take to implement the solution to allow for scalability and parallel processing of multiple simultaneous provisioning requests while ensuring messages for an individual process are not delivered out of order?
Update the client application that is creating the JMS messages to use Unit of Work
Configure a WebLogic Cluster for Distributed JMS.
Update the client application that is creating the JMS messages to use Unit of Order.
Enable XA Transactions on the JMS Connection Factory used by the client application.
Enable Load Balancing on the JMS connection factory used by the client application
Click for Answer
Configure a WebLogic Cluster for Distributed JMS.
Update the client application that is creating the JMS messages to use Unit of Order.
Enable XA Transactions on the JMS Connection Factory used by the client application.
Answer Description C: Message Unit-of-Order is a WebLogic Server value-added feature that enables a standalone message producer, or a group of producers acting as one, to group messages into a single unit with respect to the processing order. This single unit is called a Unit-of-Order and requires that all messages from that unit be processed sequentially in the order they were created. D Transactions required for parallel processing. Incorrect: A: Many applications need an even more restricted notion of a group than provided by the Message Unit-of-Order (UOO) feature. If this is the case for your applications, WebLogic JMS provides the Unit-of-Work (UOW) Message Groups, which allows applications to send JMS messages, identifying some of them as a group and allowing a JMS consumer to process them as such. For example, an JMS producer can designate a set of messages that need to be delivered to a single client without interruption, so that the messages can be processed as a unit. Further, the client will not be blocked waiting for the completion of one unit when there is another unit that is already complete. Note: * WebLogic JMS defines two default connection factories, which you can look up using the following JNDI names: weblogic.jms.ConnectionFactory weblogic.jms.XAConnectionFactory Reference: Using Message Unit-of-Order
How to Pass Oracle 1z0-599 Exam?
1
Buy Dumps
Purchase our up-to-date Oracle 1z0-599 dumps that has real questions with verified answers.
2
Preparation
Prepare these Oracle Certification 1z0-599 exam questions answers at home in your free time.
3
Success
You will get same questions in real Oracle WebLogic Server 12c Essentials exam. Simply prepare at home and get certified.