Download as pdf or txt
Download as pdf or txt
You are on page 1of 22

1z0-133.

oracle

Number: 1z0-133
Passing Score: 0
Time Limit: 120 min

https://www.gratisexam.com/

https://www.gratisexam.com/
Exam A

QUESTION 1
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.

https://www.gratisexam.com/

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 enable inline help (false).

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 2
You plan to Install WeblLogic Server by using the generic JAR installer in silent mode.
What are two ways to create the required response file?

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.

Correct Answer: AB
Section: (none)
Explanation

https://www.gratisexam.com/
Explanation/Reference:
Explanation:

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

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.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
References:

QUESTION 4
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 cases
• Use SSL communication
• Check server heath once per second

Below are portions of the node manager. properties file. Select the one that configures Node manager as described.

A. StopScriptEnabled=trueStopScriptName=mystopic.shCrashRestartEnabled=trueSecureListtenser=trueStateCheckinterval=1000
B. StopsScriptEnabled=trueStopScriptName=mystopit.shCrashRestartEnabled=trueSecureListener=trueStataCheckInterval=1
C. StopscriptEnabled=trueStopScriptName=topic-shCrashRecoveryEnabled=trueSecureListtener=trueStatecheckinterval=1000
D. StopScript=trueStopscriptName=mystopit.shCrashRecoveryEnabled=trueSecureListtenser=true
E. stopscriptenabled=trueStopscriptname=mystopit.shcrashRecoveryEnabled=truesecureListener=SSLstatecheckinterval=1000

Correct Answer: E
Section: (none)
Explanation

https://www.gratisexam.com/
Explanation/Reference:
Explanation:

QUESTION 5
Which three statements are true about WebLogic clusters?

A. Clusters provide clients with transparent failover.

https://www.gratisexam.com/

B. EJB applications can be targeted to entire cluster.


C. All cluster members must bind to the same port number.
D. Cluster members replicate application data by using heartbeats.
E. Cluster members can be associated with one or more domains.
F. Web applications require a proxy in order to be used in a cluster.

Correct Answer: ABF


Section: (none)
Explanation

Explanation/Reference:
Explanation:

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

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.

https://www.gratisexam.com/
Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 7
You are deploying a web application called inventory, war. It has been installed and has the state of “prepared”. It is targeted to the Managed server named
managed1.The web application’ context root is /inventory and the starting page is index .jap.

However ,you want to test the application before allowing end users access to it. In the administration console, you select inventory. war, and then select Start and
“servicing only administration request.”

In you web browser, you need to enter a host and port followed by /inventory /index.jap.

Which host and port would you use?

A. managed1 host and port


B. Administration Serve host and port
C. managed1 host and Administration port
D. Administration server host and Administration port

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 8
You are creating and configuring a cluster by using the administration console. Which two statements are true?

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

https://www.gratisexam.com/
Correct Answer: BC
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 9
Your server includes an application that users a generic JDBC data source to connect to a database. However, the network connection between the server and the
database is not 100%reliable.

Identify two data source attributes that, if set properly can help avoid situations in which the application fails due to a failed JDBC connection.

A. Statement Cache Type


B. Pool Reserve Mode
C. Test Table Name
D. Test Connection Mode
E. Test Connections on Reserve

Correct Answer: CE
Section: (none)
Explanation

Explanation/Reference:
References:

QUESTION 10
Which three tasks can be performed by the Node Manager?

A. Start a server
B. Define a new server
C. Host the Node Manager console.
D. Automatically restart a failed server.
E. Kill a failed application on a server.
F. Kill a server process that did not shut down property.

Correct Answer: ADE


Section: (none)
Explanation

https://www.gratisexam.com/
Explanation/Reference:
References:

QUESTION 11
You created a shutdown class Myclass that you would like to execute just before server shutdown.
Which statement is true regarding Myclass?

A. Myclass can be specified in the Configuration Wizard as a shutdown class.


B. Myclass must be available in the WebLogic server’s classpath.
C. Myclass can be targeted to only one server instance.
D. Myclass must not have a main method.

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 12
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 new machines.

What are the two ways to create this new server in the domain configuration?

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.

Correct Answer: AD
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 13
You need to take a web application offline.

https://www.gratisexam.com/
Which three options are supported In WebLogic Server when you stop a running application?

https://www.gratisexam.com/

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.

Correct Answer: ADE


Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 14
You use a web browser to log in to a application that is deployed to WebLogic server. When you click a link named “publish” on the site, an Access Denied”
message appears.

Which two statements are true about this server’s security configuration?

A. The application is not associated with any security roles.


B. A security realms is not configured in this domain.
C. Your user account has expired.
D. Your user account exists in an authentication provider.
E. A security policy is attached to the “publish” link URL.

Correct Answer: DE
Section: (none)
Explanation

https://www.gratisexam.com/
Explanation/Reference:
Explanation:

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

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.

Correct Answer: CDE


Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 16
An application fails. The exception Indicates that the JDEM data source cannot be found.
Identify two possible steps that you can perform to verify the data source’s availability.

A. Launch the JDBC Diagnostics 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.

Correct Answer: CD
Section: (none)
Explanation

Explanation/Reference:
Explanation:

https://www.gratisexam.com/
QUESTION 17
Which three statements are true about the default behavior of WebLogic server proxy plug-ins?

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.

Correct Answer: ABD


Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 18
Each domain has a directory called servers that contains subdirectories for each server in the domain.

When will the managed1 directory be created?

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 managed 1server comes up for the first time

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 19
Which two metrics are used to monitor and troubleshoot unicast communication in a cluster?

A. Groups
B. Master

https://www.gratisexam.com/
C. Backup server
D. Session Replicas
E. Local Group Leader

Correct Answer: AE
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 20
The startup of a Weblogic Server instance fails with the error message:
java.net.BindExcepttion: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?

A. The pmap command lists all processes running with their associated port member.
B. The UNIX 1sof command can report information on the process that is listening at a particular IP and port.
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 port info 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.

Correct Answer: BC
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 21
Consider a domain that includes a dynamic cluster of three servers. Your network administrator requires all servers to bind the specific domain name
mycompany.com.

Which Administration console action implements this requirement?

A. Use a $(macro)in the server templates listen address.


B. Assign each dynamic server a separate machine.

https://www.gratisexam.com/
C. Create multiple server templates for the cluster.
D. Update the cluster’s listen address prefix.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 22
You see a script called start WebLogic.sh(.cmd in Windows) in the root folder of your domain.

What does this script do?

https://www.gratisexam.com/

A. Starts a machine
B. Starts Node Manager
C. Starts a Managed server
D. Calls the startwebLogic.sh script in the domain’s bin directory
E. Calls the startManagedWebLogic.sh script in the domains bin directory

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
References:

QUESTION 23
A WebLogic Server instance can have multiple network channel for it.
Each channel for the server must have a unique combination of two element. Identify these two elements.

A. Tunneling enabled

https://www.gratisexam.com/
B. Listen address
C. Listen port
D. Listen port
E. Channel weight

Correct Answer: BC
Section: (none)
Explanation

Explanation/Reference:
References:

QUESTION 24
Identify two reasons for defining machines and assigning servers to them in WebLogic servers.

A. A machine can be the proxy to a cluster.


B. A machine definition is required to configured figure 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 users 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.

Correct Answer: BE
Section: (none)
Explanation

Explanation/Reference:
Explanation:

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

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.

https://www.gratisexam.com/
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.

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
Explanation:

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

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.

Correct Answer: BC
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 27
Select the two true statements about upgrading WebLogic server to version 12c (12.12).

A. To use the Reconfiguration Wizard, your current WebLogic server version must be 9.0 or higher.
B. The Domain Upgrade Wizard is no longer available in 12.1.2.
C. After running the wizard to update your domain ,you must reapply your start script customizations.
D. You need to update the domain’s administration server files.

https://www.gratisexam.com/
Correct Answer: BC
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 28
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 requires that session replication occur within the building whenever possible.

How do you implement this requirement?

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.

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 29
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.

Which setting should be considered?

A. Enable use xa Data source interface in the transaction properties of each data source.
B. WebLogic Server supports distributed transactions by default, so on 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.

Correct Answer: E

https://www.gratisexam.com/
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 30
During a performance test, a server’s log includes several out of memory error messages. You are using the Administration console.

How can you verify the amount of available heap in the server?

A. Click the server ‘s Debug > Heap tab.


B. Click the server’s Debug >Health tab.
C. Click the server’s Monitoring >Health tab.
D. Click the server’s Monitoring > Threads tab.
E. Click the server ‘s Monitoring >performance tab.

Correct Answer: E
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 31
You domain’s security realm has two authentication provides :1dap1 and 1dap2.

Consider these requirements:


• If authentication succeeds with 1dap1, then skip 1dap2.
• If authentication fails with 1dap1, then authentication must succeed with 1dap2.

Which control flag should you use for 1dap1?

A. Required
B. Requisite
C. Sufficient
D. Optional

Correct Answer: C

https://www.gratisexam.com/
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 32
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

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:

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

Which statement is always true?

https://www.gratisexam.com/

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.

https://www.gratisexam.com/
Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 34
A new machine was given to your department. This machine has two WebLogic server12.1.2 installation, each with different inventories.

Which command or tool do you determine the differences in products installed in each of the inventories?

A. None, inventories are used by Oracle databases only.


B. ORACLE_HOME/wiserver/bin/compareInventory-sh-oracle-home1 < oracle-home1 location > -oracle-home2 < oracle-home2 location >.
C. The Oracle Inventory Viewer utility
D. ORACLE _HOME2 < oracle _home2 location >.

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 35
You want to start the managed server calledmanaged1 in “Standby” mode, to keep it as a “hot backup”.

A. The server managed1 must be of a cluster.


B. Your domain has an administration port.
C. Only the admin server can start in “standby” mode.
D. There is no such thing as “standby” mode.

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
Explanation:

https://www.gratisexam.com/
QUESTION 36
You require high availability for HTTP sessions in a web application. In addition, you have the following constraints:
• There is little free memory on the machines hosting the cluster.
• HA must be guaranteed even when multiple machines fall simultaneously.
• You are not allowed to update the production databases schema.

Which is the best session persistence option?

A. Database persistence
B. File persistence
C. In-memory replication
D. Whole –server migration

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 37
Examine the partial server log entry shown below:

#### <May 19,2013 8:28:01 PM EDT > <warning> <JDBC > <host01> <managed1>
<<WLS kernel >> < > < > < 1369013281005 > <BEA-001129> <Received exception while creating connection for pool -oracleDS1->

Which two statements are true?

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.

Correct Answer: BD
Section: (none)
Explanation

https://www.gratisexam.com/
Explanation/Reference:
Explanation:

QUESTION 38
You are responsible for configure a WebLogic domain to support an order processing application. This application will communicate with multiple JDBBC 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?

A. Ignore Heuristics
B. Pinned to Thread
C. One phase commit
D. Logging connections on Resource
E. Test connection on Reserve

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 39
In the certification matrix for your version of WebLogic Server , you find the row for your database and its version. In that row, in the “type of database use” column,
it says “application data access only”.

Your database cannot be used __________.

A. By the administration server


B. For internal data storage by WebLogic server
C. By a multidata source
D. In a production environment
E. By an Enterprise JavaBean

Correct Answer: B
Section: (none)
Explanation

https://www.gratisexam.com/
Explanation/Reference:
Explanation:

QUESTION 40
Which three statements are true about the administration console?

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.

Correct Answer: ABE


Section: (none)
Explanation

Explanation/Reference:
Explanation:

QUESTION 41
You are setting up a GridLink Datasource.

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

A. Simple Connection Access Node


B. Single Connection Anonymous Network
C. Simple Client access Address Name
D. Single Client Access name

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
References:

https://www.gratisexam.com/
https://www.gratisexam.com/

https://www.gratisexam.com/

You might also like