Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
sale

Want to Unlock All Questions for this Exam?

Full Exam Access, Discussions, No Robots Checks

Oracle 1z0-134 Exam Actual Questions

The questions for 1z0-134 were last updated on May 5, 2024.
  • Viewing page 1 out of 32 pages.
  • Viewing questions 1-4 out of 125 questions

Topic 1 - Single Topic

Question #1 Topic 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.)

  • 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.
Reveal Solution Hide Solution   Discussion   2

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

Question #2 Topic 1

Review the digital certificate below.

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

  • A. It is a self-signed digital certificate with no certification chain.
  • B. It is an authentic digital certificate with a valid certification chain.
  • C. It is a digital certificate for a private key with a valid certification chain.
  • D. It is an authentic root CA certificate with a valid certification chain.
Reveal Solution Hide Solution   Discussion  

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.

Question #3 Topic 1

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/WorkManagers/MyWorkManager') cmo.setResponseTimeRequestClass(getMBean ('/SelfTuning/wls_domain/ResponseTimeRequestClasses/MyResponseTime'))
  • B. managedServer=getMBean('/Servers/ManagedServer') cmo.addTarget(managedServer) cmo.setWorkManaqer(getMBean('/SelfTuning/wls_domain/WorManagers/MyWorkManager'))
  • C. cd('edit:/Servers/ManagedServer') cmo.addTarget(getMBean ('/SelfTuning/wls_domain/ResponseTimeRequestClasses/MyResponseTime')) cmo.addTarget (getMBean('/SelfTuning/wls_domain/WorkManagers/MyWorkManager'))
  • D. managedServer=getMBean('/Servers/ManagedServer') cmo.addTarget(managedServer) cd('edit:/SelfTuning/wls_domain/WorkManagers/MyWorkManager') cmo.setResponseTimeRequestClass(getMBean ('/SelfTuning/wls_domain/ResponseTimeRequestClasses/MyResponseTime'))
  • E. cmo.addTarqet('/Servers/ManagedServer') cd('/SelfTuning/wls_domain/WorkManagers/MyWorkManager') cmo.setResponseTimeRequestClass ('/SelfTuning/wls_domain/ResponseTimeRequestClasses/MyResponseTime')
Reveal Solution Hide Solution   Discussion  

Correct Answer: AD 🗳️
Reference:
http://docs.oracle.com/cd/E12839_01/apirefs.1111/e13952/pagehelp/J2EEappworkresponsetimerequestclassconfigtitle.html

Question #4 Topic 1

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
Reveal Solution Hide Solution   Discussion   1

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

Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...