oracle 1z0-134 practice test

Oracle WebLogic Server 12c: Advanced Administrator II Exam

Last exam update: Jul 20 ,2024
Page 1 out of 8. Viewing questions 1-15 out of 125

Question 1

You are using the administration console to monitor messages in a queue.
Which three tasks can be performed while doing this monitoring? (Choose three.)

  • A. JMS
  • A. Create a new message in the queue.
  • B. JDBC
  • B. Duplicate a message.
  • C. sample applications
  • C. Monitor the content of a message.
  • D. servers
  • D. Delete the message from the queue.
  • E. clusters
  • E. Merge two messages.
  • F. machines
  • F. Alter the ordering of the messages.
  • G. administration username and password
Answer:

C,D,F

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
E
50%
F
50%
F
50%
G
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
E
F
F
G
0 / 1000

Question 2

A client application asynchronously receives the message sent to a JMS Queue. The client is going to
send a response to the sender.
Which two JMS Header fields from the original message are used to send the response? (Choose
two.)

  • A. SRANDBY
  • A. JMSResponseMode
  • B. ACTIVE
  • B. JMSTimeStamp
  • C. STUCK
  • C. JMSDeliveryMode
  • D. RUNNING
  • D. JMSCorrelationID
  • E. WAITING
  • E. JMSReplyTo
  • F. ADMIN
  • G. FAILED
Answer:

D,E

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
E
50%
F
50%
G
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
E
F
G
0 / 1000

Question 3

Which statement is correct for JTA service migration? (Choose the best answer.)

  • A. Add an exception handler for the onMessage method in the MDB.
  • A. TLOG files should be stored on a remote file system accessible only to the migration target server.
  • B. Set the Redelivery Limit for the Queue to zero.
  • B. TLOG files should be stored on a shared storage accessible from the migration source and the administration server.
  • C. Use container-managed transactions, so that messages are redelivered if unacknowledged.
  • C. TLOG files should be stored on the local file system of the migration source server.
  • D. Set the MDB instance count to 1 in the deployment descriptor.
  • D. TLOG files should be stored on a remote file system accessible only to the migration source server.
  • E. TLOG files should be stored on a shared storage accessible from migration source and target servers.
Answer:

B

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
0 / 1000

Question 4

You have been tasked with deploying and targeting a new application to every server in a WebLogic
cluster.
Some servers are running on machines that have access to a common shared file system, while other
servers do not have that same access.
Currently, the default deployment staging mode for all servers in the cluster is set to STAGE
however, you wish to avoid having the AdminServer automatically copy the application to the servers
(in that cluster) with shared file system access.
Which two approaches would satisfy the above requirement? (Choose two.)

  • A. The machines that host the cluster should have similar processing power, disk space, and memory.
  • A. Change the default deployment staging mode for all servers to EXTERNAL_STAGE, and then copy the application to all servers.
  • B. The cluster should include at least one configurable server.
  • B. Change the default deployment staging mode for the servers with access to the shared file system to NO_STAGE, then copy the application to the shared file system.
  • C. The cluster should use unicast communication.
  • C. Change the staging mode of the application to EXTERNAL_STAGE when you are deploying it to the cluster.
  • D. All servers in the cluster should be assigned to the same WebLogic machine.
  • D. Leave the default deployment staging mode for all servers as STAGE, but copy the application to the shared file system prior to deployment.
Answer:

A,C

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
0 / 1000

Question 5

Your application includes a message driven bean (MDB) that is listening to messages on a JMS
Queue. You need to ensure that every message is processed exactly once by the MDB.
Which configuration allows you to achieve this requirement? (Choose the best answer.)

  • A. Configuration changes can be made during the Rolling Update process.
  • A. Add an exception handler for the onMessage method in the MDB.
  • B. A major upgrade, for example 11g to 12c, can be accomplished with a Rolling Update.
  • B. Set the Redelivery Limit for the Queue to zero.
  • C. The machines can be upgraded in any order.
  • C. Use container-managed transactions, so that messages are redelivered if unacknowledged.
  • D. The machine hosting the Administration Server must be upgraded first.
  • D. Set the MDB instance count to 1 in the deployment descriptor.
  • E. Avoid configuration changes until all the servers in the domain have been upgraded.
Answer:

C

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
0 / 1000

Question 6

Which statement is correct regarding JMS Template configuration? (Choose the best answer.)

  • A. Configure the HWLB to use an SSL hardware accelerator and terminate SSL.
  • A. Message Priority defined for the Template configuration overrides that specified by the producer.
  • B. Configure the HWLB to use pass-through SSL, configure an SSL hardware accelerator on WebLogic, and terminate SSL.
  • B. Message Expiration Policy cannot be set on the template and needs to be configured for actual destinations that reference the template.
  • C. Configure the HWLB to delegate SSL handling to the WebLogic Proxy Plug-in and terminate SSL.
  • C. JMS Template configuration must include the quota associated with the template.
  • D. Configure the HWLB to use pass through SSL to the WebLogic Server that it connects to, and terminate SSL.
  • D. JMS Template configuration must include the message sort order associated with the template.
Answer:

A

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
0 / 1000

Question 7

You are reviewing the scheduled maintenance of your domain after adding a new cluster.
Which statement is true when configuring a migratable target within a WebLogic Server cluster?
(Choose the best answer.)

  • A. AUTO_ACKNOWLEDGE
  • A. Allow Post-Migration Script To Run On a Different Machine is selected by default.
  • B. CLIENT_ACKNOWLEDGE
  • B. The default server migration policy is Auto-Migrate Exactly-once Services.
  • C. DUPS_OK_ACKNOWLEDGE
  • C. The participating cluster should include at least one configured server.
  • D. DEFAULT_ACKNOWLEDGE
  • D. An automatically migrated service will always be hosted on the specified User Preferred Server.
Answer:

D

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
0 / 1000

Question 8

What is true about an extension template? (Choose the best answer.)

  • A. java weblogic.Deployer adminurl http://localhost:7001 user weblogic -password Welcome1 redeploy name myDeployment -source /myDeployments/myApplication/appX -retiretimeout 300 rmigraceperiod 300
  • A. can be created from an existing template
  • B. java weblogic.Deployer adminurl http://localhost:7001 user weblogic -password Welcome1 redeploy name myDeployment -source /myDeployments/myApplication/appX -retiretimeout 300 -keepsessions
  • B. can include security realm information
  • C. java weblogic.Deployer adminurl http://localhost:7001 user weblogic -password Welcome1 redeploy name myDeployment -source /myDeployments/myApplication/appX -retiretimeout 300 timeout 300
  • C. can include Node Manager information
  • D. java weblogic.Deployer adminurl http://localhost:7001 user weblogic -password Welcome1 redeploy name myDeployment -source /myDeployments/myApplication/appX -retiretimeout 300 remote
  • D. can include administrator username and password
  • E. can include administration server information
Answer:

A

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
0 / 1000

Question 9

Your application has an auditing requirement that says that all audit events that have a severity of
FAILURE must be logged and a notification must be sent to the applications monitoring tier. The
monitoring tier is implemented as a stateless session bean that provides an entry point called
auditlog. The development team has provided you with the code that calls the monitoring tier.
How can you meet this requirement using WebLogic Server auditing? (Choose the best answer.)

  • A. JMS Distributed Destination
  • A. Configure the default audit provider and configure the custom audit provider that calls the monitoring tier.
  • B. JMS Foreign Server
  • B. Configure the default audit provider to call the custom audit provider, that calls the monitoring tier.
  • C. JMS Template
  • C. Remove the default audit provider and configure the custom audit provider that calls the monitoring tier.
  • D. JMS Destination Key
  • D. Configure the default audit provider and configure it to use the plug-in class that calls the monitoring tier.
Answer:

A

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
0 / 1000

Question 10

You are developing and managing distributed destination applications for which you do not need to
create or designate destination members.
Which configuration steps in the Administration Console will help you to create and target a Uniform
Distributed Topic so that you can rely on WLS to create the necessary members on the JMS servers to
which a JMS module is already targeted? (Choose the best answer.)

  • A. Displays the current location in the configuration or runtime bean hierarchy.
  • A. 1. Expand Services > Messaging, select the JMS Module in which to configure the destination.2. Click New, select Distributed Topic, and click Next.3. Enter a Name, JNDI Name and set Destination Type to Uniform.4. Click Next, select the targeted server, and click Finish to finalize the creation of the topic.
  • B. Displays the location in the file system where the current WLST session was launched.
  • B. 1. Expand Services > Messaging, select Destinations.2. Click New, select Distributed Topic, and click Next.3. Enter a Name, JNDI Name and set Destination Type to Uniform.4. Click Next, and select the JMS Module assigned to this topic.
  • C. Initiates an operation to change the current WLST user’s password.
  • C. 1. Expand Services > Messaging, select the JMS Module in which to configure the destination.2. Click New, select Distributed Queue, and click Next.3. Enter a Name, JNDI Name and set Destination Type to Uniform.4. Click Next, select the targeted server, and click Finish to finalize the creation of the queue.
  • D. Prints the name of the current domain.
  • D. 1. Expand Services > Messaging, select the JMS Module in which to configure the destination.2. Click New, select Distributed Topic, and click Next.3. Enter a Name, JNDI Name and expand Advanced Options.4. Set Destination Type to Uniform.5. Click Next, select the targeted server, and click Finish to finalize the creation of the topic.
  • E. Prints the name of the current server.
  • E. 1. Expand Services > Messaging, select the JMS Module in which to configure the destination.2. Click New, select Uniform Distributed Topic, and click Next.3. Enter a Name, JNDI Name and click Next.4. Select the targeted server and click Finish to finalize the creation of the topic.
Answer:

A

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
E
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
E
0 / 1000

Question 11

Which two statements correctly describe the WLST nmGenBootStartupProps command? (Choose
two.)

  • A. Create a new module and add metrics to it, target the new module to the server with the problem, and then activate the new module alongside the existing module.
  • A. The target root directory must be on the same machine on which Node Manager is running.
  • B. Deactivate the existing module, create a new module and add metrics to it, set an instance parameter to the server with the problem, and then activate the new module.
  • B. The target root directory must be on the same machine on which the Administration Server is running.
  • C. Deactivate the existing module, create a new module and add metrics to it, target the new module to the cluster with the problem, and then activate the new module.
  • C. The name of a server must be supplied to the nmGenBootStartupProps command; otherwise, the command will fail.
  • D. Deactivate the existing module, create a new module and add metrics to it, target the new module to the server with the problem, and then activate the new module.
  • D. If you do not specify a server name using the servername argument, the argument defaults to myServer, which must match a server name in the domain or the command will fail.
  • E. The nmGenBootStartupProps command generates the Node Manager properties files, boot.properties and startup.properties, for the specified server.
Answer:

C,E

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
0 / 1000

Question 12

You need to log the JMSMessageID header value for incoming messages.
What is the prefix that you would see for the header values? (Choose the best answer.)

  • A. Import LDAP data from XML files.
  • A. VAL:
  • B. Run pack and unpack commands for managed servers on remote machines.
  • B. JMS:
  • C. Run any SQL scripts to generate database artifacts.
  • C. ID:
  • D. Use WLST to run the postdomain.py script.
  • D. NO:
  • E. Run the root.sh script.
  • E. MSG:
  • F. Assign DNS names to all the hosts.
  • G. Run the RCU utility for each hosted application.
Answer:

C

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
E
50%
F
50%
G
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
E
F
G
0 / 1000

Question 13

You have configured automatic service migration for your JTA service within a domain named
mydomain. You find that after the automatic migration completes certain scripts execute
automatically and there is a failure happening in these scripts.
Where would you look for these scripts for error correction by default? (Choose the best answer.)

  • A. Set the “Log Expired Message” attribute to true for the queue.
  • A. <ORACLE_HOME>/user_projects/domains/mydomain/bin/service_migration
  • B. Associate an ExpirationEventHandler object for the queue.
  • B. <ORACLE_HOME>/user_projects/domains/mydomain/bin/jta-scripts
  • C. Enable Message Life Cycle logging for the JMS Queue.
  • C. <ORACLE_HOME>/user_projects/domains/mydomain/bin/servers/<Server-Name>
  • D. Configure an Expiration Event Handler for the JMS Queue which logs the expired message properties.
  • D. <ORACLE_HOME>/user_projects/domains/mydomain/bin/
Answer:

A

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
0 / 1000

Question 14

Your WebLogic domain consists of deployed applications heavily relying on JMS. Three machines,
each hosting a managed server, are part of a cluster.
In order to ensure the availability of servers and JMS service on those servers, you are considering
the configuration of whole server migration rather than service migration.
Which two statements are prerequisite for whole server migration but not for manual service
migration? (Choose two.)

  • A. configuring a JMS server and targeting a WebLogic cluster
  • A. A singleton service must be configured.
  • B. configuring multiple JMS servers and targeting them to a WebLogic cluster
  • B. A shared file system must be created.
  • C. configuring multiple JMS servers and targeting them to the configured WebLogic Servers
  • C. Each migratable server must be assigned a floating IP address.
  • D. configuring multiple JMS servers and targeting them to a set of migratable targets
  • D. Either a database leasing service or a consensus leasing service must be configured.
  • E. configuring a JMS server and targeting it to a set of migratable targets
  • E. A database leasing service must be configured.
Answer:

A,C

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
E
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
E
0 / 1000

Question 15

You are tasked with configuring a proxy tier for a WebLogic Server domain that has managed
Coherence servers configured.
What must the Coherence cache configuration file include as part of this task? (Choose the best
answer.)

  • A. depicts an Active GridLink Data Source between WebLogic Server and an Oracle Database service that includes two RAC nodes
  • A. connection properties to enable push replication between two Coherence clusters connected over a WAN
  • B. depicts a FAN-disabled Data Source between WebLogic Server and an Oracle Database service that includes two RAC nodes
  • B. connection properties to enable Coherence*Extend clients to connect to the cluster via TCP/IP
  • C. depicts a Multi Data Source between WebLogic Server and an Oracle Database service that includes two RAC nodes
  • C. HTTP proxy server settings to enable Coherence caching on the web server tier
  • D. depicts a Data Source using SCAN between WebLogic Server and an Oracle Database service that includes two RAC nodes
  • D. network connection settings to enable Coherence caching on the client’s web browser
Answer:

B

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
0 / 1000
To page 2