Labour Day Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Oracle 1z0-133 Oracle WebLogic Server 12c: Administration I Exam Practice Test

Page: 1 / 13
Total 127 questions

Oracle WebLogic Server 12c: Administration I Questions and Answers

Question 1

Consider a domain that includes a Node Manager home directory. One way to enroll each Node Manager with your domain is with the WLST command nmEnroll().

Select the two scenarios where you do not need to use this command to perform the same task? (Choose two.)

Options:

A.

The Node Manager is on the machine where the domain was created by using the Configuration Wizard

B.

You create a managed server template by using the pack utility. Then create the domain by using the unpack utility on the new machine where Node Manager will run

C.

Use the administration console. Select the machine, then the Configuration and Node Manager tabs. Select “Enroll with the Domain.” Save and activate your changes

D.

Use the script enrollNodeManager.sh found under the WEBLOGIC_HOME directory in server/bin

Question 2

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.

Question 3

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

Options:

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.

Question 4

A web application is configured for in-memory replication and is deployed to a cluster. This cluster is distributed across two buildings on a university campus. For performance reasons, you require that session replication occur within the building whenever possible.

How do you implement this requirement?

Options:

A.

Disable the dynamic server list in the proxy plug-in.

B.

Configure the cluster to use multicast communication.

C.

Configure the application’s cookies parameters.

D.

Configure each server’s replication group.

Question 5

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.

Question 6

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.

Question 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

Question 8

Over time your server log files have increased in size to over 500 MB. Identify three techniques to help decrease the size of these log files. (Choose three.)

Options:

A.

Increase the severity level

B.

Redirect standard output to the log

C.

Increase the rotation time

D.

Create and use a custom log filter

E.

Decrease the rotation file size

Question 9

Your developers created Plain Old Java Objects (POJO) that provide useful functionality. The code is packaged in a JAR file. You want to make this code accessible from all the applications deployed to the managed servers in your domain. What are the four ways to accomplish this? (Choose four.)

Options:

A.

Include the JAR file as an optional package

B.

Deploy the JAR file as an EJB

C.

Deploy the JAR file as a shared library

D.

Place the JAR file in the lib folder of the domain

E.

Deploy the JAR file to the administration server. All managed servers have access to their admin server

F.

Add the JAR file to the CLASSPATH of the domain servers by editing the domain’s seyDomainEnv.sh script

G.

Deploy the JAR file as another web application

Question 10

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.

Question 11

You are using the Embedded LDAP that is supplied by Oracle WebLogic Server. Which three statements are true? (Choose three.)

Options:

A.

The Embedded LDAP can be accessed by an external LDAP viewer

B.

The Embedded LDAP cannot be used in a production environment

C.

The Embedded LDAP uses the file system to store WebLogic security provider data

D.

The Embedded LDAP uses the database to store WebLogic security provider data

E.

The Embedded LDAP can be used to store user, group, security roles and security policies for the WebLogic security providers

Question 12

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

Question 13

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

Question 14

Each domain has a directory called servers that contains subdirectories for each server in the domain. Your domain has a managed server named managed1.

When will the managed1 directory be created?

Options:

A.

When the managed1 server is defined in the Configuration Wizard

B.

When the domain is created

C.

When the Administration Server comes up for the first time

D.

When the managed1 server comes up for the first time

Question 15

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.

Question 16

In your WebLogic Server environment, applications will not access a single database server. Instead they will access a cluster of redundant database servers. This database product was purchased from a vendor other than Oracle. You want to provide transparent failover to the applications as they communicate with the database cluster. Which type of WebLogic data source should you create?

Options:

A.

generic data source

B.

multi data source

C.

GridLink data source

D.

parallel data source

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

Question 18

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

Options:

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.

Question 19

You monitor a running JDBC data source with the console and note the following values:

  • Current Capacity = 10
  • Current Capacity High Count = 20

Identify two plausible explanations for these metrics. (Choose two.)

Options:

A.

The workload was lower than it is now

B.

The statement cache size is 20

C.

The pool size has increased

D.

The statement cache size is 10

E.

The pool size has decreased

F.

The workload was higher than it is now

Page: 1 / 13
Total 127 questions