Questions for the 1Z0-134 were updated on : Nov 26 ,2024
I am configuring the security policy for my JMS module. I am specifying some security conditions for
the module.
Which two security conditions are valid in this context? (Choose two.)
A. The JMS module can be accessed only between 1 pm and 6 pm.
B. The JMS module should throw a custom security exception on invalid access.
C. The JMS module can process only 50 messages at a time.
D. The JMS module can be accessed only by users belonging to the Operators group.
E. The JMS module can be accessed in a receive-only mode.
A,D
* time-constrained
* By Group or User
Review the digital certificate below.
Based on what the certificate contains, which statement is true? (Choose the best answer.)
A
You want to create a WebLogic Server (WLS) Work Manager with a Response Time Request Class of
one second. You start to create the following WLST script:
Which two can replace the missing sequence to finish this script? (Choose two.)
A.
cmo.addTarget(getMBean('/Servers/ManagedServer'))cd('edit:/SelfTuning/wls_domain/WorkManag
ers/MyWorkManager')cmo.setResponseTimeRequestClass(getMBean('/SelfTuning/wls_domain/Res
ponseTimeRequestClasses/MyResponseTime'))
B.
managedServer=getMBean('/Servers/ManagedServer')cmo.addTarget(managedServer)cmo.setWork
Manaqer(getMBean('/SelfTuning/wls_domain/WorManagers/MyWorkManager'))
C.
cd('edit:/Servers/ManagedServer')cmo.addTarget(getMBean('/SelfTuning/wls_domain/ResponseTim
eRequestClasses/MyResponseTime'))cmo.addTarget
(getMBean('/SelfTuning/wls_domain/WorkManagers/MyWorkManager'))
D.
managedServer=getMBean('/Servers/ManagedServer')cmo.addTarget(managedServer)cd('edit:/Self
Tuning/wls_domain/WorkManagers/MyWorkManager')cmo.setResponseTimeRequestClass(getMBe
an('/SelfTuning/wls_domain/ResponseTimeRequestClasses/MyResponseTime'))
E.
cmo.addTarqet('/Servers/ManagedServer')cd('/SelfTuning/wls_domain/WorkManagers/MyWorkMa
nager')cmo.setResponseTimeRequestClass('/SelfTuning/wls_domain/ResponseTimeRequestClasses/
MyResponseTime')
A,D
You are creating and configuring a production WebLogic Server (WLS) domain that is highly available.
Which three WebLogic Server features allow you to best accomplish this requirement? (Choose
three.)
A. Multiple standalone managed servers
B. Load Balancer
C. Cluster
D. DNS caching
E. Whole-server migration
F. Machine migration
B,C,E
B Load balancing is the even distribution of jobs and associated communications across the
computing and networking resources in your environment.
In a WebLogic Server cluster, application processing can continue when a server instance fails.
Migration in WebLogic Server is the process of moving a clustered WebLogic Server instance or a
component running on a clustered instance elsewhere if failure occurs. This is called Whole-server
migration.
You are troubleshooting an issue with a WLS data source. However, your attempt to execute a
manual test on the connection pool fails when you invoke the testPool() method on the
corresponding JDBCDataSourceRuntimeMBean.
Which configuration condition would contribute to the failure of executing the test? (Choose the best
answer.)
A. The TestTableName property is either not set or is set to an invalid SQL statement.
B. The TestFrequencySeconds property is set to a value greater than 0.
C. The TestReservedConnections property is enabled.
D. The ManualTestEnabled property is set to false.
E. The ConnectionReserveTimeoutSeconds property is set to a value other than -1.
A
testPool tests the connection pool in the data source by reserving and releasing a connection from it.
TestTableName is the name of the database table to use when testing physical database connections.
This name is required when you specify a Test Frequency and enable Test Reserved Connections, Test
Created Connections, and Test Released Connections.
My JMS file store size has grown very large and is using up a significant chunk of the disk. I need to
reduce the file size during the maintenance window without impacting any relevant information.
Which utility enables me to do this? (Choose the best answer.)
A. weblogic.store.Compacter
B. weblogic.store.Admin
C. weblogic.store.Reducer
D. weblogic.file.FileUtil
B
> java weblogic.store.Admin
Here is an example of using the compact command to compact the space occupied by a file store in
the mystores directory.
\tmp
Your WebLogic Server (WLS) environment consists of multiple domains.
Which is a true statement about WLS domains? (Choose the best answer.)
A. Multiple domains can use the same or separate WLS installation while running on the same
machine.
B. Domains require a minimum of one managed server.
C. Multiple domains require separate WLS installations while running on the same machine.
D. Multiple domains require individual Node Managers while running on the same machine.
E. Multiple domains can share the same administration server.
A
You can use a single Oracle WebLogic Server installation to create and run multiple domains, or you
can use multiple installations to run a single domain.
You are asked to configure Node Manager for your production environment. You are considering
whether to use the Java version or the script-based version of Node Manager.
Which statement correctly describes the difference between the two versions?
A. If you are installing WebLogic Server on a Windows system, you must use the Java version of Node
Manager.
B. The script-based version of Node Manager can be used in conjunction with inetd on supported
UNIX systems.
C. The script-based version of Node Manager requires a larger footprint than the Java version.
D. When Node Manager is used for consensus leasing, you may see faster performance with the
script-based version.
A
Java-based Node Manager runs within a Java Virtual Machine (JVM) process. It is recommended that
you run it as a Windows service on Windows platforms and as an operating system service on UNIX
platforms.
For UNIX and Linux systems, WebLogic Server provides a script-based version of Node Manager.
Your organization is using a Multi data source (MDS) on WebLogic Server to support applications
connecting to an Oracle RAC database. You have been tasked with configuring a new callback handler
for the MDS.
Which two statements are true concerning related MDS options and behavior? (Choose two.)
A. Callback handlers are optional when using the Failover MDS Algorithm.
B. If the Failover Callback Handler attribute is set on the MDS, the Test Frequency attribute is no
longer used.
C. Callback handlers are called for both failover and failback decisions.
D. You can register only one callback handler for each WebLogic server.
C,D
A callback handler used to control the failover and failback within a multi data source must include
an implementation of the weblogic.jdbc.extensions.ConnectionPoolFailoverCallback interface.
You can register a callback handler with WebLogic Server that controls when a multi data source
with the Failover algorithm fails over connection requests from one JDBC data source in the multi
data source to the next data source in the list.
You are managing and monitoring durable subscribers for your JMS topics to ensure that all the
subscribers would receive persistent messages.
However, JMS connections are currently restricted, so only one connection with the same client ID
could exist in the scope of your cluster.
On which page of the Administration Console can you set Client ID Policy to unrestricted in order to
lift this restriction? (Choose the best answer.)
A. Topic > Monitoring > Durable Subscribers
B. Connection Factory > Configuration > Client
C. Topic > Configuration > Thresholds and Quotas
D. Topic > Configuration > Overrides
E. Topic > Configuration > Durable Subscribers
F. JMS Server > Configuration > Durable Subscribers
B
OTN Home > Oracle WebLogic Server 12.1.1.0 Documentation > Administration Console Online Help
Client
Examine the domain diagram:
What is the correct path within the configuration hierarchy to the MBean that contains the log
rotation parameters for server04? (Choose the best answer.)
A
Which two automatic migration scenarios require node manager for all migratable services? (Choose
two.)
A. Consensus leasing
B. Database leasing with no pre and post migration scripts
C. Database leasing with pre and post migration scripts
D. Synchronous leasing
A,C
When using automatic service migration, the Node Manager is required to get health monitoring
* Consensus leasing Node Manager must be running on every machine hosting managed servers
within the cluster.
* Database leasing Node Manager must be running on every machine hosting managed servers
within the cluster only if pre/post-migration scripts are defined. If pre/post-migrations are not
defined, then Node manager is not required.
Which two statements are true about the role of cluster master in whole server migration? (Choose
two.)
A. There is exactly one cluster master in the cluster at a given point of time.
B. The cluster master must host all the pinned services in the cluster.
C. Any managed server in the cluster can serve as the cluster master.
D. A cluster master must always be different from a singleton master.
E. The cluster master must always be started with the node manager.
A,C
One server instance in a cluster that contains migratable servers acts as the cluster master and
orchestrates the process of automatic server migration, in the event of failure.
Any Managed Server in a cluster can serve as the cluster master, whether it hosts pinned services or
not.
Any server instance in the cluster can serve as the cluster master. When you start a cluster that
contains migratable servers, the first server to join the cluster becomes the cluster master and starts
up the cluster manager service. If a cluster does not include at least one migratable server, it does
not require a cluster master, and the cluster master service does not start up.
You are trying to set up a JMS Session with a specified acknowledgment mode. You want the
application that receives the message to explicitly take care of the acknowledgment.
Which option represents a valid choice for the acknowledgment mechanism that you can use?
(Choose the best answer.)
A. AUTO_ACKNOWLEDGE
B. CLIENT_ACKNOWLEDGE
C. DUPS_OK_ACKNOWLEDGE
D. DEFAULT_ACKNOWLEDGE
B
With CLIENT_ACKNOWLEDGE the Session object relies on the application to call an acknowledge
method on a received message. Once the method is called, the session acknowledges all messages
received since the last acknowledge.
You created a script to monitor your WebLogic Server WLS Execute Thread:
Here is a message in your ExecuteThread.log file:
What is the value of xxxx if the thread has been running a request for twenty minutes, assuming a
default configuration?
A. SRANDBY
B. ACTIVE
C. STUCK
D. RUNNING
E. WAITING
F. ADMIN
G. FAILED
C
This thread is considered Stuck by WebLogic because it's been running for over the time defined in
MaxStuckThreadTime (600 seconds by default). Weblogic Server waits for this time to be reached
before marking a thread as stuck if the thread is still working after this time.
'weblogic.kernel.Default (self-tuning)' id=73
idx=0x128 nid=13410 prio=1 alive, in native, daemon