Free Oracle 1Z0-134 Exam Actual Questions

The questions for 1Z0-134 were last updated On Apr 30, 2024

Question No. 1

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

Show Answer Hide Answer
Correct Answer: A, D

There are two security conditions:

* time-constrained

* By Group or User


Question No. 2

Review the digital certificate below.

Based on what the certificate contains, which statement is true? (Choose the best answer.)

Show Answer Hide Answer
Correct Answer: A

Question No. 3

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

Show Answer Hide Answer
Correct Answer: A, D

Question No. 4

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

Show Answer Hide Answer
Correct Answer: B, C, E

B Load balancing is the even distribution of jobs and associated communications across the computing and networking resources in your environment.

C: In a WebLogic Server cluster, application processing can continue when a server instance fails.

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


Question No. 5

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

Show Answer Hide Answer
Correct Answer: 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.