Oracle 1z0-134 Exam Practice Questions (P. 1)
- Full Access (125 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #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.)
Which two security conditions are valid in this context? (Choose two.)
- AThe JMS module can be accessed only between 1 pm and 6 pm.Most Voted
- BThe JMS module should throw a custom security exception on invalid access.
- CThe JMS module can process only 50 messages at a time.
- DThe JMS module can be accessed only by users belonging to the Operators group.Most Voted
- EThe JMS module can be accessed in a receive-only mode.
Correct Answer:
AD
There are two security conditions:
* time-constrained
* By Group or User
Reference:
http://docs.oracle.com/html/E24401_02/taskhelp/jms_modules/modules/ConfigureJMSModuleSecurityPolicies.html
AD
There are two security conditions:
* time-constrained
* By Group or User
Reference:
http://docs.oracle.com/html/E24401_02/taskhelp/jms_modules/modules/ConfigureJMSModuleSecurityPolicies.html
send
light_mode
delete
Question #2
Review the digital certificate below.

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

Based on what the certificate contains, which statement is true? (Choose the best answer.)
- AIt is a self-signed digital certificate with no certification chain.
- BIt is an authentic digital certificate with a valid certification chain.
- CIt is a digital certificate for a private key with a valid certification chain.
- DIt is an authentic root CA certificate with a valid certification chain.
Correct Answer:
A
Incorrect Answers:
C: This is 512-bit Public Key, not a private key.
Note: The subject key identifier extension provides a means of identifying certificates that contain a particular public key.
A
Incorrect Answers:
C: This is 512-bit Public Key, not a private key.
Note: The subject key identifier extension provides a means of identifying certificates that contain a particular public key.
send
light_mode
delete
Question #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.)

Which two can replace the missing sequence to finish this script? (Choose two.)
- Acmo.addTarget(getMBean('/Servers/ManagedServer')) cd('edit:/SelfTuning/wls_domain/WorkManagers/MyWorkManager') cmo.setResponseTimeRequestClass(getMBean ('/SelfTuning/wls_domain/ResponseTimeRequestClasses/MyResponseTime'))
- BmanagedServer=getMBean('/Servers/ManagedServer') cmo.addTarget(managedServer) cmo.setWorkManaqer(getMBean('/SelfTuning/wls_domain/WorManagers/MyWorkManager'))
- Ccd('edit:/Servers/ManagedServer') cmo.addTarget(getMBean ('/SelfTuning/wls_domain/ResponseTimeRequestClasses/MyResponseTime')) cmo.addTarget (getMBean('/SelfTuning/wls_domain/WorkManagers/MyWorkManager'))
- DmanagedServer=getMBean('/Servers/ManagedServer') cmo.addTarget(managedServer) cd('edit:/SelfTuning/wls_domain/WorkManagers/MyWorkManager') cmo.setResponseTimeRequestClass(getMBean ('/SelfTuning/wls_domain/ResponseTimeRequestClasses/MyResponseTime'))
- Ecmo.addTarqet('/Servers/ManagedServer') cd('/SelfTuning/wls_domain/WorkManagers/MyWorkManager') cmo.setResponseTimeRequestClass ('/SelfTuning/wls_domain/ResponseTimeRequestClasses/MyResponseTime')
Correct Answer:
AD
Reference:
http://docs.oracle.com/cd/E12839_01/apirefs.1111/e13952/pagehelp/J2EEappworkresponsetimerequestclassconfigtitle.html
AD
Reference:
http://docs.oracle.com/cd/E12839_01/apirefs.1111/e13952/pagehelp/J2EEappworkresponsetimerequestclassconfigtitle.html
send
light_mode
delete
Question #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.)
- AMultiple standalone managed servers
- BLoad BalancerMost Voted
- CClusterMost Voted
- DDNS caching
- EWhole-server migrationMost Voted
- FMachine migration
Correct Answer:
BCE
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.
Reference:
http://docs.oracle.com/cd/E23943_01/core.1111/e10106/aa.htm#ASHIA4083
BCE
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.
Reference:
http://docs.oracle.com/cd/E23943_01/core.1111/e10106/aa.htm#ASHIA4083
send
light_mode
delete
Question #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.)
Which configuration condition would contribute to the failure of executing the test? (Choose the best answer.)
- AThe TestTableName property is either not set or is set to an invalid SQL statement.
- BThe TestFrequencySeconds property is set to a value greater than 0.
- CThe TestReservedConnections property is enabled.
- DThe ManualTestEnabled property is set to false.
- EThe ConnectionReserveTimeoutSeconds property is set to a value other than -1.
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.
Reference:
http://docs.oracle.com/cd/E13222_01/wls/docs100/wlsmbeanref/core/index.html
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.
Reference:
http://docs.oracle.com/cd/E13222_01/wls/docs100/wlsmbeanref/core/index.html
send
light_mode
delete
All Pages