Oracle 1z0-133 Exam Practice Questions (P. 2)
- Full Access (136 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 #6
You configure a data source with a non XA driver because your (non-Oracle) database does not provide XA drivers.
The data source will sometimes participate in global transactions with an EJB, so as you configure the data source you select "Supports Global Transactions" and
One-phase commit.
Why is this configuration wrong?
The data source will sometimes participate in global transactions with an EJB, so as you configure the data source you select "Supports Global Transactions" and
One-phase commit.
Why is this configuration wrong?
- AYou must choose an XA driver when a data source participates in global transactions.
- B"One' Phase Commit" always returns "ready" during phase one of the two-phase commit process' so it is possible you will have heuristic errors in the database.
- C"One-Phase Commit" processes this data source last in the global transactions, if the EJB must go last, you cannot use this configuration.
- D"One-Phase Commit" only allows this data source to participate in global transaction, so you cannot have a global transaction that includes an EJB.
Correct Answer:
D
D
send
light_mode
delete
Question #7
When creating a dynamic cluster, you have multiple options concerning how dynamic servers are distributed across machines in your domain. Identify three supported configurations. (Choose three.)
- AUse a single machine.
- BUse all machines in a subnet.
- CUse all machines in the domain.
- DUse all percentage of machines in the domain.
- EUse all machines whose names match an expression.
Correct Answer:
ACE
ACE
send
light_mode
delete
Question #8
Which action should you take to automatically back up the domain configuration when anyone activates a configuration change?
- AUSE the backup='true' parameter of the activate() command in WLST.
- BThe administration console, select "Follow Configuration changes" in the Shared Preferences for the console.
- CIn the administration console, select "Configuration Archive Enabled" under the general configuration of the domain.
- DEnabling automatic domain configuration creates backups of the configuration during server boot, not at each activation.
Correct Answer:
C
References:
C
References:
send
light_mode
delete
Question #9
As the technical lead for your project, you have been asked to recommend a new solution to handle frequently increasing loads on your applications. The
WebLogic 12.1.2 domain currently runs with two clusters of three servers with request being filtered and passed by a proxy server that users the round ""robin algorithm.
However, the load sometimes exceeds the maximum capacity of all these servers combined but your domain lacks in scalability.
What is the best implementation solution?
WebLogic 12.1.2 domain currently runs with two clusters of three servers with request being filtered and passed by a proxy server that users the round ""robin algorithm.
However, the load sometimes exceeds the maximum capacity of all these servers combined but your domain lacks in scalability.
What is the best implementation solution?
- AAdd a third cluster and spread existing server instances across the clusters.
- BModify the proxy server load balancing algorithm to weight based.
- CConfigure dynamic clusters and specify the number of server instances you anticipate needing at peak load.
- DTune work managers to optimize work.
- EReplace the software load balancer with a hardware load balancer.
Correct Answer:
C
C
send
light_mode
delete
Question #10
All administrators that deal with the production domain in your organization are extremely experienced. As the lead administrator, you have been asked to change the administration console preferences for all administrators so that inline help no longer displays, since no one needs it.
Select the true statement about this scenario.
Select the true statement about this scenario.
- AThere is nothing you can do, since inline help cannot be disabled.
- BThere is nothing you can do for all users, since disabling inline help must be done per user.
- CLog into the administration console and disable inline help under "help."
- DAccess WLST, connect to the domain's admin server, and use the command EnableInlineHelp (false).
Correct Answer:
C
C
send
light_mode
delete
All Pages