Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

You are troubleshooting why transactions are not being committed. After investigation, you realize that these transactions have enough time during the first phase of the two-phase commit, but not enough time during the second phase. Therefore, rather than committing, they are timing out and are being rolled back.

Which Java Transaction API (JTA) attribute needs a larger value?

A.

Timeout Seconds

B.

Abandon Timeout Seconds

C.

Before Completion Iteration Limit

D.

Checkpoint Interval Seconds

E.

Unregister Resource Grace Period

Full Access
Question # 5

You are in the process of planning a deployment in which a single WebLogic cluster will host a web application. There are several options to consider.

Which is not a valid decision?

A.

Proxy plug-in or hardware load balancer

B.

Configured or dynamic cluster

C.

Replicated or persistent HTTP sessions

D.

Unicast or multicast communication

E.

Single or multiple domains

Full Access
Question # 6

Identify two reasons for defining machines and assigning servers to them in WebLogic Server. (Choose two.)

A.

A machine can be the proxy to a cluster.

B.

A machine definition is required to configure the Node Manager.

C.

To reference an instance of WebLogic Server, you must know its machine and port.

D.

A machine is a required organizational unit. A domain contains machines and machines contain servers.

E.

WebLogic Server uses server machine assignments to help it choose servers in a cluster on which to replicate session state.

F.

A machine’s Cluster Weight attribute may be used by load balancers to help them determine how often to send requests to servers assigned to that machine.

Full Access
Question # 7

You need to monitor the HTTP session count for a running web application.

Identify three ways to perform this monitoring. (Choose three.)

A.

Run the jstat tool in your JDK.

B.

Write and run a custom WLST script.

C.

Use the application’s Monitoring tab in the Administration Console.

D.

Use the Monitoring Dashboard in the Administration Console.

E.

Use the Cloud Control page in the Administration Console.

Full Access
Question # 8

The startup of a WebLogic Server instance fails with the error message:

java.net.BindException : Address already in use

Which two methods help identify what is currently listening at the port and the IP this server is configured to be bound to? (Choose two.)

A.

The pmap command lists all processes running with their associated port number.

B.

The UNIX lsof command can report information on the process that is listening at a particular IP and port on the local machine.

C.

netstat, which is available on Windows and Linux/UNIX, can report on the process bound to this IP and port.

D.

pstat will report detailed runtime statistics on any process currently listening at this IP and port.

E.

The Linux port watching tool PortInfo can raise an alert anytime a process attempts, succeeds, or fails to connect to a specific IP and port. It can also be used to identify if a port is being used by a java process.

Full Access
Question # 9

Which two statements are true about WebLogic data sources? (Choose two.)

A.

Data sources are targeted to a domain.

B.

Data sources are bound in the JNDI tree of a server.

C.

Data sources are based on the JMS specification.

D.

A data source contains a connection pool.

E.

A domain requires at least one data source.

Full Access
Question # 10

You are creating and configuring a cluster by using the administration console. Which two statements are true? (Choose two.)

A.

All servers that will be part of the cluster must be created before the cluster is created.

B.

You must pick the cluster messaging mode.

C.

Even though you create a non-dynamic cluster, you can change it to a dynamic cluster later.

D.

Once the cluster is created, you cannot change its messaging mode.

E.

The administration console does not provide a way to manually migrate singleton services. It must be set up to be done automatically or by using WLST.

Full Access
Question # 11

Which three domain requirements can you implement with the Configuration Wizard? (Choose three.)

A.

Create a Node Manager and enroll it with the domain

B.

Create a domain using a custom template

C.

Assign virtual IP addresses to all servers

D.

Distribute domain files across multiple machines

E.

Create a dynamic cluster of five servers

Full Access
Question # 12

You are carrying out the RDBMS Security Store Configuration using the configuration Wizard

Which three actions can you perform with the Configuration Wizard during the process? (Choose three.)

A.

Create tables in the data store.

B.

Execute SQL scripts in WebLogic server’s server/lib directory.

C.

Populate the database tables with external LDAP users.

D.

Test the connection to a back-end database.

E.

Allocate tablespace for the data store.

Full Access
Question # 13

Before you view JVM performance information in the administration console, you want to request that the JVM do a garbage collection.

How can you do this in the admin console?

A.

You cannot do this from the admin console. You must use WLST or a JVM command- line tool.

B.

In the Monitoring > Performance tab, click Dump Thread Stacks.

C.

In the Monitoring > Threads tab, click Dump Thread Stacks.

D.

In the Monitoring > Performance tab, click Garbage Collect.

E.

In the Monitoring > Performance tab, click GC.

Full Access
Question # 14

While using the Configuration Wizard to create a new domain, you do not set the Listen Address for the administration server and accept the default value. What is the result?

A.

Server startup fails

B.

The server binds to localhost

C.

The server prompts for an address when it is started the first time

D.

The server attempts to bind to all network interfaces on the host OS

Full Access
Question # 15

Which two statements are characteristics of the Reconfiguration Wizard? (Choose two.)

A.

You can upgrade any domain that was created using WLS 9.2 and above

B.

The Reconfiguration Wizard allows you to change the domain mode

C.

The Reconfiguration Wizard allows you to select a different Java JDK

D.

The Reconfiguration Wizard does not allow the reconfiguration of JDBC data sources

E.

You can upgrade only a domain which is running WLS 10.3.x or later

Full Access
Question # 16

You want to configure an LDAP authentication provider in your domain. Which three pieces of information must you obtain from your LDAP administrator? (Choose three.)

A.

name attribute for user objects

B.

connection pool maximum size

C.

base DN for group objects

D.

realm name

E.

host name and port

Full Access
Question # 17

Which three statements are true about the default behavior of WebLogic Server proxy plug-ins? (Choose three.)

A.

The proxy will pin a client to a specific server if a session cookie is created.

B.

The proxy fails over to another server if a connection or request times out.

C.

The proxy distributes requests to cluster members based on their CPU usage.

D.

The proxy dynamically learns the latest locations of cluster members.

E.

The proxy always uses SSL, regardless of the client’s protocol.

F.

The proxy replicates session data to its backup proxy.

Full Access
Question # 18

You start a managed server by running a start script at the command line. The server fails to start. To troubleshoot this failure, you look at the window in which the script ran. One of the messages from the server says: “boot identity not valid”.

What do you do before running the script again?

A.

Add the option to the start script that allows servers to be started without credentials

B.

Update the credentials in the boot identity file

C.

Update the credentials in the start script

D.

Create a boot identity username and password by using the administration console

E.

The boot identity file does not exist. Create one.

Full Access
Question # 19

You use the Java-based Node Manager to start your managed servers. You want Node Manager to:

• Stop servers by using your custom stop script: mystopit.sh

• Restart servers when the hardware crashes

• Use SSL communication

• Check server heath once per second

Below are portions of the nodemanager.properties file. Select the one that configures Node Manager as described.

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Full Access