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

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

Questions 4

A WebLogic Server (WLS) domain was recently updated from WLS 10.3.6 to WLS 12.1.12.

What is the mode of operation of the Node Manager after the update and what is needed to keep the same behavior as in WLS 10.3.6?

Options:

A.

Nothing, Node Manager runs and behaves the same on both WLS versions

B.

Node Manager runs in “per machine” mode and nothing is needed to keep the same behavior.

C.

Node Manager runs in “per domain” mode and requires manual steps to return to “per machine” mode, used in WLS 10.3.6.

D.

Node Manager mode of operating and behavior can be selected in Reconfiguration Wizard.

Buy Now
Questions 5

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 6

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 7

Which three statements are true about the administration console? (Choose three.)

Options:

A.

The administration console can be disabled.

B.

The context path of the administration console may be changed.

C.

If a domain is in Development Mode, the administration console no longer requires an administration-level user when logging in.

D.

If a domain is in Production Mode, access to the administration console must be made through a secure port.

E.

If the domain’s Administration Port is enabled, access to the administration console must be made only through that port.

Buy Now
Questions 8

Which two metrics are used to monitor and troubleshoot unicast communication in a cluster? (Choose two.)

Options:

A.

Groups

B.

Master

C.

Backup Server

D.

Session Replicas

E.

Local Group Leader

Buy Now
Questions 9

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 10

Consider an application that comprises both web and EJB components.

What are two benefits of implementing a multitier cluster architecture over a single-tier(basic) cluster architecture? (Chose two.)

Options:

A.

Dynamic clusters are only supported for the multitier architecture

B.

Remote EJB access is blocked

C.

Each cluster can be scaled independently

D.

Future web clusters can share the same EJB tier

E.

All servers can be managed (started/stopped) together

Buy Now
Questions 11

Several applications are deployed to a managed server. You want to compare the number of completed requests for all of these applications. What is the quickest wat to accomplish this?

Options:

A.

Launch WLST and run the viewAppRuntimes() command.

B.

Access the Monitoring Dashboard. Click the Application Work Managers view for the managed server.

C.

Access the Administration Console. Click Monitoring > Work Managers tab for each application.

D.

Access the Administration Console. Click the Deployments page.

E.

Run weblogic.Deployer with the –status parameter.

Buy Now
Questions 12

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 13

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 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?

Options:

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

Buy Now
Questions 15

You shut down a managed server by using the administration console.

Which statement is always true?

Options:

A.

The managed server was running on the same machine as the administration server.

B.

Node Manager is configured properly and running on the managed server’s machine.

C.

You can choose to shut down the server right away or after it completes its work.

D.

The administration console calls WLST to accomplish the shutdown.

Buy Now
Questions 16

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 17

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 18

You want to configure WebLogic Server transactions to be recoverable when a nonclustered managed server crashes, even if that crash is caused by an unrecoverable hardware failure. You want to run the managed server on different hardware, and have it recover the transactions that were in-progress at the time of the crash.

You also want to use the default store for transaction logs.

Which statement is true?

Options:

A.

This scenario is not possible. You must use the JDBC store to recover transactions from a crashed server.

B.

This scenario is not possible. You must use clustered managed servers to recover transactions from a crashed server.

C.

This scenario is common, and so the default configuration of the default store works.

D.

Before the crash, you need to update the path to the default store for the managed server. The path should be to some shared storage location.

E.

After the crash, obtain a copy of the managed server’s default store from the administration server. Move it to the same relative location on the new hardware before starting the managed server there.

Buy Now
Questions 19

Examine the partial server log entry shown below:

####

<> < > < > < 1369013281005 >

Which two statements are true? (Choose two.)

Options:

A.

The server’s name is OracleDS1.

B.

The server’s machine name is host01.

C.

The transaction ID is 001129.

D.

The JDBC subsystem generated the message.

E.

The user’s identity is managed1.

F.

The severity level of the message is Critical.

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

PDF + Testing Engine

$56  $159.99

Testing Engine

$42  $119.99
buy now 1z0-133 testing engine

PDF (Q&A)

$35  $99.99
buy now 1z0-133 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 03 May 2024