Halloween Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65percent

Welcome To DumpsPedia

1z0-133 Sample Questions Answers

Questions 4

View the following file excerpt, which configures HTTP session replication:

replicated

From which file is this excerpt taken?

Options:

A.

weblogic-application.xml

B.

session.xml

C.

web.xml

D.

config.xml

E.

weblogic.xml

Buy Now
Questions 5

Which WebLogic Server tool is used to create managed server templates?

Options:

A.

unpack

B.

Configuration Wizard

C.

Administration Console

D.

WebLogic Scripting Tool (WLST)

E.

appc

F.

pack

Buy Now
Questions 6

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

Options:

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.

Buy Now
Questions 7

You are responsible for configuring a WebLogic domain to support an order processing application. This application will communicate with multiple JDBC data sources to fulfill each customer order. To maintain data integrity across these databases, work will be performed within a global transaction. However, you have learned that one of the data sources in the transaction does not have an XA driver.

Which option should you select on this non-XA data source to ensure that orders are still processed as global transactions?

Options:

A.

Ignore Heuristics

B.

Pinned to Thread

C.

One Phase Commit

D.

Logging Last Resource

E.

Test Connections on Reserve

Buy Now
Questions 8

When creating a dynamic cluster, you have multiple options concerning how dynamic servers are distributed across machines in your domain. Identify three supported configurations. (Choose three.)

Options:

A.

Use a single machine.

B.

Use all machines in a subnet.

C.

Use all machines in the domain.

D.

Use all percentage of machines in the domain.

E.

Use all machines whose names match an expression.

Buy Now
Questions 9

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 10

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

Options:

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

Buy Now
Questions 11

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 12

You create a new Work Manager to control how server threads are allocated to an application’s incoming requests. You want to further configure the criteria of the Work Manager by using a Request Class.

Identify three valid Request Classes that you can assign to a Work Manager. (Choose three.)

Options:

A.

Uniform Distribution Request Class

B.

Response Time Request Class

C.

Max Throughput Request Class

D.

Fair Share Request Class

E.

Context Request Class

Buy Now
Questions 13

To support a growing application workload, you need to scale out an existing (nondynamic) cluster. You power up the new hardware and install WebLogic server.

Which two changes are mandatory for you to make to your domain configuration? (Choose two.)

Options:

A.

Create a new deployment plan.

B.

Create a new machine.

C.

Create a new server.

D.

Add a server to the cluster.

E.

Add a server to the machine.

F.

Add the cluster to the machine.

Buy Now
Questions 14

Identify three capabilities of the non-default LDAP authentication providers included in WebLogic Server. (Choose three.)

Options:

A.

adding a user to a group

B.

creating a new group

C.

changing a user’s password

D.

validating a user’s password

E.

creating a new user

F.

identifying the groups for a user

Buy Now
Questions 15

Your domain’s security realm has two authentication provides: ldap1 and ldap2.

Consider these requirements:

• If authentication succeeds with ldap1, then skip ldap2.

• If authentication fails with ldap1, then authentication must succeed with ldap2.

Which control flag should you use for ldap1?

Options:

A.

Required

B.

Requisite

C.

Sufficient

D.

Optional

Buy Now
Questions 16

The admin server’s domain files were backed up by using the tar command on Linux. The admin server crashes and the domain files become corrupted. The domain files are restored from the backup. You try and start the admin server by using the usual domain start script. The script does not run. The error is “permission denied”.

How should you troubleshoot this?

Options:

A.

Check the ownership and file system permissions of the start script

B.

Ensure you are currently logged in as a WebLogic Server administrator before running the script

C.

Stop any running managed servers and then start the admin server

D.

After the restoration of a domain, you must start the admin by using WLST

E.

Be sure to start the admin server as the root user

Buy Now
Questions 17

When creating a dynamic cluster, you have multiple options concerning how dynamic servers are distributed across machines in your domain. Identify three supported configurations. (Choose three.)

Options:

A.

Use all machines in the domain

B.

Use machines whose names match an expression

C.

Use a percentage of machines in the domain

D.

Use all machines in a subnet

E.

Use a single machine

Buy Now
Questions 18

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
Questions 19

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 20

You plan to install WebLogic Server by using the generic JAR installer in silent mode.

What are two ways to create the required response file? (Choose two.)

Options:

A.

First install or deinstall graphically. There is an option to save a response file.

B.

Use the sample response file in the installation documentation as a template.

C.

First run the Repository Creation Utility. There is an option to save a response file.

D.

The response file is not required. You can answer questions interactively at the command line.

E.

The genetic JAR installer does not have a silent mode, so you do not need a response file when using this installer.

Buy Now
Questions 21

The Administration Server of a domain fails due to a hardware failure. The hardware is beyond repair.

Before the failure you prepared a “backup admin server”. You go through your planned recovery process and are successful. The Administration Server is now running on different hardware. The managed servers of the domain automatically reconnect to the admin server.

Select the two statements that are true. (Choose two.)

Options:

A.

Files of deployed applications are available to the backup admin server from the same relative location as they were to the original admin server.

B.

At the time of the failure, the backup admin server was running in “Standby” mode on different hardware in the same network.

C.

When the admin server failed, you must have shut down and restarted the managed servers, otherwise they could not have reconnected to the failed admin server.

D.

The backup admin server is any one of the running managed servers. You select one of the managed servers, stop it, set its “administration” flag, and restart it as the admin server of the domain.

E.

The backup admin server must be running at the same DNS name or IP address as the original.

Buy Now
Questions 22

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 23

You are using the Administration Console to monitor a resource.

Which three techniques can you use to customize the monitoring output? (Choose three.)

Options:

A.

Sort the rows by a specific column.

B.

Limit the number of rows displayed.

C.

Change the order of the displayed columns.

D.

Views the rows from a specific time range.

E.

Combine (add) multiple columns together.

Buy Now
Questions 24

Which session persistence type is invalid?

Options:

A.

async_replicated

B.

async_jdbc

C.

replicated

D.

async_memory

E.

cookie

F.

file

G.

replicated_if_clustered

Buy Now
Questions 25

You configure a data source with a non XA driver because your (non-Oracle) database does not provide XA drivers.

The data source will sometimes participate in global transactions with an EJB, so as you configure the data source you select “Supports Global Transactions” and One-phase commit.

Why is this configuration wrong?

Options:

A.

You must choose an XA driver when a data source participates in global transactions.

B.

"One' Phase Commit" always returns "ready" during phase one of the two-phase commit process’ so it is possible you will have heuristic errors in the database.

C.

"One-Phase Commit" processes this data source last in the global transactions, if the EJB must go last, you cannot use this configuration.

D.

"One-Phase Commit" only allows this data source to participate in global transaction, so you cannot have a global transaction that includes an EJB.

Buy Now
Questions 26

Consider an existing nondynamic cluster that is currently hosting many libraries, applications, and data sources. You need to scale out this cluster to include a new server. You provision the domain on a new machine.

What are the two ways to create this new server in the domain configuration? (Choose two.)

Options:

A.

Use the Configuration Wizard to add a new server to the cluster.

B.

Use pack and unpack to copy an existing server in the cluster.

C.

Use the Administration Console to add a new network channel to the cluster.

D.

Use the Administration Console to clone an existing server in the cluster.

Buy Now
Questions 27

Select two ways to start the Java-based Node Manager on a Linux machine. (Choose two.)

Options:

A.

Use the startNodeManager.sh script

B.

Use the administration console. Select the machine and then click the Start button.

C.

Have Node Manager start at system boot as a daemon

D.

Use the Oracle Process Manager and Notification Server (OPMN) to start Node Manager as a system process

E.

Set the appropriate environment variables. Then run the Java virtual machine with the class nodemanager.RunTime, passing the class the proper parameters.

Buy Now
Questions 28

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?

Options:

A.

Timeout Seconds

B.

Abandon Timeout Seconds

C.

Before Completion Iteration Limit

D.

Checkpoint Interval Seconds

E.

Unregister Resource Grace Period

Buy Now
Questions 29

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

Options:

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

Buy Now
Questions 30

A WebLogic server domain contains a dynamic cluster called “cluster1”. The cluster “cluster1” has two dynamic managed servers “server1” and “server2”. There is a need to view the inherited attribute values for “server2”.

How do you view all attributes of “server2”, including those inherited from the server template?

Options:

A.

Use WebLogic Administration Console > ”server2” link.

B.

Use java weblogic.Deployer.

C.

You cannot, because attribute values are not inherited.

D.

Use WLST.

Buy Now
Questions 31

All administrators that deal with the production domain in your organization are extremely experienced. As the lead administrator, you have been asked to change the administration console preferences for all administrators so that inline help no longer displays, since no one needs it.

Select the true statement about this scenario.

Options:

A.

There is nothing you can do, since inline help cannot be disabled.

B.

There is nothing you can do for all users, since disabling inline help must be done per user.

C.

Log into the administration console and disable inline help under "help."

D.

Access WLST, connect to the domain's admin server, and use the command EnableInlineHelp (false).

Buy Now
Questions 32

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 33

You are troubleshooting Java Transaction API (JTA) transactions.

The WebLogic Server extension to JTA provides which optional transaction attribute to make troubleshooting easier?

Options:

A.

a name

B.

an ID

C.

the status of “marked for rollback”

D.

a status

Buy Now
Questions 34

You create a new Managed Server in your domain by using the administration console. You give it the listen address of 192.0.2.0 and the listen port of 7100.You save and activate the changes.

You use the domain start script to start the new server. It fails. One of the messages in the window in which you can ran the script is:

Server failed to bind to any usable port.

You investigate and see that another process is running on 192.0.2.0 on port 7100.You also find many unused ports at that IP address.

Which two statements are true? (Choose two.)

Options:

A.

It is not an instance of WebLogic Server from this domain running at 192.0.2.0:7100. The administration console does not allow you to create a server at the same listen address and port as one already configured in the domain.

B.

It is an instance of WebLogic Server running at 192.0.2.0:7100. Other processes do not interfere with WebLogic Server.

C.

Changes the port number to an unused one to resolve this issue.

D.

It cannot be the administration server running at 192.0.2.0:7100, because admin servers run on port 7001.

E.

Because this Managed Server has never been started, it does not have a local copy of the configuration. If it did, by using Managed Server Independence, it would be able to switch to an unused port of its configured port was busy.

F.

The port number can stay 7100 if this machine has another IP address and the port is unused at that address.

Buy Now
Questions 35

You need to configure WebLogic Server to satisfy the needs of your new application that will update more than one data set on several databases in the same transaction.

All updates will be committed or rolled back at the end of the transaction.

Which setting should be considered?

Options:

A.

Enable Use XA Data Source Interface in the transaction properties of each data source.

B.

WebLogic Server supports distributed transactions by default, so no specific settings are required.

C.

Split the transaction into multiple local transactions.

D.

Configure your data sources with the available XA-compliant driver for your DBMS.

E.

Enable Two-Phase Commit in each data source.

Buy Now
Questions 36

You are using WebLogic Server Diagnostic Framework (WLDF) Instrumentation in a system diagnostic module. The Dye Injection monitor is enabled. You know the diagnostic context ID of the request you are Interested in that was processed by several. You are looking through the messages in the server log file of several.

Which statement is true?

Options:

A.

You need to look at the Events Data Archive. Server log files do not contain WL DF context IDs

B.

You need to look at the Harvested Data Archive. Server log files do not contain WL DF context IDs.

C.

You need to look at the domain log file. Only the domain log file contains WL DF context IDs.

D.

You can search the server log file for the context ID. Any message that was written to the log IDs during that request will contain the context ID.

E.

You need to translate the context ID into the corresponding transaction ID, which is the only ID in server log file entries.

Buy Now
Questions 37

A WebLogic Server instance can have multiple network channels defined for it.

Each channel for the server must have a unique combination of two elements. Identify these two elements. (Choose two.)

Options:

A.

Tunneling enabled

B.

Listen address

C.

Listen port

D.

Outbound enabled

E.

Channel weight

Buy Now
Questions 38

Select two true statements about WebLogic Server’s role in transaction management. (Choose two.)

Options:

A.

You can configure WebLogic Server JTA properties at the domain, cluster, and server level

B.

WebLogic Server can act as the transaction manager for multiple transactional resource managers during a distributed transaction

C.

WebLogic Server supports transactional work managers

D.

Starting with WebLogic Server 12c, you can create two kinds of clusters: the “standard” cluster, as in previous versions, and the new transactional cluster

E.

WebLogic Server supports transactional Enterprise Java Beans

Buy Now
Exam Code: 1z0-133
Exam Name: Oracle WebLogic Server 12c: Administration I
Last Update: Oct 16, 2024
Questions: 127
$56  $159.99
$42  $119.99
$35  $99.99
buy now 1z0-133