Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: netbudy65

1z0-133 Oracle WebLogic Server 12c: Administration I Questions and Answers

Questions 4

You have an existing domain and need to add a new managed server to it.

Which three statements are true concerning the creation of managed servers? (Choose three.)

Options:

A.

A server must be assigned a machine

B.

A server must be assigned a listen port

C.

A server’s name cannot be changed after it is created

D.

A server can be associated with a server template

E.

Servers can have duplicate names as long as they have unique ports

F.

A server must be assigned a listen address

Buy Now
Questions 5

In memory replication in your cluster seems to be slow. You decide to create a replication channel for your cluster. Which two statements are true? (Choose two.)

Options:

A.

The channel is used for heartbeats so they do not interfere with replication communication

B.

Each server in the cluster must have this named replication channel configured on it

C.

If no replication channel is configured, then sessions are persisted to the file system or the database

D.

The channel can be used for stateful session bean replication

E.

The channel cannot use a secure protocol

Buy Now
Questions 6

Consider a web application that is deployed to a single cluster. After configuring the application to use in-memory session replication, there is a noticeable drop in performance, possibly due to the large amount of data being placed in HTTP sessions.

Which action improves performance while continuing to provide high availability for this application’s sessions?

Options:

A.

Configure asynchronous session replication in the application

B.

Increase session timeout in the application

C.

Configure file-based session persistence in the application

D.

Configure automatic service migration in the application

E.

Configure cookie-based session persistence in the application

Buy Now
Questions 7

An application fails. The exception indicates that the JDBC data source cannot be found.

Identify two possible steps that you can perform to verify the data source’s availability. (Choose two.)

Options:

A.

Launch the JDBCDiagnostics utility.

B.

Verify the Dependencies attribute of the data source.

C.

View the target server’s JNDI tree in the console.

D.

Verify that the application and data source have the same target.

Buy Now
Questions 8

You are setting up a GridLink Datasource.

What function will help you to seamlessly connect to a dynamic Oracle RAC installation

Options:

A.

Simple Connection Access Node

B.

Single Correlated Anonymous Network

C.

Simple Connection Address Name

D.

Single Client Access Name

Buy Now
Questions 9

As part of troubleshooting an application, you need to analyze the HTTP session count and the server heap size over the past six hours. You are using the Administration Console. You want to view both metrics together and correlate their values.

Which three steps should you take in the Administration Console? (Choose three.)

Options:

A.

Create a custom view.

B.

Start the JVM Runtime view.

C.

Drag each metric onto two charts in the same view.

D.

Access the Monitoring Dashboard.

E.

Click the application’s Monitoring tab.

Buy Now
Questions 10

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.)

Options:

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.

Buy Now
Questions 11

You need to take a web application offline.

Which three options are supported in WebLogic Server when you stop a running application? (Choose three.)

Options:

A.

Terminate HTTP sessions immediately.

B.

Terminate HTTP sessions after three minutes.

C.

Move HTTP sessions to a database.

D.

Wait for HTTP sessions to time out.

E.

Allow new requests only through the administration port.

F.

Move in –progress requests to another server in the cluster.

Buy Now
Questions 12

One Managed Server that is part of a large domain throws java.lang.OutOfMemory errors (OOM) occasionally.

You have been monitoring this server with the jvisualVM tool but that didn’t help because the issue occurs infrequently and not a specific scenario. So you decided to force the server to dump the heap memory as soon as an OOM gets thrown in order to analyze the dump file later.

How do you modify the Java HotSpot startup command to enable this feature and save the dump in the directory D:\hprof-dumps\?

Options:

A.

Add -XX:+DumpHeapOnOutOfMemory -XX:DumpPath= D:\hprof-dumps.

B.

Add -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=D:\hprof-dumps.

C.

Add -XX:+DumpHeapOnOutOfMemoryError -XX:HeapPath=D:\hprof-dump.

D.

Add -XX:+HeapDumpOnOutOfMemory -XX:HeapDumpPath=D:\hprof-dumps.

E.

Add -XX:+HeapDumpOnOutOfMemoryError -XX:DumpPath=D:\hprof-dumps.

F.

Add -XX:+HeapDumpOnOutOfMemoryException -XX:HeapDumpPath=D:\hprof-dumps.

Buy Now
Questions 13

You successfully deployed an application on WebLogic 12c but notice that its deployment name is different than what you expected.

After checking various places and making multiple deployment attempts, you decide to be on the safe side and just use the method that takes precedence over the others when setting the deployment name. Which method should you use to override the default deployment name?

Options:

A.

Define the name in the library’s manifest file

B.

Configure the element in web.xml

C.

Run weblogic.Deployer with the –name option

D.

Set a computed name based on the deployment source file

E.

Set the element in application.xml

Buy Now
Questions 14

Which action should you take to automatically back up the domain configuration when anyone activates a configuration change?

Options:

A.

USE the backup='true' parameter of the activate() command in WLST.

B.

The administration console, select "Follow Configuration changes" in the Shared Preferences for the console.

C.

In the administration console, select "Configuration Archive Enabled" under the general configuration of the domain.

D.

Enabling automatic domain configuration creates backups of the configuration during server boot, not at each activation.

Buy Now
Questions 15

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

Options:

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.

Buy Now
Questions 16

Which machines can be configured by using the Configuration Wizard?

Options:

A.

machine and Windows machine

B.

administration machine and managed machine

C.

machine and UNIX machine

D.

stand-alone machine and cluster machine

E.

RDBMS machine and LDAP machine

Buy Now
Questions 17

Consider a cluster of four servers: ServerA, ServerB, ServerC, and ServerD.

The cluster hosts a web application and is accessed using a proxy plug-in. This web application is configured to use in-memory session replication.

A user is directed to ServerA. An HTTP session is established on ServerA and also replicated to ServerC, but ServerA subsequently fails. Which server will this user be redirected to?

Options:

A.

ServerD

B.

ServerB

C.

none; the user will receive an error message

D.

ServerC

E.

any other available server

Buy Now
Questions 18

Your domain consists of 30 servers. You are using the Administration Console.

Which is the quickest way to identify the servers that are in a Failed health state?

Options:

A.

Use the Filter button from the domain’s Monitoring > Health tab.

B.

Use the Monitoring > Health tab for each server in the domain.

C.

Write a custom WLST script to print out failed server.

D.

Capture a diagnostic snapshot.

Buy Now
Questions 19

Consider a multiple node domain. On the administration server’s node, you edit setDomainEnv.sh in the bin directory and add a new JAR file to the CLASSPATH. You stop and restart all three WebLogic Server in the domain. Upon investigation, you discover that only applications deployed to one WebLogic Server are able to access the JAR file code. How do you explain this?

Options:

A.

You must also set the domain attribute “CLASSPATH Discovery Enabled.”

B.

Each machine that hosts WebLogic Servers has its own domain directories. The script must be modified there as well.

C.

Only the first server to receive the new configuration from the administration server gets the updated CLASSPATH

D.

The CLASSPATH is not for application code. It is for interval WebLogic Server code. So, only applications deployed to the administrative server can access code through the CLASSPATH

Buy Now
Exam Code: 1z0-133
Exam Name: Oracle WebLogic Server 12c: Administration I
Last Update: May 7, 2024
Questions: 127

PDF + Testing Engine

$140

Testing Engine

$105

PDF (Q&A)

$90