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

Easiest Solution 2 Pass Your Certification Exams

1z0-599 Oracle WebLogic Server 12c Essentials Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Oracle 1z0-599 Oracle WebLogic Server 12c Essentials certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 2
Total 91 questions

You completed the development of a new application and want to create a new domain in a new environment for functional testing. You want to have the same settings for your new domain as your old domain, with the option of changing the configuration in the new target environment.

Which two actions should you execute?

A.

Use the introspect () command in WLST to gather the configuration information from the original domain.

B.

Use pack/unpack to transfer the domain from one machine to another.

C.

Create a domain template from the original domain using the Domain Template Builder and use the Configuration Wizard to create a new domain from the template.

D.

Use the Admin Console of the original domain to create a domain template from the original domain and use the Configuration Wizard to create a new domain from the template.

Which new key architectural element introduced in WebLogic Server l2c should you take advantage of when designing Disaster Recovery Centers with active - passive mode?

A.

MAN Clusters, because they would allow you to synchronously replicate state in low latency networks

B.

WAN Clusters, because they would allow you to asynchronously replicate state in nonlow latency networks.

C.

Transaction Log in the database, because you could avoid synchronizing two replication technologies (database and file)

D.

Data Guard, because it is the most effective way to replicate a state across locations

E.

GoldenGate, because it is the most effective way to replicate a state across locations

Which feature is enabled when you start a WebLogic server with the –DserverType=wlx option?

A.

JDBC

B.

JCA

C.

JMS

D.

EJB

E.

Java EE

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

What are four benefits of recommended basic architecture?

A.

Good load balancing between Presentation Tier and Object Tier

B.

Easy administration

C.

Flexible Load balancing

D.

Optimal performance

E.

Simple security

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.

You deploy more than one application to the same WebLogic container. The security is set on JavaEE level and all deployed JavaEE applications use the same security roles.

What is your recommendation for architecture with those requirements?

A.

Combine all applications into a single one.

B.

Define global roles on the WebLogic Domain level.

C.

Use Ms Active Directory to keep the roles there.

D.

Use Oracle Identity and Access Management solution to simplify the management.

E.

Keep role mapping in the external WebLogic Role Mapped developed for that solution.

For real time event processing, which three clients can you use?

A.

Java

B.

C++

C.

.NET

D.

REST

What type of Java EE application can be upgraded to WebLogic 12c using the Smart Upgrade tool?

A.

GlassFish

B.

iAS

C.

WebLogic Server 11g

D.

JBoss

When your WebLogic Server solution needs to be scaled out with additional capacity and you don’t want to add additional hardware, which three techniques should you us?

A.

Assign more than one managed server to a physical hardware that allows better CPU utilization.

B.

Assign more than one application to one managed server to better utilize threads within a single JVM process.

C.

Assign the same application to more than one managed server to load balance requests between servers.

D.

Assign the same heap size to the managed server across the cluster for easier control of memory footprint

E.

Create a virtualized environment with hypervisor for an easier solution

What is the architectural benefit of keeping WebLogic Server transaction log in the database?

A.

Oracle does not allow replicating files between data centers, so keeping transaction log in database allows for replication.

B.

Many transactions in WebLogic are database centric, so keeping log in database makes Two Phase Commit protocol possible.

C.

It obviates the need to keep in sync two replication technologies (file and database) between data centers. The single replication technology is used for frequently changing data.

D.

Transaction log in a file system is extremely slow so it cannot be efficiently replicated.

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

WebLogic 12c, the Maven plug-in has been enhanced with which Maven goal?

A.

wls:unzip, wls:install-domain, wls:start-domain, wls:wlst, wls:appc

B.

wls:install, wls:install-domain, wls:start-domain, wls:wlst, wls:appc

C.

wls:unzip, wls:create-domain, wls:start-domain, wls:wlst, wls:appc

D.

wls:install, wls:create-domain, wls:start-server, wls:wlst, wls:appc:

A customer needs to analyze an application that was developed for Oracle Application Server 10gR2 or 10gR3 (OC4J) in order to prepare to upgrade the infrastructure to WebLogic 12c. The customer wants understand the changes required to be made to the application and how to configure WebLogic in to support the newly upgraded application.

Which three actions would you recommend for upgrading the customer's application and server configuration?

A.

Use Oracle Upgrade Manager to create a new WebLogic domain template from an OAS/OC4J installation and redeploy the application.

B.

Use SmartUpgrade to analyze the OAS/OC4J server configuration and create WebLogic configuration files.

C.

Use SmartUpgrade to analyze the application archive (EAR/WAR/JAR) Source Directory or IDeveloper project and generate a report that describes the areas of the application that need to be updated.

D.

Use the Configuration Wizard to extend an existing WebLogic domain with OAS/OC4J support libraries and redeploy the application.

E.

Use SmartUpgrade to generate application artifacts and deployment descriptors that can be deployed to WebLogic.

Which WebLogic edition bundles JRockit Real Time?

A.

WebLogic Server Standard Edition

B.

WebLogic Server Enterprise Edition

C.

WebLogic Server Suite

D.

WebLogic Server Grid Edition

E.

WebLogic Server Cloud Edition

You are configuring a JMS server with a need for load balancing the messages. To achieve the load balance you should _______and _______.

A.

use regular queues and topics

B.

use distributed queues and topics

C.

not use subdeployments

D.

disable server affinity

E.

use message paging

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

Which WebLogic optimization allows one non-XA resource to participate in a distributed transaction?

A.

enabling Pinned to Thread

B.

enabling Logging Last Resource

C.

increasing the Statement cache size

D.

setting the statement cache type to LRU

E.

setting the initial and maximum capacity to the same number

A customer stores environmental settings in the deployment descriptors of an application. Whenever they promote the application version from testing to the production environment, they need to open the archive and modify the deployment descriptor. This process is against their security policy.

What approach should you recommend to leverage WebLogic features such that they do not have to modify the application archive for different environments?

A.

Keep environmental data in the global settings of domain and the application can read it from the domain where it runs.

B.

Keep environmental data in Deployment Plan XML files. It allows you to change parameters in the deployment descriptor without opening the archive file.

C.

Keep environmental data in the database because it is the most effective way of parametrizing the environment.

D.

Keep archive in exploded format so the customer does not have to open the archive files.

E.

Eliminate all environmental settings from the application. There should not to be any environmental settings in the application.

You deploy two different applications to the WebLogic container. One application use Xerces parser version A and the other application uses Xerces parser version B. Both these versions are different from the parser version that the WebLogic server uses internally. You want to use the Filtering Classloader feature to solve this problem. What action would you take to generate proper filtering Classloader entries?

A.

Modify the applications to use the same version that WebLogic uses internally.

B.

Based on available examples of Filtering Classloader entries, try to modify get the proper entries.

C.

Deploy and use the Classloader Analyzing Tool to resolve all conflicts with conflicting libraries. This tool will generate all proper entries.

D.

Split the application into separate WebLogic containers and use different WLS versions of Xerces but identical that applications require.

E.

Look for a WebLogic release that uses the same version of Xerces that the applications use.

Page: 1 / 2
Total 91 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved